penta_core 1.0.2 copy "penta_core: ^1.0.2" to clipboard
penta_core: ^1.0.2 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 Dart:

 $ dart pub add penta_core

With Flutter:

 $ flutter pub add penta_core

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

dependencies:
  penta_core: ^1.0.2

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, build, flutter, internet_connection_checker, intl, path, source_gen

More

Packages that depend on penta_core