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"