Description:
We want to migrate some of the most common UI Components from collaction_app.
Each successful migration of a Widget should include:
Additionally some rules/notes for when migrating widgets:
- Do NOT use/include state management, eg. Riverpod or BLoC. All Widgets should be decoupled, if they previously relied on a domain model (eg.
CrowdAction or Commitment) then create a ViewModel for the Widget, or simply use only required fields.
- At least 85% Test Coverage on ALL files added!
- Use
Theme for colors!
- Abstract all
onTap or similar functions into fields and callbacks!
Widgets to be Migrated:
There may be more widgets, feel free to comment below if you think something is a candiate!
Description:
We want to migrate some of the most common UI Components from
collaction_app.Each successful migration of a Widget should include:
collaction_bookpackageAdditionally some rules/notes for when migrating widgets:
CrowdActionorCommitment) then create a ViewModel for the Widget, or simply use only required fields.Themefor colors!onTapor similar functions into fields and callbacks!Widgets to be Migrated:
There may be more widgets, feel free to comment below if you think something is a candiate!