mobile 1.2.1 copy "mobile: ^1.2.1" to clipboard
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';
2
likes
125
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

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 and videos into your app.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_switch, http, video_player, web_socket_channel

More

Packages that depend on mobile