flutterx_utils 1.0.1-dev flutterx_utils: ^1.0.1-dev copied to clipboard
A collection of Flutter utilities for any purpose. Check out the source code for documentation
flutterx_utils #
A collection of Flutter utilities for any purpose. Most of the utility functions you are searching are already present in flutter sdk. Here you can find ONLY utility functions that flutter sdk does NOT provide
Install #
Add a line like this to your package's pubspec.yaml (and run dart pub get):
dependencies:
flutterx_utils: ^1.0.0-dev
Import #
Import the library like this:
import 'package:flutterx_utils/flutterx_utils.dart';
Usage #
Check the documentation in the desired source file of this library