myoro_flutter_library 2.1.0 copy "myoro_flutter_library: ^2.1.0" to clipboard
myoro_flutter_library: ^2.1.0 copied to clipboard

A Flutter development toolkit.

MyoroFlutterLibrary

MFL Logo

A library with everything you need to build a Flutter application.

MFL provides #

  1. Syntax improvements;
  2. A fully customizable design system with every Widget you could need;
  3. Implementation for various features you could need during development.

How do I get started? #

  1. 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

...
  1. Make sure your MyoroApp is your root widget:

  2. Enjoy!

Resources #

  1. CHANGELOG.md: Documentation of changes in every feature;
  2. STAGELOG.md: When dev has not been merged yet, this is the coming set of changes;
  3. Standards.md: Code standards;
  4. Tools.md: The tool folder;
  5. Issues.md: About creating issues;
  6. Pull Requests.md: About creating pull requests;