Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
Change builder methods on ResponsiveViewState to an approach that allows the free usage of globalKey inside the widgets, and to be more coherent with parent class (If ViewState implements a view, so the ResponsiveViewState should implement view getters.
Remove deprecated methods (breaking changes)
Since both changes are breaking changes, I decided to bump a minor version, if you agree with it.
Developer checklist
[x] All github actions are passing.
For reviewers
All PR's needs at least one reviewer to be merged.
Before merge this PR confirm that it meets all requirements listed below:
The PR has good quality code and has tests (if is the case)
Description
This PR has the objective of:
ResponsiveViewState
to an approach that allows the free usage ofglobalKey
inside the widgets, and to be more coherent with parent class (IfViewState
implements aview
, so theResponsiveViewState
should implement view getters.Since both changes are breaking changes, I decided to bump a minor version, if you agree with it.
Developer checklist
For reviewers
All PR's needs at least one reviewer to be merged.
Before merge this PR confirm that it meets all requirements listed below: