Best of FlutterJune 2022

  1. 1
    Article
    Avatar of supabaseSupabase·4y

    Flutter Tutorial: building a Flutter chat app

    This is the first of a series of Flutter Tutorials. During the series, you will learn how to build cross-platform apps without worrying about the backend. In the first part, we will build a chat application where users can sign up and talk to other users in a single chat room. The exchange of messages will happen in real time, meaning that you do not have to refresh the page to load new messages.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    Scalable Flutter Folder Structure for Big Apps

    I am a professional Flutter developer with 3 years of experience. I am going to show you how I design folder structure for my Flutter apps. First we start with two folders called ‘global’ and ‘ modules’ The global folder will contain these folders:Common will contain commonly used widgets like loading indicators, dialogs, and any widget you use frequently on your modules.

  3. 3
    Article
    Avatar of flutter_comFlutter Community·4y

    Flutter Google Map With Live Location Tracking — Uber Style

    Learn to use Google Maps in Flutter with some customization. How to set Custom Image Marker and Draw Route Direction Polylines. Also, Implement Real-time Location Updates on Map. Flutter Google Map With Live Location Tracking — Uber Style with Custom Markers and pins.