
Using context.mounted in Flutter 3.7
1 min read
Since Flutter 3.7, BuildContext has a mounted property that we can check after an asynchronous gap. Here's how to use it.
Since Flutter 3.7, BuildContext has a mounted property that we can check after an asynchronous gap. Here's how to use it.
Let's explore some techniques to separate our business logic and navigation code from the UI, using GoRouter and Riverpod.
How to implement bottom navigation with nested routes in Flutter using the GoRouter and Beamer packages (example app with source code included).
An in-depth explanation of the difference between Go and Push when using GoRouter for declarative routing.
Learn how to use the Flutter TabBar widget to take the user through a sequence of pages, and disable user interaction on the tabs themselves.
A guide to implementing multiple independent navigation stacks with BottomNavigationBar in Flutter.
Let's see how to use some custom code to add animated overlays and reveal action options from a FAB.
How to dock a floating action button in the middle of a BottomAppBar.