# Flutter
All tutorials and snippets related to #Flutter

Download and cache files in Flutter using Cache Manager
This tutorial covers how to download files in Flutter and keep it in a local cache using the Flutter Cache Manager

Make Your Flutter app Network Aware using Provider and Connectivity Status
Flutter tutorial showing how to build network connectivity into your app using Provider and Connectivity Status.

Automatic Json Serializing in Flutter Using Json Annotation
This tutorial covers how we can reduce or data model classes by using Json Serializable to generate our code for us.

Using Shimmer for Loading indication in Flutter
In this Flutter tutorial I go over using the Shimmer package to indicate loading in your app.

Providing Network Status Through Provider in Flutter
This tutorial shows you how to get the device's network status in Flutter and provde it anywhere in your code.

Clean Navigation in Flutter Using Generated Routes
This tutorial will cover setting up a Router in Flutter to make navigation calls cleaner and less verbose

Flutter Architecture - My Provider Implementation Guide
Flutter Provider architecture implementation. Clear guidelines and coding conventions to implement a production ready app using Provider.

Custom Startup Logic in Flutter
Show different views on startup when a user has logged in or completed a signup.

Shared Preferences Service in Flutter for Code Maintainability
Store/Cache values locally in Flutter. Use a service to make code more readable and easier to maintain.

A Guide to Using ScreenSize In Flutter - A More Readable Approach
Get the size of the current screen in Flutter using context reducing functions.

Flutter Beginners Text Guide
A beginners guide to customising text and how to use custom fonts in Flutter.

How to parse Json in Flutter
This Tutorial shows the best and most convenient way to convert json in Flutter.

Build a User Feedback App in Flutter and Firebase
In this Flutter guide I show you how to connect your app to Firestore and display a list of data with real time updates.

Use RxDart in Flutter to synchronize UI
Short RxDart and Flutter Guide that shows you how to sync up UI events using Subjects as a MessageBus.