Releases: X-Wei/flutter_catalog
Releases · X-Wei/flutter_catalog
v3.0.0
- Migrate to null safety 💯
- Adding more examples
v2.6.2
- show red dot for newly added examples
- add more examples
v2.5.0
- 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
- 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
- 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
- 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
- Add dark mode
- Refactor and simplify code
- Add animation demos
v2.0.1
- Migrate to AndroidX
- Add buttons to copy code link / view code on github
- Add Provider demos
v1.5.3
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
- 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