getwidget icon indicating copy to clipboard operation
getwidget copied to clipboard

GF Introduction Screen examples are missing: showIntroScreenBottomNavigationBar: true

Open UnicornaasTech opened this issue 3 years ago • 1 comments

The examples on https://docs.getwidget.dev/gf-intro-screen/ are missing one important line of code: showIntroScreenBottomNavigationBar: true

Without this, the examples do not show the navigator, even though it's specified in the examples.

Add the line here:

Widget build(BuildContext context) { return SafeArea( child: GFIntroScreen( color: Colors.blueGrey, slides: slides(), pageController: _pageController, currentIndex: inittialIndex, pageCount: 5, showIntroScreenBottomNavigationBar: true, <= ADD THIS LINE introScreenBottomNavigationBar: GFIntroScreenBottomNavigationBar( pageController: _pageController,

UnicornaasTech avatar Mar 09 '22 20:03 UnicornaasTech

@UnicornaasTech we will soon update the docs.

krishna-pietech avatar Mar 28 '22 08:03 krishna-pietech

Hi @UnicornaasTech please update the getWidget version, The example is working with the latest getWidget version. By default it will show the navigation bar until you set showIntroScreenBottomNavigationBar to 'false'

atul-vashisht avatar Dec 05 '22 07:12 atul-vashisht