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

outdated

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.0.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
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image, path

More

Packages that depend on asset_button