misc_utilities 0.1.13-nullsafety misc_utilities: ^0.1.13-nullsafety copied to clipboard
Collection of shared utility functions
misc_utilities #
misc_utilities
is an open source project — it's one among many other shared libraries that make up the wider ecosystem of software made and open sourced by Savannah Informatics Limited
.
Shared library for BeWell-Consumer
and BeWell-Professional
that is a wrapper for various shared helper methods and functions
Installation Instructions #
Use this package as a library by depending on it
Run this command:
- With Flutter:
$ flutter pub add misc_utilities
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
misc_utilities: ^0.1.13
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Lastly:
Import it like so:
import 'package:misc_utilities/constants.dart';