Development
- Update some documents
Feature
-
#40 Add a parameter "wrapper" to allow adding providers to hooks. by @KalSat
final result = await buildHook( (_) { buildCount++; return useUpdate(); }, wrapper: (child) => Container(child: child), // this );
-
Update Flutter to ">=3.20.0"
-
Update flutter_hooks to ">=0.20.0"
Feature
- #35 Support Flutter 3.16.0.
Feature
- Update Dart to ">=2.17.0 <4.0.0"
- Update Flutter to ">=3.0.0"
- Update flutter_hooks to ">=0.18.0"
Development
- Update to Melos 3.0.1
initial release.