ionicfirebaseapp / getwidget

Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
https://www.getwidget.dev
MIT License
4.56k stars 606 forks source link

GF Introduction Screen examples are missing: showIntroScreenBottomNavigationBar: true #270

Closed UnicornaasTech closed 1 year ago

UnicornaasTech commented 2 years ago

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,

krishna-pietech commented 2 years ago

@UnicornaasTech we will soon update the docs.

atul-vashisht commented 1 year ago

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'