commonfunctions 0.0.1 copy "commonfunctions: ^0.0.1" to clipboard
commonfunctions: ^0.0.1 copied to clipboard

A collection of utility functions for handling common tasks in Flutter projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add commonfunctions

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

dependencies:
  commonfunctions: ^0.0.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:commonfunctions/commonfunctions.dart';
1
likes
120
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A collection of utility functions for handling common tasks in Flutter projects.

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on commonfunctions