MyoroFlutterLibrary
MFL provides
- Syntactical improvements to Dart and Flutter;
- A fully customizable design system with every
Widget
you could need; - Implementation for various features you could need during development.
How do I get started?
- Add MFL as a dependency in your
pubspec.yaml
with one of the 3 ways listed:
...
dependencies:
...
# Resolving from disk
myoro_flutter_library:
path: path/to/mfl
# Resolving from GitHub
myoro_flutter_library:
git:
url: git@github.com:antonkoetzler/myoro_flutter_library
# Resolving from https://pub.flutter-io.cn/
myoro_flutter_library: any
...
-
Make sure your
MyoroApp
is your root widget: -
Enjoy!
Resources
Widgets.md
: List of allWidget
s provided;Widget customization.md
: CustomizingWidget
s.CHANGELOG.md
: Documentation of changes in every feature;STAGELOG.md
: Whendev
has not been merged yet, this is the coming set of changes;Standards.md
: Code standards;Tools.md
: Thetool
folder;Issues.md
: About creating issues;Pull requests.md
: About creating pull requests.