Menu

Primary Menu

Skip to content
  • Welcome
  • Learn
  • Blog
  • About Me
Show Header Sidebar Content

Coding With Joe

Learn New Skills and Technology

Author: joe

Google Maps and Reverse Geocoding In Flutter

Posted onNovember 4, 2019Leave a comment

In my last post I showed you how to display a Google Map and display your current location on the map by way of geolocation. In this post we will enhance our app in two Read More …

CategoriesFlutter, Learn

Google Maps and Geolocation in Flutter

Posted onOctober 20, 20191 Comment

In this post we will explore how to implement Geolocation in Flutter and plot the location on a Google Map. Before you begin, make sure that you have a Google Maps API Key. You’ll need Read More …

CategoriesFlutter, LearnTagsflutter, google maps

Exploring Flutter ListView – Part 1

Posted onSeptember 22, 20192 Comments

The ListView class will end up being in most Flutter apps that will display a list of data. So it is a good idea to get up to speed with how they are used. This Read More …

CategoriesFlutter, Learn, UncategorizedTagsflutter

Dart Fundamentals-Mixins

Posted onAugust 18, 20191 Comment

Dart mixins are a wonderful language feature that can help you reuse code across classes. In this article we will explore Dart mixins with a working example. In our example we will build several different Read More …

CategoriesDart, Learn, Uncategorized

Flutter – Portrait and Landscape Layouts

Posted onAugust 2, 20194 Comments

In this article we will explore how to build a Flutter form that can display itself beautifully whether in a portrait or landscape orientation. If you’ve ever built a Flutter form you’ve probably found it Read More …

CategoriesFlutter, Learn, UncategorizedTagsflutter

Flutter – Saving and Restoring with SharedPreferences

Posted onJuly 21, 2019Leave a comment

In this article we will explore the basics of saving data locally in Flutter. There are a few different approaches you can take to get this done but we’ll be exploring the most simplest one Read More …

CategoriesFlutter, Learn

Dart Fundamentals – Working with JSON in Dart and Flutter

Posted onJuly 16, 2019Leave a comment

In this article I’ll teach you how to work with JSON in Dart and Flutter. We’ll cover both encoding and decoding. As a refresher, encoding is the act of taking an object instance and representing Read More …

CategoriesDart, Flutter, Learn, Uncategorized

Dart Fundamentals – Visual Studio Code and Dart

Posted onJune 30, 2019June 30, 20191 Comment

In this article I will show you how to setup and use Visual Studio Code to develop dart applications. Setup is pretty straight-forward – we shall: Install the Dart SDK Install the Dart Code extension Read More …

CategoriesDart, Uncategorized

Flutter – Toast Message

Posted onJune 23, 2019June 29, 2019Leave a comment

Toasts are messages that usually slide in from the top or bottom of the page. Since they slide or ‘pop’ in, they are nick-named toast – you know like toast popping out of your toaster. Read More …

CategoriesFlutter, Learn

Creating Multi-Tenant Sites with Angular

Posted onJune 21, 2019June 29, 2019Leave a comment

Do you want to build a single Angular application that can be used for multiple clients? This is often referred to as a multi-tenant application. I’ll show you how to build such an app in Read More …

CategoriesUncategorizedTagsangular, learn

Post navigation

← Older posts

Recent Posts

  • Google Maps and Reverse Geocoding In Flutter
  • Google Maps and Geolocation in Flutter
  • Exploring Flutter ListView – Part 1
  • Dart Fundamentals-Mixins
  • Flutter – Portrait and Landscape Layouts
Copyright © 2019 Coding With Joe. All Rights Reserved.
Clean Box by Catch Themes
Scroll Up
  • Welcome
  • Learn
  • Blog
  • About Me