moye 0.0.1 copy "moye: ^0.0.1" to clipboard
moye: ^0.0.1 copied to clipboard

outdated

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';
0
likes
0
points
137
downloads

Publisher

verified publishermohyaghoub.com

Weekly Downloads

A lightweight Flutter package that aims to reduce the amount of code needed to build beautiful UI.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on moye