The Ultimate Guide to GoRouter: Navigation in Flutter Apps Part -3 (Custom Transitions)

Part -1: https://tinyurl.com/k3f64hwv Part -2: https://tinyurl.com/3azk6jjj Starting with custom transitions in GoRouter is a fantastic way to enhance the user experience of our Flutter application by adding visually appealing and smooth animations b... https://harishkunchala.com/the-ultimate-guide-to-gorouter-navigation-in-flutter-apps-part-3-custom-transitions

Établi 14d | 10 mai 2024 à 17:40:03


Connectez-vous pour ajouter un commentaire

Autres messages de ce groupe

Day 7 in Dev Life of Brian

Fixes & Improvements Before Release Let’s kick it off with some good ol’ coding and UX insights. After testing the new version, I found the "Last Used" section to be a bit too large. On mobile, it tak

24 mai 2024 à 21:40:04 | Hashnode flutter
Data flow and readability within a widget tree

One of the most known good practice when building widgets in a Flutter project is the usage of widgets instead of methods. It is highly advised to split large widgets into smaller widgets. While this

24 mai 2024 à 21:40:03 | Hashnode flutter
Live Long – Health and Fitness App using Flutter and Firebase (With GitHub Repository)

Introduction Welcome to Live Long, the ultimate health and fitness companion designed to empower you on your wellness journey. Live Long isn't just an app; it's your personalized fitness and nutrition

24 mai 2024 à 19:20:09 | Hashnode flutter
Flutter Riverpod Tutorial Part 4: Modifier & Parameters

In this tutorial we'll explore various modifiers and parameters functionality in Riverpod. These following features help manage more complex state scenarios and optimize resource usage by automaticall

24 mai 2024 à 07:50:09 | Hashnode flutter
Flutter Riverpod Tutorial Part 3: Combining Providers

In this tutorial, we will learn how to combine multiple providers to create more complex states and manage dependencies between providers in Riverpod. Combining Providers Combining providers allows yo

23 mai 2024 à 22:50:05 | Hashnode flutter
How to Create a Currency Form Field in Flutter

I was working on a simple app for practice and wanted my text fields to accept only digits and format them in Turkish currency like this "1.234,5678". To achieve this, I created a widget derived from

23 mai 2024 à 16:10:03 | Hashnode flutter
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 mai 2024 à 06:50:07 | Hashnode flutter