Releases: X-Wei/flutter_catalog
Releases · X-Wei/flutter_catalog
v3.9.0
Compare
Sorry, something went wrong.
No results found
migrate to latest packages and build with flutter 3.41.1
add unit and widget tests and github CI actions
refactor and simplify code
migrate google mlkit packages
add back edge_detection example
v3.0.0
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
08 Aug 14:26
Migrate to null safety 💯
Adding more examples
v2.6.2
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
23 Jan 17:15
show red dot for newly added examples
add more examples
v2.5.0
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
11 Apr 15:38
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
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
01 Dec 17:35
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
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
02 Nov 09:17
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
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
28 Jul 13:40
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
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
21 Jul 20:29
Add dark mode
Refactor and simplify code
Add animation demos
v2.0.1
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
12 Jul 21:21
Migrate to AndroidX
Add buttons to copy code link / view code on github
Add Provider demos
v1.5.3
Compare
Sorry, something went wrong.
No results found
X-Wei
released this
16 Feb 16:30
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