Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.36 KB

File metadata and controls

46 lines (26 loc) · 1.36 KB

Flutter Getx - Bottom Navigation Bar Example

In this example, we made a bottom navigation bar using GetX state management, we tried to write less code and separate the logics used.

This example is the second part of the Flutter GetX video series we have covered the following titles:

  • Creating pages and GetX controllers
  • Creating BottomNavigationBar
  • Using GetBuilder widget
  • Using controller parameters inside page
  • A small counter (Bonus)

Watch the tutorial video in Youtube: https://youtu.be/G9EnOCpuCrw

Read Medium article: https://medium.com/teamartisans/bottom-navigation-bar-in-flutter-using-getx-a59f274b616c

Video Part 1: https://www.youtube.com/watch?v=TbSSNd2ZevU

Example Part 1: https://github.com/TeamArtisansDev/flutter-getx-scaffolding-example

Getting Started

  • Clone the repository git clone [email protected]:TeamArtisansDev/flutter-getx-bottom-navigation-example.git
  • Navigate to cloned folder cd flutter-getx-bottom-navigation-example
  • Get packages using flutter pub get
  • Run flutter run

Follow us

Website: https://teamartisans.com

Facebook: https://facebook.com/TeamArtisans

Twitter: https://twitter.com/TeamArtisans

Instagram: https://instagram.com/TeamArtisans

Medium: https://medium.com/TeamArtisans

Linkedin: https://linkedin.com/company/TeamArtisans

Email: [email protected]