In this example you will learn how to implement Full Screen Splash Screen in Flutter. You will also learn how to hide status bar on Android OS and notch on iOS in your flutter splash screen. We will create two screens. Our launcher screen will be Screen with full screen Image. And after defined splash […]
Flutter Left and Right Navigation Drawer Example Tutorial
In this tutorial you will learn how to add Navigation Drawer Layout in your Flutter App. You will learn how to add Left Navigation Drawer ( Drawer which opens from start side or right side ) and right Navigation Drawer (Drawer layout which slides from end or left side of the screen). We will be […]