global 0.0.30 copy "global: ^0.0.30" to clipboard
global: ^0.0.30 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
copied to clipboard

With Flutter:

 $ flutter pub add global
copied to clipboard

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

dependencies:
  global: ^0.0.30
copied to clipboard

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';
copied to clipboard
1
likes
0
points
1.13k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.26 - 2025.03.10

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_inappwebview, flutter_svg, fluttertoast, http, intl, path_provider, permission_handler, url_launcher

More

Packages that depend on global