madroid 1.0.5 copy "madroid: ^1.0.5" to clipboard
madroid: ^1.0.5 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 Dart:

 $ dart pub add madroid

With Flutter:

 $ flutter pub add madroid

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

dependencies:
  madroid: ^1.0.5

Alternatively, your editor might support dart pub get or 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
0
points
30
downloads

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)
View/report issues

License

unknown (license)

Dependencies

flutter, shimmer

More

Packages that depend on madroid