mobile 1.2.1
mobile: ^1.2.1 copied to clipboard
A collection of utility functions and classes for common mobile app development tasks in Flutter. Includes functionality for managing state, performing mathematical operations, and integrating forms a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobile
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mobile: ^1.2.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:mobile/mobile.dart';