flutterx_utils 1.0.0-dev flutterx_utils: ^1.0.0-dev copied to clipboard
Flutter utilities.
flutterx_utils #
A Flutter utility library 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
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