aagnia_base_package 0.0.1 aagnia_base_package: ^0.0.1 copied to clipboard
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';