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

PlatformAndroid
outdated

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

Flutter Drawable Mipmap #

Flutter plugin to show drawable and mipmap from android.

Getting Started #

  1. Installation Guide
  2. Example

Use this widget to show drawable in Flutter app
Drawable("name")
Use this widget to show mipmap in Flutter app
Mipmap("name")
User only name of mipmap or drawable.

R.drawable.ic_home => "ic_home"
R.mipmap.ic_menu => "ic_menu"

0
likes
120
pub points
49%
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