flutter_vault 1.0.0 copy "flutter_vault: ^1.0.0" to clipboard
flutter_vault: ^1.0.0 copied to clipboard

A comprehensive utility library for Flutter development, providing essential helper methods and tools in one cohesive package.

Flutter Utils #

Pub Version License

flutter_vault is a Dart library containing common utility classes and functions for Flutter app development. It aims to simplify common tasks and streamline the development process by providing reusable and well-tested utility functions.

Features #

  • Debounce Functionality: Prevents a function from being called repeatedly within a short duration by setting up debounce timers.
  • Common Helper Methods: Includes helper methods for common tasks in Flutter development.

Installation #

To use this package, add flutter_vault as a dependency in your pubspec.yaml file.

dependencies:
  flutter:
    sdk: flutter
  flutter_vault: ^1.0.0
2
likes
160
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive utility library for Flutter development, providing essential helper methods and tools in one cohesive package.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_vault