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

outdated

Flutter plugin 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
0
pub points
49%
popularity

Publisher

verified publishersharmadhiraj.com

Flutter plugin to show drawable and mipmap from android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_drawable_mipmap