pia_framework_base 0.17.11
pia_framework_base: ^0.17.11 copied to clipboard
PIA_FrameWork Flutter Base package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pia_framework_baseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pia_framework_base: ^0.17.11Alternatively, 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:pia_framework_base/pia_framework_base.dart';