madroid 1.0.6 copy "madroid: ^1.0.6" to clipboard
madroid: ^1.0.6 copied to clipboard

This is a test Flutter package named 'madroid', created by Madman Technology solely for personal use and experimentation. It is not intended for public use or distribution.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add madroid

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  madroid: ^1.0.6

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:madroid/utils/madroid.dart';
import 'package:madroid/utils/madroid_constants.dart';
import 'package:madroid/widgets/madroid_container.dart';
import 'package:madroid/widgets/madroid_icon.dart';
import 'package:madroid/widgets/madroid_responsive_list_view.dart';
import 'package:madroid/widgets/madroid_responsive_row_column.dart';
import 'package:madroid/widgets/madroid_shimmer.dart';
import 'package:madroid/widgets/madroid_text.dart';
1
likes
130
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is a test Flutter package named 'madroid', created by Madman Technology solely for personal use and experimentation. It is not intended for public use or distribution.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, shimmer

More

Packages that depend on madroid