banner_image

Creator: coderz1093

Last updated:

0 purchases

banner_image Image
banner_image Images

Languages

Categories

Add to Cart

Description:

banner image

Banner Image #
A Flutter Banner widget.
Website example >> https://bannerimage.mustafaturkmen.dev/
Usage #
As simple as using any flutter Widget.
Example:
Add the module to your project pubspec.yaml:
...
dependencies:
...
banner_image: ^1.0.7
...
copied to clipboard
And install it using flutter packages get on your project folder. After that, just import the module and use it:
import 'package:banner_image/banner_image.dart';
//...

BannerImage(
itemLength: list.length,
imageUrlList: list,
selectedIndicatorColor: Colors.red,
onTap: (){
ScaffoldMessenger.of(context).showSnackBar(const SnackBar(
content: Text('On Tap')));
},
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.