Collection of applications and widgets | Flutter catalog | Flutter by Example | Flutter Cookbook | Flutter samples - Github
inKino An unofficial Finnkino client that shows movies and showtimes of Finnkino cinemas in Finland. It uses Redux, has a comprehensive set of tests, and shares 40% of its code between the Flutter app and the AngularDart web app.
FlutterFlip A simple reversi clone built with Flutter. It showcases some implicit animations, a stream-based, reactive architecture, and a technique to move work off the UI thread and into an isolate.
Flutter Examples: A collection of single-topic examples from Nishant Srivastava. These include everything from gradients to JSON to routing and more.
Flutter Example Apps: Several dozen examples from Flutter GDE Pawan Kumar. These cover state management, Firebase, UI design, and many other topics. Each one comes with a YouTube video showing implementation.
Flutter by Example: Twenty-odd samples detailing common tasks with Flutter: how to use text fields, streams and StreamBuilders, and more.
Flutter for web samples: A collection of Flutter samples structured as Flutter for web projects. Most source is at https://github.com/flutter/samples/ .
21 Flutter Example Apps: Not a bad little collection, with source code, of some apps.
Flutterboy20 examples: Small collection of examples, not all are filled in or up to date
Flutter Architectural Samples: Brian Egan's implementations of TodoMVC using a variety of state management and architectural approaches. If you'd like to see how an app built with flutter-redux
is different from one using BLoC, this is a great place to start.
jsonexample (Flutter team): A simple app showing three different approaches to deserializing JSON: hand-written constructors, json_serializable
, and built_value
.
provider_counter (Flutter team): The simplest possible app (the counter) using provider
for state management. This was previously known as scoped_model_counter
, and used scoped_model
for state management.
provider_shopper (Flutter team): A slightly more complex example of state management with provider
. This example demonstrates multiple providers
, navigation between screens, and some other advanced topics.
Veggie Seasons (Flutter team) Available on the App Store!: Veggie Seasons is a published iOS app that displays seasonality, vitamin content, and trivia for a bunch of different fruits and veggies. If you're interested in learning how to use Flutter's Cupertino package to build interfaces for iOS, it's a great place to start.
Flutter UI Kit: Another sample from Flutter GDE Pawan Kumar, this repo includes a variety of polished UI examples.
FlutterPlayground: A repo full of short, specific examples (with animated screenshots!) showing commonly used widgets and how to put them to work.
Platform Design (Flutter team): An app designed to look great on both iOS and Android, this sample shows how to add platform-specific design touches to an app while reusing as much code as possible.
Animation examples (Flutter team): A collection of animation examples. The app starts with basic concepts like AnimationController
and Tween
, then progresses to transitions and advanced demos.
Place tracker (Flutter team): A simple integration of the Google Maps plugin for Flutter, this app shows how to add a map to the Flutter widget hierarchy, create markers, and more.
Flutter, maps, and Cloud Firestore (Flutter team): This app shows the use of a Google map with data loaded from Cloud Firestore. It was built live on stage at Cloud Next '19.
Last modified 02 October 2024