asset_button 1.1.2 copy "asset_button: ^1.1.2" to clipboard
asset_button: ^1.1.2 copied to clipboard

image button library,include imagebutton & image loader & asset image,etc

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add asset_button

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

dependencies:
  asset_button: ^1.1.2

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:asset_button/image_loader.dart';
import 'package:asset_button/widget_asset_image.dart';
import 'package:asset_button/widget_image_button.dart';
4
likes
110
pub points
39%
popularity

Publisher

unverified uploader

image button library,include imagebutton & image loader & asset image,etc

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, image, path

More

Packages that depend on asset_button