flutter_easy_tools 1.0.3 copy "flutter_easy_tools: ^1.0.3" to clipboard
flutter_easy_tools: ^1.0.3 copied to clipboard

A Flutter package that simplifies common tasks like permission handling and file operations with a clean, unified API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_easy_tools

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

dependencies:
  flutter_easy_tools: ^1.0.3

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:flutter_easy_tools/flutter_easy_tools.dart';
1
likes
130
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that simplifies common tasks like permission handling and file operations with a clean, unified API.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, path_provider, permission_handler

More

Packages that depend on flutter_easy_tools

Packages that implement flutter_easy_tools