penta_core 1.0.2+1
penta_core: ^1.0.2+1 copied to clipboard
A package for Penta Core, a Flutter package that provides a set of utilities and tools to help developers build high-quality applications quickly and efficiently.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate penta_core
Use it
The package has the following executables:
$ lang_generator
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add penta_core
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
penta_core: ^1.0.2+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:penta_core/penta_core.dart';