The Ultimate Guide to GoRouter: Navigation in Flutter Apps Part -2 (Nested Routers, Redirect, Guard, Error Handling)

You can find the Part 1 here: https://tinyurl.com/k3f64hwv Dashboard Page - Nested Routes Example 1: Tabbed Content with Widgets Nested routes are useful for organizing complex user interfaces with multiple layers of navigation, such as a dashboard w... https://harishkunchala.com/the-ultimate-guide-to-gorouter-navigation-in-flutter-apps-part-2-nested-routers-redirect-guard-error-handling

Vytvorené 13d | 9. 5. 2024, 23:20:08


Ak chcete pridať komentár, prihláste sa

Ostatné príspevky v tejto skupine

Topic: 14 Understanding Navigation and Communication in Flutter

Hello devs, In today's article, we discussed how widgets communicate with each other, How Flutter communicates with the Android or IOS module, and How navigation works in Flutter. Start with the Navig

23. 5. 2024, 6:50:07 | Hashnode flutter
Day 6 in Dev Life of Brian

Each Tuesday I work in Eindhoven. I woke up at 4.30 and got myself in the train around 6. I slept around 3.5 hours this night, I know that’s not enough and sleep will probably catch up to me somewhere

22. 5. 2024, 19:30:04 | Hashnode flutter
Go Router + Riverpod Tutorials Series 4: Role Based Redirection

Now let's take a look at redirection depending on user roles Source code: role_based_redirection Now, Let's update our files starting with : AuthNotifier and authProvider: This is the updated AuthNoti

22. 5. 2024, 17:20:03 | Hashnode flutter
Mastering Dart, Flutter, and Serverpod: A Comprehensive Guide to Building Full-Stack Applications

Learning Dart, Flutter, and Serverpod can be a fun and rewarding journey. Here's a daily learning plan you can follow, organized for a duration of 1 hour per day for 72 days. Weeks 1-2: Dart Introduct

22. 5. 2024, 14:50:04 | Hashnode flutter
Custom Calendar in Flutter Application

Most applications need to work with dates. We can use the date picker from Flutter or custom packages from other developers. These options might have design limits, and we have to follow their design.

22. 5. 2024, 10:20:11 | Hashnode flutter
From CRUD to Search: Upgrading Your SQLite Items App with Bloc

Hello everyone, In this follow-up to our blog about SQLite CRUD operations, we'll be adding search functionality to our items app. There's no need to update the pubspec.yaml file, as all necessary dep

22. 5. 2024, 5:50:03 | Hashnode flutter
How to Secure Your Android Application: 5 Top Tips to Protect Your APK as Software Developer

Introduction As a mobile developer, ensuring the security of your Android application is crucial to protect user data and maintain the integrity of your app. In this article, we'll explore five essent

22. 5. 2024, 3:30:05 | Hashnode flutter