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

discontinued
outdated

Flutter base component. Which is include all the basic screen and the details. If the user import the package they will use all the basic needs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aagnia_base_package

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

dependencies:
  aagnia_base_package: ^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:aagnia_base_package/Constants/AppColors.dart';
import 'package:aagnia_base_package/Constants/AppStrings.dart';
import 'package:aagnia_base_package/Constants/fontFamily.dart';
import 'package:aagnia_base_package/Constants/fontSize.dart';
import 'package:aagnia_base_package/Constants/ImageAssets.dart';
import 'package:aagnia_base_package/Constants/SvgPictures.dart';
import 'package:aagnia_base_package/SplashScreenComponent.dart';
import 'package:aagnia_base_package/Utils/SystemUtils.dart';
2
likes
0
pub points
0%
popularity

Publisher

verified publisheraagnia.com

Flutter base component. Which is include all the basic screen and the details. If the user import the package they will use all the basic needs.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on aagnia_base_package