flutter-tutorials icon indicating copy to clipboard operation
flutter-tutorials copied to clipboard

Flutter Tutorials

This application contains source code of tutorials I publish on Medium as well as threads I share on Twitter. Updated frequently with more tutorials as they're published.

Tutorials List

  1. Flutter Image Uploader With App Permissions and Compression Using GetIt Services

Allow image upload in your Flutter app with one line of code in your widget while handling everything from camera & gallery permissions to image compression under the hood with GetIt and the service locator pattern.

  1. ToDo List With RefreshIndicator

Fetch a ToDo list from jsonplaceholder and use RefreshIndicator widget to refetch data

  1. ScrollPhysics Types With Examples

See all types of ScrollPhysics with example usages and code

  1. ReorderableListView Widget

Easily allow your users to reorder a list using the ReorderableListView widget

  1. AnimatedCrossFade Widget

Use the AnimatedCrossFade widget to apply smooth fade animation when switching between two widgets for a better user experience, instead of abruptly doing so

https://user-images.githubusercontent.com/50345358/151159630-cfbaae2f-41d0-4577-a2fa-d380a69c3c12.mp4

Minimum Requirements

Dart Version 2.15