This week in Flutter #112: Fluttercon 23 Resources
Videos of the talks at Fluttercon 23 are not available yet, but Andrea Bizzotto managed to collect many of the slides from the speakers. Have a look at them while waiting for the videos to be published.
- Michele Volpato
π§βπ» Development in Flutter
Flutter Mobile Application Protection: Dos and Donβts
by Anton Baranenko and Jija Bhattacharya
It’s crucial to make sure you aren’t jeopardizing the security of your Flutter app given the time and money needed to launch it. You’ll find advice in the article that follows to help you create a Flutter app that is well-protected.
Flutter Takes a Leap Towards Enhanced Security with SLSA Compliance
by Dom Jocubeit
Assuring the security and integrity of software is crucial in the quicksand of the digital world. Developers and organizations are constantly looking for methods to strengthen their security procedures due to the frequency and sophistication of cyberattacks. The recent announcement of Flutter’s improved compliance with the Supply Chain Levels for Software Artefacts (SLSA), Google’s well-liked open-source UI software development framework, is an important step in improving the security posture of Flutter apps.
The Top 5 Flutter State Management Solutions: A Deep Dive
by Agustinus Theodorus
Any architecture for a user-facing application must include state management. It makes sure that as users engage, the app’s data and UI stay in sync. In this article, you’ll examine the most well-liked state management options available in Flutter.
How To Write A (Lisp) Interpreter (In Dart)
Reading this article took me back to when I was studying functional languages at the university. One of the projects was writing a Lisp interpreter using ML. Will you use this article in your job? Unlikely. Will you understand it without any knowledge of functional languages? I doubt it. Is it good because different from the usual articles about Flutter? Absolutely.
π Backend for Flutter developers
How to Implement Resumable File Uploads toAzure Blob Storage in Flutter
by Jenish MS
File uploads are an essential component of many mobile applications in the modern digital age. However, because of the network instability and constrained bandwidth, handling huge file uploads can be difficult. Resumable file uploads, which enable the upload process to restart from the point of failure and guarantee a better user experience, can be implemented by developers as a solution to this problem. In this blog post, you’ll look at how to construct resumable file uploads in Flutter, using an example Flutter package to make things easier.
π¨βπ» Software engineering
Writing documentation for your team
by Shubhro Saha
Most teams get to a turning point where productive documentation is crucial. Writing documentation that is current, understandable, and enduring is challenging. Here are a few actions that will make a difference between struggling or succeeding with writing documentation.
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