This repository contains a collection of projects built with Flutter, focusing on various implementations of navigation components. Each folder in this repository represents an individual project that demonstrates a different concept or approach to handling navigation in Flutter applications.
The folder structure of this repository is as follows:
- animated_notch_nav_bar:
Example of custom navigation with animated notch.
- next_project:
Coming soon...
Make sure you have the latest version of Flutter installed. To check if Flutter is installed and to see the version in use, run the following command in your terminal:
flutter --version