ez_function 0.0.7 copy "ez_function: ^0.0.7" to clipboard
ez_function: ^0.0.7 copied to clipboard

This plugin contains basic methods that you often use in any project. The goal is to help you easily access the necessary methods without having to redefine them. The plugin supports methods such as c [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ez_function

With Flutter:

 $ flutter pub add ez_function

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

dependencies:
  ez_function: ^0.0.7

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:ez_function/ez_function.dart';
1
likes
0
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin contains basic methods that you often use in any project. The goal is to help you easily access the necessary methods without having to redefine them. The plugin supports methods such as conversion methods, data formatting, file handling, data processing, and more.

License

unknown (license)

Dependencies

dio, flutter, fluttertoast, http, intl, path_provider, plugin_platform_interface, shared_preferences, url_launcher

More

Packages that depend on ez_function

Packages that implement ez_function