myoro_flutter_library 2.2.1
myoro_flutter_library: ^2.2.1 copied to clipboard
A Flutter development toolkit.
MyoroFlutterLibrary
A library with everything you need to build a Flutter application.
MFL provides #
- Syntax improvements;
- A fully customizable design system with every
Widgetyou could need; - Implementation for various features you could need during development.
How do I get started? #
- Add MFL as a dependency in your
pubspec.yamlwith 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
MyoroAppis your root widget: -
Enjoy!
Resources #
Widgets.md: List of allWidgets provided;Widget customization.md: CustomizingWidgets.CHANGELOG.md: Documentation of changes in every feature;STAGELOG.md: Whendevhas not been merged yet, this is the coming set of changes;Standards.md: Code standards;Tools.md: Thetoolfolder;Issues.md: About creating issues;Pull requests.md: About creating pull requests.