global 0.0.15 copy "global: ^0.0.15" to clipboard
global: ^0.0.15 copied to clipboard

The package provides all the basic global features and utilities that one would require while developing a flutter project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add global

With Flutter:

 $ flutter pub add global

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

dependencies:
  global: ^0.0.15

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:global/global.dart';
0
likes
0
pub points
83%
popularity

Publisher

unverified uploader

The package provides all the basic global features and utilities that one would require while developing a flutter project.

License

unknown (LICENSE)

Dependencies

android_path_provider, device_info_plus, flutter, flutter_downloader, flutter_svg, fluttertoast, http, intl, path_provider, permission_handler

More

Packages that depend on global