tilde 2.0.0
tilde: ^2.0.0 copied to clipboard
A Flutter package enables to easily build Flutter Single-Page Application (SPA) using component and imperative programming model.
1.0.0 #
- First version.
1.0.0+1 #
- Fix Readme.
1.0.0+2 #
- Update Readme files.
1.1.0 #
- Add app type definition possibility between material and cupertino.
- Fix code and readme according to the changes.
2.0.0 #
- Remove initialRoute from SPA constructor and change it by initialRoute get method that allow to define initialRoute dynamically before the first run of onNavigate.
- Fix code and readme according to the changes.