guide_widget 0.0.1 copy "guide_widget: ^0.0.1" to clipboard
guide_widget: ^0.0.1 copied to clipboard

outdated

A new Flutter package project for guide page.

guide_widget #

A new Flutter package project for guide page.

Getting Started #


How to Use #

# add this line to your dependencies
guide_widget: ^0.0.1
import 'package:guide_widget/guide_widget.dart';

        GuideWidget(
                  images: urls,
                  selectedColor: const Color(0xff1BB754),
                  unSelectedColor: Colors.white,
                  circleRadius: 10.0,
                  indicatorPaddingBottom: 10.0,
                  indicatorStyle: IndicatorStyle.CIRCLE,
                  enter: RaisedButton(
                    color: const Color(0xff1BB754),
                    onPressed: () {
                      // TODO 
                    },
                    textColor: Colors.white,
                    child: Text('Enter app'),
                    shape: RoundedRectangleBorder(
                        borderRadius: BorderRadius.all(Radius.circular(8))),
                  ))

API #

property description defaultValue
images List
selectedColor Color Color(0xff1BB754)
unSelectedColor Color Colors.white
indicatorStyle enum IndicatorStyle.CIRCLE
circleRadius double 10.0
ellipticalWidth double: when 'indicatorStyle' property is IndicatorStyle.ELLIPTICAL valid 16.0
ellipticalHeight double: when 'indicatorStyle' property is IndicatorStyle.ELLIPTICAL valid 8.0
cornerRadius double 10.0
indicatorPaddingBottom double 10.0
enter Widget: whatever you want widget,such as 'enter immediately' button
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project for guide page.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on guide_widget