moye 0.0.1
moye: ^0.0.1 copied to clipboard
A lightweight Flutter package that aims to reduce the amount of code needed to build beautiful UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moye
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
moye: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:moye/auto_layout_helper.dart';
import 'package:moye/easy_ui.dart';
import 'package:moye/extensions/array_extension.dart';
import 'package:moye/utils/easy_ui_container.dart';
import 'package:moye/utils/easy_ui_text_field.dart';