#official
API Deprecations to be removed from Flutter after 2.10 Release
https://docs.google.com/spreadsheets/d/12krawYCu6X_g_5wLGpmiAIi-VcTRV6xG7RGbRovuatQ/edit#gid=0
API Deprecations to be removed from Flutter after 2.10 Release
https://docs.google.com/spreadsheets/d/12krawYCu6X_g_5wLGpmiAIi-VcTRV6xG7RGbRovuatQ/edit#gid=0
Google Docs
Flutter Deprecations Removed after 2.10
Sheet1
Publicly Shared,flutter.dev/go/deprecations-removed-after-2-10
Deprecations to be removed from Flutter after 2.10 Release
Tracking Issue:,<a href="https://github.com/flutter/flutter/issues/98537">https://github.com/flutter/flutter/issues/98537</a>…
Publicly Shared,flutter.dev/go/deprecations-removed-after-2-10
Deprecations to be removed from Flutter after 2.10 Release
Tracking Issue:,<a href="https://github.com/flutter/flutter/issues/98537">https://github.com/flutter/flutter/issues/98537</a>…
#blogpost
https://stackoverflow.blog/2022/02/21/why-flutter-is-the-most-popular-cross-platform-mobile-sdk/
https://stackoverflow.blog/2022/02/21/why-flutter-is-the-most-popular-cross-platform-mobile-sdk/
Stack Overflow Blog
Why Flutter is the most popular cross-platform mobile SDK
Running a development team for each mobile platform sucks up resources from other work. Flutter is the most popular way for one development team to build on all platforms.
The Flutter User Survey is here once again, help the ecosystem by answering some questions
https://google.qualtrics.com/jfe/form/SV_agixSVzsZkWvnuu
https://google.qualtrics.com/jfe/form/SV_agixSVzsZkWvnuu
Want to learn Algorithms using Dart?
here is an excellent Github repository
https://github.com/TheAlgorithms/Dart
here is an excellent Github repository
https://github.com/TheAlgorithms/Dart
GitHub
GitHub - TheAlgorithms/Dart: All Algorithms implemented in Dart
All Algorithms implemented in Dart. Contribute to TheAlgorithms/Dart development by creating an account on GitHub.
#official #boringshow
Today's Boring Show is about runApp function, such an important function to understand
https://www.youtube.com/watch?v=e5RhcvWqJAo
Today's Boring Show is about runApp function, such an important function to understand
https://www.youtube.com/watch?v=e5RhcvWqJAo
YouTube
runApp function deep dive (The Boring Flutter Development Show, Ep. 56)
Fitz dives into the source and explores runApp() function, roots, and more.
Chapters:
0:00 - Introductions, what are we talking about today?
3:12 - What's actually at the root of the Widget tree?
5:45 - Wait a second, we're not lying about there being multiple…
Chapters:
0:00 - Introductions, what are we talking about today?
3:12 - What's actually at the root of the Widget tree?
5:45 - Wait a second, we're not lying about there being multiple…
Do you know how to work with MaterialStateProperty?
Learn all about with this talk by Nash!
"Flutter UX: Material State Properties"
https://www.youtube.com/watch?v=CrO7_qrL_f0
Learn all about with this talk by Nash!
"Flutter UX: Material State Properties"
https://www.youtube.com/watch?v=CrO7_qrL_f0
Did you know that Dart supports labels?
You can with it, for example, break a loop while inside a switch.
https://twitter.com/passsy/status/1505591637677858826?s=20&t=WUgNWL25_dUS357AFP-DcA
You can with it, for example, break a loop while inside a switch.
https://twitter.com/passsy/status/1505591637677858826?s=20&t=WUgNWL25_dUS357AFP-DcA
Twitter
Pascal Welsch
@luke_pighetti Dart supports labels
#tutorial #video
Want to learn all about Render Objects?
There is a video tutorial by CreativeCreatorMaybeNot that is the DEFINITE GUIDE to understand them in depth. The only catch that is almost 3 hours so buckle up, grab a coffee and lets go!
https://www.youtube.com/watch?v=HqXNGawzSbY
Want to learn all about Render Objects?
There is a video tutorial by CreativeCreatorMaybeNot that is the DEFINITE GUIDE to understand them in depth. The only catch that is almost 3 hours so buckle up, grab a coffee and lets go!
https://www.youtube.com/watch?v=HqXNGawzSbY
YouTube
A definitive guide to RenderObjects in Flutter
Everyone knows how to use widgets in Flutter, however, RenderObjects are a secret to most - so we are tackling exactly that topic in great depth :)
https://twitter.com/creativemaybeno/status/1342875877823098885?s=20
Links in this video:
My article on Drawing…
https://twitter.com/creativemaybeno/status/1342875877823098885?s=20
Links in this video:
My article on Drawing…
Have you ever built an Android homescreen widget?
There are two important resources you need to watch and read and you'll be an expert.
Talk "Simon Lightfoot: Android Home-screen Widgets with Flutter (15/04/19)"
https://www.youtube.com/watch?v=8Svk7xmscKk
Article: "How to create Home Screen App Widgets in Flutter!"
https://medium.com/@ashishgarg1998/how-to-create-home-screen-app-widgets-in-flutter-ce3458f3638e
There are two important resources you need to watch and read and you'll be an expert.
Talk "Simon Lightfoot: Android Home-screen Widgets with Flutter (15/04/19)"
https://www.youtube.com/watch?v=8Svk7xmscKk
Article: "How to create Home Screen App Widgets in Flutter!"
https://medium.com/@ashishgarg1998/how-to-create-home-screen-app-widgets-in-flutter-ce3458f3638e
YouTube
Simon Lightfoot: Android Home-screen Widgets with Flutter (15/04/19)
Learn what Android App-Widgets are and how you can create one for your Flutter App. Indepth talk on Android App-Widgets and the way they work in Android and how you can take advantage of them with Flutter.
#FlutterFestival
Flutter Silicon Valley streaming is available at the following link
https://www.youtube.com/watch?v=Jwh-2fMdpek
Flutter Silicon Valley streaming is available at the following link
https://www.youtube.com/watch?v=Jwh-2fMdpek
YouTube
Flutter Festival Silicon Valley March 23rd 2022
Want to add CI testing to your Flutter project at github?
Remember that the exists an official setup-dart action. You can read all about it here
https://medium.com/dartlang/announcing-dart-support-for-github-actions-3d892642104
Remember that the exists an official setup-dart action. You can read all about it here
https://medium.com/dartlang/announcing-dart-support-for-github-actions-3d892642104
Medium
Announcing Dart support for GitHub Actions
GitHub Actions is a popular offering for continuous integration (CI) for GitHub repos. Today, we’re announcing an official setup-dart…
Need to keep data on the device? Here's a good article on how to do it.
https://davidserrano.io/data-layer-in-flutter-use-the-repository-pattern-to-keep-a-local-copy-of-your-api-data
https://davidserrano.io/data-layer-in-flutter-use-the-repository-pattern-to-keep-a-local-copy-of-your-api-data
David Serrano
Data layer in Flutter V2 | Use the Repository Pattern to keep a local copy of your API data
A couple of months ago I wrote an article in which I explained how to keep a local copy of data downloaded from an API using the Repository Pattern.
In this article I am going to do the same implementation but applying some improvements, making use o...
In this article I am going to do the same implementation but applying some improvements, making use o...
Are you interested in knowing how to reverse engineering a Flutter app?
Check out this repository. Awesome work here, a lot of details on how to reverse an app
https://github.com/Impact-I/reFlutter
Check out this repository. Awesome work here, a lot of details on how to reverse an app
https://github.com/Impact-I/reFlutter
GitHub
GitHub - Impact-I/reFlutter: Flutter Reverse Engineering Framework
Flutter Reverse Engineering Framework. Contribute to Impact-I/reFlutter development by creating an account on GitHub.
A good introduction to Isolates.
https://blog.codemagic.io/understanding-isolatates-flutter/
But you prefer video. Don't forget you have these excellent videos on YouTube by Flutter Team
https://youtu.be/vl_AaCgudcY
https://blog.codemagic.io/understanding-isolatates-flutter/
But you prefer video. Don't forget you have these excellent videos on YouTube by Flutter Team
https://youtu.be/vl_AaCgudcY
YouTube
Isolates and Event Loops - Flutter in Focus
This is the first video in the Flutter in Focus series on asynchronous coding in Dart. In this episode, you can learn about how Dart's isolates and event loops lay the groundwork for Futures, Streams, background tasks, and all the other things you need to…
Google I/O 2022 is soon upon us.
Check out the official Program, we have 9 Flutter sessions
https://io.google/2022/program/?q=4a3ba017-12d3-4226-b363-6e1138e92a7d
Check out the official Program, we have 9 Flutter sessions
https://io.google/2022/program/?q=4a3ba017-12d3-4226-b363-6e1138e92a7d
io.google
Google I/O
Google I/O returns in May 2022. Join us live.