mahas_helper 0.0.1
mahas_helper: ^0.0.1 copied to clipboard
Mahas Helper Library is a comprehensive Dart/Flutter package designed to streamline development tasks. It offers dialog helpers, validation utilities, state management enhancements, networking tools, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mahas_helper
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mahas_helper: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mahas_helper/mahas_helper.dart';