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"