fluorflow_generator 2.0.1 fluorflow_generator: ^2.0.1 copied to clipboard
Code Generator for the FluorFlow package.
2.0.1 (2024-03-18) #
Bug Fixes #
- upgrade generator dependency to fluorflow (fc8ed7b)
2.0.0 (2024-03-18) #
Features #
BREAKING CHANGES #
- This removes the complex initialization
logic of the
DataViewModel<T>
. Instead of using theinitializeData
method, now the constructor of the view model requires some form of initial data. This requires developers to explicitely define nullable types and allows thedata
field to be initialized in all cases. To migrate, remove allinitializeData
calls and provide the constructor with some default data. It is still possible to load data asynchronously, by overwriting theinitialize
method and fetching data there. One is responsible to callsuper.initialize
in error cases. - This simplifies the routable and dialog config by
removing the
RouteBuilder.custom
variant. Basically, to use a custom page route builder, just use the provided property (pageRouteBuilder
) and do not set therouteBuilder
property. If the page route builder is provided, the route builder property is ignored.
1.2.1 (2024-03-06) #
Bug Fixes #
1.2.0 (2024-02-23) #
Features #
1.1.0 (2024-02-21) #
Features #
1.0.5 (2024-02-16) #
Bug Fixes #
- generator: remove flutter dependency (56558b4)
1.0.4 (2024-02-15) #
Bug Fixes #
- fluorflow: soften dependency requirements (3d5440c)
- generator: add flutter as dependency (452564f)
- generator: set base dependencies lower (f96af64)
1.0.3 (2024-02-15) #
Bug Fixes #
- use next major version for generator (812dd02)
1.0.2 (2024-02-15) #
Bug Fixes #
1.0.1 (2024-02-15) #
Bug Fixes #
- generator: correctly set fluorflow version dependency (93a833d)