aa_uni_pack 1.0.0-dev.3 copy "aa_uni_pack: ^1.0.0-dev.3" to clipboard
aa_uni_pack: ^1.0.0-dev.3 copied to clipboard

unlisted

A uni pack for AA

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aa_uni_pack

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

dependencies:
  aa_uni_pack: ^1.0.0-dev.3

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:aa_uni_pack/components/custom_alert.dart';
import 'package:aa_uni_pack/components/double_button_content_alert.dart';
import 'package:aa_uni_pack/custom_value_setter.dart';
import 'package:aa_uni_pack/image_controller_model.dart';
import 'package:aa_uni_pack/list_controller.dart';
import 'package:aa_uni_pack/list_controller_two.dart';
import 'package:aa_uni_pack/some_controller_one.dart';
import 'package:aa_uni_pack/some_controller_two.dart';
import 'package:aa_uni_pack/some_model.dart';
import 'package:aa_uni_pack/specific_model.dart';
import 'package:aa_uni_pack/timer_model.dart';