flutter_drawable_mipmap 1.0.1 flutter_drawable_mipmap: ^1.0.1 copied to clipboard
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 #
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"