drawable 0.1.0 copy "drawable: ^0.1.0" to clipboard
drawable: ^0.1.0 copied to clipboard

discontinued

Flutter plugin to load Android drawables. This helps to share graphics between Flutter and Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drawable

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  drawable: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:drawable/drawable.dart';
13
likes
70
points
42
downloads

Documentation

API reference

Publisher

verified publisheruekoetter.dev

Weekly Downloads

Flutter plugin to load Android drawables. This helps to share graphics between Flutter and Android

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drawable

Packages that implement drawable