pkg3 0.0.2 copy "pkg3: ^0.0.2" to clipboard
pkg3: ^0.0.2 copied to clipboard

my pkgs, i will use it always

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pkg3

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

dependencies:
  pkg3: ^0.0.2

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:pkg3/global/app_colors.dart';
import 'package:pkg3/global/bottom_sheet.dart';
import 'package:pkg3/global/exception_in_crud.dart';
import 'package:pkg3/global/global.dart';
import 'package:pkg3/global/show_confirm_dialog.dart';
import 'package:pkg3/global/strings.dart';
0
likes
115
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

my pkgs, i will use it always

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

flutter, get

More

Packages that depend on pkg3