flutter_kore 1.4.5
flutter_kore: ^1.4.5 copied to clipboard
This library contains components for Flutter architecture, and also utility classes for HTTP, navigation and DI
1.4.5 #
- Fix files formatting
1.4.4 #
- Add ensureInitialized method for kore instances to wait until async initialization is finished
1.4.3 #
- Update readme
- Update code comments
1.4.2 #
- Update readme
1.4.1 #
- Update main example
- Update additional examples
- Update template
1.4.0 #
- Rename package
- Update main docs
- Merge BaseIndependentView
- Bug fixes for UseDisposableMixin and FormViewModelMixin
1.3.4 #
- Update main docs
- Add runIfSuccess function for StatefulData
- Update github repo links
1.3.3 #
- Update main readme
1.3.2 #
- Update docs and add template project
1.3.1+2 #
- Update main example
1.3.1+1 #
- Fix formatting
1.3.1 #
- Split widget exports from main exports
1.3.0 #
- Add SynchronizedKoreInstance mixin that adds ability to execute operations in sync queue for every KoreInstance
- Adds test methods to wait till events are received by KoreInstance
- Update docs
1.2.5+3 #
- Fix formatting issues
1.2.5+2 #
- Update docs
1.2.5+1 #
- Update docs
1.2.5 #
Add check for instance initialization in InstanceCollection construct functions
1.2.4 #
- Fix test app initialization
- Add mock method to InstanceCollection to mock instance builders
1.2.3 #
- Fix flutter_koreMultiStreamBuilder initial data bug
1.2.2 #
- Remove mapIndexed extension
1.2.1+1 #
- Update main doc
- Update example
- Update tags
1.2.1 #
- Update package exports
- Update example
1.2.0 #
- Add wrapChanges method - analogue of wrapUpdates
- Update docs
- Add KoreStreamBuilder and flutter_koreMultiStreamBuilder - analogues of StreamBuilder that allow to pass StateStream
1.1.1 #
- Fix formatting for StatefulKoreInstance
- Update docs and example
1.1.0 #
- Add wrapUpdates method for stateful instances that exposes stream and current value for given state mapper
- Fix typo in StatefulKoreInstance
- Update dependencies with latest versions
1.0.5 #
Update dependecies with latest versions
1.0.4 #
Update for latest Flutter version
1.0.3 #
Add overrideMainInstance param for addTest method of InstanceCollection
1.0.2 #
Update for latest Flutter version
1.0.1+1 #
Update main doc file
1.0.1 #
Fix documentation links
Remove dart:io from library
1.0.0 #
Initial library release