Learn Flutter
Open in Telegram
Curated Content - Every Weekday at 17:00 UTC Publish news, tools, tutorial and everything you need to know about Flutter to learn or improve as a Developer Bluesky: https://bsky.app/profile/oldmetalmind.bsky.social
Show more3 915
Subscribers
No data24 hours
+107 days
+4530 days
Posts Archive
3 915
#monetization
Because Flutter dev also needs to have a bit of knowledge on other areas, here is a nice short article about monetization
https://adapty.io/blog/top-reasons-mobile-app-users-go-from-freemium-to-premium
3 915
Show number of items hidden when it overflows in Row Widget
https://anilraok.com/post/flutter-show-number-of-elements-hidden-when-overflow-occurs-in-row-widget
3 915
With Flutter 3.3 we have deprectated API that will be removed after the release.
So don't forget to check and update your code if you wish to start using 3.3
https://docs.google.com/spreadsheets/d/13cZzXz3_yMhnMH3Fyv2TKR_3974el103xlZuNWdevZM/edit#gid=0
3 915
Learning from official resources is always great but hard to find since they are scattered.
Did you know you have dedicated oficial playlist with great videos to learn Flutter?
https://www.youtube.com/playlist?list=PLjxrf2q8roU3wk7CDw4RfV3mEwOJbjx1k
3 915
#article
Using
lerp (linear interprolation) is extremely powerful and an excelent knowledge to keep it in mind.
Here's an excelent example on how to use it besides only between two colors.
https://medium.com/flutter/zero-to-one-with-flutter-part-two-5aa2f06655cb3 915
If you want to learm more about Flutter app security, compiling the Flutter engine and reverse eng a Flutter app.
Philip Nikiforov has prepared this excelent article
https://swarm.ptsecurity.com/fork-bomb-for-flutter/
3 915
Introducing: Flutter Animate - gskinner blog
https://blog.gskinner.com/archives/2022/09/introducing-flutter-animate.html
3 915
#learning
If you need to start with Riverpod one of the best State Management for Flutter, you can easily understand it with this article
https://medium.com/@antonio.tioypedro1234/flutter-riverpod-the-essential-guide-f29dc563d1d4
3 915
There was a time before Flutter Web and the project to bring Flutter to the web had a code name "Hummingbird".
Read about the pains and strugles in this article
https://medium.com/flutter/hummingbird-building-flutter-for-the-web-e687c2a023a8
