Duit-Foundation / Duit-Foundation/flutter_duit
Prepare flutter_duit_cupertiono package layout
- Dominant language
- Dart
- Stars
- 60
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Issue description
The Flutter team [plans](https://github.com/flutter/flutter/issues/101479) to separate the material and cupertino widget libraries and publish them as independent packages.
To keep the Duit codebase up to date and take advantage of the library separation in the future, all material widgets need to be moved into a separate package.
### When working on an issue, it is important to consider:
- Package architecture considering experimental support for external UI libraries
- Think through and lay out the library structure (how, where, and what files will be stored)
- Preparing the package for publication: linter, tests, readme, contribution guide, changelog, etc.
Contributor guide
Assessment
This issue has not been assessed yet.