myoro_flutter_library 2.2.2  myoro_flutter_library: ^2.2.2 copied to clipboard
myoro_flutter_library: ^2.2.2 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 all- Widgets provided;
- Widget customization.md: Customizing- Widgets.
- CHANGELOG.md: Documentation of changes in every feature;
- STAGELOG.md: When- devhas not been merged yet, this is the coming set of changes;
- Standards.md: Code standards;
- Tools.md: The- toolfolder;
- Issues.md: About creating issues;
- Pull requests.md: About creating pull requests.