This week in Flutter #83: Back after the Christmas break
With everything that has happened with Twitter lately, I decided some issues ago to avoid linking Twitter profiles in the newsletter. I prioritize personal websites, but if I cannot find any, I link either GitHub or LinkedIn profiles.
I was never very active on Twitter because I felt that the timeline was always full of tweets I did not care about. I was using an RSS reader for tweets from people I followed.
Now I reduced my usage even more, and I started using Mastodon. Do you know of any Mastodon clients made in Flutter? Possibly with both mobile and desktop apps?
- Michele Volpato
Development ๐งโ๐ป
Devblog 6: Swimming against the current
Sometimes you get excited about using a new tool, like FlutterFlow, but you quickly crash into its limitation. As Stephan explains in this new entry of his journey about building a new Futter app.
Change window size in Flutter programmatically
I was not aware of the window_manager package, which helps you resize and reposition the app window. The package provides an extensive API.
On Visual Density in Flutter
by Ray Li
A thread exploring visual density and the problems it brings for developers.
Tools ๐
Scan your Dart and Flutter dependencies for vulnerabilities with osv-scanner
by Yong Shean
To scan your Flutter project for vulnerabilities you can use GitHub supply chain security, if your code is hosted on GitHub, or you can run tools manually on your local machine or during CI. In this case, Google’s vulnerability scanner.
Mastering Dart & Flutter DevTools โ Part 1: Introduction & Installation
Learn more about Dart and Flutter performance and debugging tools to collect, monitor, and analyze various metrics that can help you build a high-performance app.
Others ๐คทโโ๏ธ
10 Things the Flutter Team Should do in 2023
by Matt Carroll
Here is a list of improvements that the team at Flutter Bounty Hunters would like to see in Flutter during 2023. On my side, I do have one wish for all Flutter developers for 2023: do not use Flutter as a framework for creating blogs. ๐
Deep linking in Flutter
with Ran Mor
Learn how deep links help your Flutter app and your users and see how to add deep links to your Flutter app.
Firebase Remote Config (Package of the Week)
Want a way to configure your app, without requiring your users to download an update every time? Check out Firebase Remote Config, a key-value store in the cloud that allows you to do exactly that!
That’s it for this week.
If you want to comment on any of this week’s entries, you can do it in the comment section below.
Have a bug-free week,
- Michele Volpato
Leave a comment