chaotic_helper 1.6.0 copy "chaotic_helper: ^1.6.0" to clipboard
chaotic_helper: ^1.6.0 copied to clipboard

discontinued
outdated

Flutter Helper Tool To => (Create A Flutter Project Structure, Screen, Service, Widget, Model, Common, Asset, Local Model and Local Widget) and (github automation)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chaotic_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  chaotic_helper: ^1.6.0

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:chaotic_helper/backend.dart';
import 'package:chaotic_helper/backend/backend_helper.dart';
import 'package:chaotic_helper/backend/extensions.dart';
import 'package:chaotic_helper/backend/files_and_folders.dart';
import 'package:chaotic_helper/backend/files_templates.dart';
import 'package:chaotic_helper/init.dart';
import 'package:chaotic_helper/init/extensions.dart';
import 'package:chaotic_helper/init/files_and_folders.dart';
import 'package:chaotic_helper/init/files_templates.dart';
import 'package:chaotic_helper/init/init_helper.dart';
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter Helper Tool To => (Create A Flutter Project Structure, Screen, Service, Widget, Model, Common, Asset, Local Model and Local Widget) and (github automation)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl, process_run

More

Packages that depend on chaotic_helper