MyoroFlutterLibrary

Logo

MFL provides

  1. Syntactical improvements to Dart and Flutter;
  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. Widgets.md: List of all Widgets provided;
  2. Widget customization.md: Customizing Widgets.
  3. CHANGELOG.md: Documentation of changes in every feature;
  4. STAGELOG.md: When dev has not been merged yet, this is the coming set of changes;
  5. Standards.md: Code standards;
  6. Tools.md: The tool folder;
  7. Issues.md: About creating issues;
  8. Pull requests.md: About creating pull requests.