fanoos_project 1.0.0
fanoos_project: ^1.0.0 copied to clipboard
A package to make complicated flutter projects without spgetti code.
1.0.0 #
- null-safety
0.2.0 #
Services.runwill now checkisSupportedbefore running
0.1.2 #
- added MIT licence
0.1.1 #
- added
DynamicWidget
0.1.0 #
- finalized Services implementation
0.0.7 #
- now using
InheritedWidget
0.0.6 #
- removed
scoped_model, now using the original fanoos_lib implementation
0.0.5 #
- removed
AppRoute - added
runtoServices - services are now run in parallel in startup
0.0.4 #
- changed
inittorun - changed
AppPagetoAppRoute - added
isSupportedgetter toAppService
0.0.3 #
- changed
ServiceContainerto be more like App services in fanoos_lib - added
app_page
0.0.2 #
- exporting models
- changed
ServicetoAppService
0.0.1 #
- initial release.