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

Libraries

flutter_vault