flutter-elementary
flutter-elementary copied to clipboard
This is a home to a family of Elementary library packages.
We should not merge it until [this issue](https://github.com/dart-lang/sdk/issues/45311) is closed
Support ValueNotifiers for UI rebuild Reference: https://api.flutter.dev/flutter/widgets/ValueListenableBuilder-class.html
copy gitignore from [flutter repo](https://github.com/flutter/flutter/blob/master/.gitignore) and untrack generated files
Create a guideline with steps to follow those, a newbie can easier start to use Elementary.
I have ElementaryWidget that contains Scaffold inside it and I decided to spread Scaffold into AppBar, Body and Bottom classes like this: ``` < some other imports … > part...
https://github.com/Elementary-team/flutter-elementary/pull/110 Check and adjust workflows to avoid it in the future.
Add GH action to deploy automatically a new version of documentation when there is a change in documentation/elementary. https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions-insiders