mateo_mobile 0.1.2
mateo_mobile: ^0.1.2 copied to clipboard
The Flutter implementation of Mateo Mobile, a simple, expressive, warm design system for touch-first Android and iOS applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mateo_mobileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mateo_mobile: ^0.1.2Alternatively, 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:mateo_mobile/mateo_mobile.dart';