Flutter: Simple Bottom Navigation Bar
1 min readApr 24, 2020
Bottom Navigation Bar is a component that makes it easy to explore and switch between the top-level view in single click or tap.
- Create Flutter Project
- Create Screen
- Create Navigation Container
1. Create Flutter Project
$> flutter create --org com.yourdomain navexample