penta_core 1.0.2+1 copy "penta_core: ^1.0.2+1" to clipboard
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';
0
likes
120
points
27
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.

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on penta_core