flutterchi 1.3.0
flutterchi: ^1.3.0 copied to clipboard
Flutter loyihalarini avtomatik qurish uchun kuchli CLI tool. APK, App Bundle va Windows EXE ni oddiy buyruqlar bilan yarating. O'zbekcha qo'llab-quvvatlash, progress bar.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate flutterchiUse it
The package has the following executables:
$ flutterchi
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutterchiWith Flutter:
$ flutter pub add flutterchiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutterchi: ^1.3.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutterchi/flutterchi.dart';