Navigation in Flutter

Navigation in Flutter

This article provides insights into how Navigator and router-based packages work but sticks to the essentials. Along the way, I’ve also shared my personal thoughts and ideas on implementing navigation in Flutter, along with my vision for how it all comes together in practice.

Table of Contents

  1. Navigator
    1. Imperative API
    2. Pages API
  2. Synchronization with Platform
  3. My thoughts

Read more