mh_ui 0.0.1+5
mh_ui: ^0.0.1+5 copied to clipboard
This Flutter package is a UI kit for all beginner and professional who want to developed fast. This package also improved http request. Also load network images and error widgets. You can try this package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mh_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mh_ui: ^0.0.1+5Alternatively, 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:mh_ui/mh_ui.dart';