Sandeep

Learning Flutter Widgets, Widget 1 – Safe Area

Learning Flutter Widgets, Widget 1 – Safe Area

Flutter SafeArea class A widget that insets its child by sufficient padding to avoid intrusions by the operating system. For example, this will indent the child by enough to avoid the status bar at the top of the screen. It will also indent the child by the amount necessary to avoid The Notch on the iPhone…

Flutter Bubbled Navigation Navigation -bubbled_navigation_bar

Flutter Bubbled Navigation Navigation -bubbled_navigation_bar

Flutter Bubbled Navigation Bubbled Navigation Bar library is another simple and useful library in the category of bottom navigation bar. You can easily make some smooth animations while changing the tabs. Use this package as a library 1. Depend on it Add this to your package’s pubspec.yaml file: 2. Install it You can install packages…

Tutorial 3 – Flutter Bottom Navigation Bar implementation using bottom_navy_bar Library

Tutorial 3 – Flutter Bottom Navigation Bar implementation using bottom_navy_bar Library

Learning flutter development is fun, with this awesome platform we can make any kind of flutter app. In this tutorial we will make bottom navigation bar using another library named as bottom_navy_bar: any . In previous tutorial we had done same with ff_navigation_bar: any. After reading previous articles now we have a good understand about…

Tutorial 1 – Flutter Bottom Navigation Bar

Tutorial 1 – Flutter Bottom Navigation Bar

This is the first post of the Flutter Bottom Navigation Bar series, I will share examples of bottom navigation bars from simple to advanced using flutter library and third-party libraries. I am not going to cover any basics of Flutter Development as I am assuming that you are already familiar with Stateless/Stateful Widgets, Scaffold, Appbar…

Flutter Fancy Bottom Navigation -fancy_bottom_navigation

Flutter Fancy Bottom Navigation -fancy_bottom_navigation

Flutter Fancy Bottom Navigation  Fancy Flutter Bottom Navigation Bar library is very easy to use and nice animations, library is easy to customize as per need. Use this package as a library 1. Depend on it Add this to your package’s pubspec.yaml file: 2. Install it You can install packages from the command line: with…

bottom_navy_bar 5.5.0

bottom_navy_bar 5.5.0

BottomNavyBar  A beautiful and animated bottom navigation. The navigation bar use your current theme, but you are free to customize it. Preview PageView Use this package as a library 1. Depend on it Add this to your package’s pubspec.yaml file: 2. Install it You can install packages from the command line: with Flutter: Alternatively, your…