#learning
https://medium.com/@chehansivaruban/implementing-token-refresh-in-flutter-with-dio-interceptor-88d14181d68b
https://medium.com/@chehansivaruban/implementing-token-refresh-in-flutter-with-dio-interceptor-88d14181d68b
Medium
Implementing Token Refresh in Flutter with Dio Interceptor
As a Flutter developer, you often encounter scenarios where you need to handle token expiration gracefully. In this article, we’ll explore…
#learning #senior
https://dartling.dev/how-to-create-a-custom-plugin-in-flutter-to-call-native-platform-code#heading-kotlin-code-android
https://dartling.dev/how-to-create-a-custom-plugin-in-flutter-to-call-native-platform-code#heading-kotlin-code-android
Dartling
How to create a custom plugin in Flutter to call native platform code
Introduction
In this tutorial, we will create a Flutter plugin which targets the Android and iOS platforms, and show how to invoke different methods from Dart, pass arguments of different types, and receive and parse results from the host platforms. ...
In this tutorial, we will create a Flutter plugin which targets the Android and iOS platforms, and show how to invoke different methods from Dart, pass arguments of different types, and receive and parse results from the host platforms. ...
#learning #plain
https://medium.com/@kanellopoulos.leo/a-simple-way-to-organize-your-code-in-flutter-e175e7004fb5
https://medium.com/@kanellopoulos.leo/a-simple-way-to-organize-your-code-in-flutter-e175e7004fb5
Medium
A Simple way to organize your code in Flutter
A simple way to organize your project and code using a robust project structure and a unique way of separating UI and Functional code.
Tomorrow we will have a special episode of "Observable Flutter*.
The guest is Remi Rouselet where he will talk about Macros and applying to Freezed!
https://www.youtube.com/live/AsF_liobO-c?si=HqOXvurYshAJ08-V
The guest is Remi Rouselet where he will talk about Macros and applying to Freezed!
Watch to learn about Macros, watch it to better understand Freezed, there are plenties of other reasons to don't lose this episode. Either live or after. I'll watch live if possible I'll ask Remi questions.
https://www.youtube.com/live/AsF_liobO-c?si=HqOXvurYshAJ08-V
YouTube
Rewriting freezed with Macros | Observable Flutter #47
Watch as Craig Labenz and Rémi Rousselet discuss Rémi's experience rewriting his infamous data class package, `freezed`, with Macros.
Watch more Observable Flutter → https://goo.gle/ObservableFlutter
Subscribe to Flutter → http://goo.gle/FlutterYT
#ObservableFlutter…
Watch more Observable Flutter → https://goo.gle/ObservableFlutter
Subscribe to Flutter → http://goo.gle/FlutterYT
#ObservableFlutter…
#learning #plain
https://blog.codeminer42.com/creating-anonymous-sign-in-flow-with-firebase/?ref=dailydev
https://blog.codeminer42.com/creating-anonymous-sign-in-flow-with-firebase/?ref=dailydev
The Miners - Codeminer42’s Engineering Blog
Creating Anonymous sign-in flow with Firebase - The Miners
In this post, we talk about a case for creating a complete anonymous sign-in flow with Firebase with multiple authentication options, account upgrade and more.
#learning #senior
https://medium.com/@pomis172/understanding-composited-layers-to-improve-the-performance-of-flutter-apps-7b91079b4dd1
https://medium.com/@pomis172/understanding-composited-layers-to-improve-the-performance-of-flutter-apps-7b91079b4dd1
Medium
Understanding Composited Layers to improve the performance of Flutter apps
In Flutter, besides Widget, Element and RenderObject trees, there’s also a Layer tree. And the same way the Element tree generates the…