Flutter Catalog Versions Save

An app showcasing Flutter components, with side-by-side source code view.

v3.0.0

2 years ago
  • Migrate to null safety :100:
  • Adding more examples

v2.6.2

3 years ago
  • show red dot for newly added examples
  • add more examples

v2.5.0

4 years ago
  • Add REST API examples
  • Add search functionality in app bar
  • Migrate to latest version for packages like provider/hive, and adapt to latest APIs
  • Other improvements

v2.4.0

4 years ago
  • Change homepage layout: split into 3 tabs ("basics", "advanced", "bookmarks");
  • Add chart demos using the official charts_flutter plugin;
  • Refactor and fix small bugs in Routes and Firebase demos;
  • Add a desktop version of the app, using go-flutter-desktop.

v2.3.3

4 years ago
  • Added hive(easier nosql db) demo
  • Added bottom sheet demo
  • Updated bottom appbar demo
  • Updated textfield demo
  • Updated images demo
  • Small fixes

v2.3.0

4 years ago
  • Replace app drawer with a backdrop scaffold
  • Refactoring: use widget_with_codeview package
  • Large refactoring: get rid of dependencies to MyRoute for demos, leading to cleaner code shown in the app

v2.2.0

4 years ago
  • Add dark mode
  • Refactor and simplify code
  • Add animation demos

v2.0.1

4 years ago
  • Migrate to AndroidX
  • Add buttons to copy code link / view code on github
  • Add Provider demos

v1.5.3

5 years ago

Add state management examples:

  • StreamBuilder example
  • StreamController example
  • InheritedWidget example
  • ScopedModel example
  • BLoC example implemented with vanilla flutter
  • BLoC example implemented with flutter_bloc package

v1.5.1

5 years ago
  • Don't show star counts for demos, because firestore quota gets exceeded easily
  • Add "bookmarks" group
  • Other improvements / refactoring
  • Fix google-sign-in crash in v1.5.0