flutter_drawable_mipmap 1.1.1 copy "flutter_drawable_mipmap: ^1.1.1" to clipboard
flutter_drawable_mipmap: ^1.1.1 copied to clipboard

PlatformAndroid

Flutter plugin that provides custom widget to show drawable and mipmap from android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_drawable_mipmap

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

dependencies:
  flutter_drawable_mipmap: ^1.1.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:flutter_drawable_mipmap/flutter_drawable_mipmap.dart';
0
likes
140
pub points
47%
popularity

Publisher

verified publishersharmadhiraj.com

Flutter plugin that provides custom widget to show drawable and mipmap from android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_drawable_mipmap