Flutter Force Weekly
Your hub for all things Flutter! Discover codes, repos, libraries, projects, and articles. Let's build amazing apps together!
Welcome to this week's newsletter! We've got plenty of exciting updates and insights to share. Dive into the latest tips, tricks, and resources for Flutter development, keeping you up-to-date with the freshest content in the community. Whether you're looking to enhance your skills, explore new libraries, or stay informed about the latest trends, this edition has something for everyone. Let's continue building amazing apps together! 🚀
Articles
Little More Life Cycle Handling
A Little More Framework for the Flutter Framework makes for better apps
As part of the ‘Little More’ Series, this article will review the Life cycle events that should be considered when running your app. Events that are made readily available to you when using the [Fluttery Framework] package.
Little more Adaptive
A Little More Framework for the Flutter Framework makes for better apps
I began working on this [Fluttery Framework] package in 2018 to help with my apps — supplying the typical functions and features needed by a production-worthy app.
As part of the ‘Little More’ Series, this article will focus on Fluttery’s high adaptivity that is simply achieved by consolidating what Flutter already provides you.
QR Code Create, Scan in Flutter ? A Complete Guide
QR Code i.e., Quick Response codes(qr code full form) are used to provide information in the fastest way possible such that when user scans the code information is received onto their device.
There is a wide usage of these codes which are similar to that of the barcodes used for products, commodities to get the product information.
In banking app’s these scanners are mostly used to make transactions super fast and convenient for even common man.
In this blog we will be dealing with the qr code generator and QR scanner too in flutter app.
How to Show and Add Licenses in Flutter
When using third-party packages, it is recommended to show their licenses in your Flutter application. Fortunately, Flutter automatically includes the licenses of these packages. However, we still need to display them ourselves. Additionally, it is also possible to add extra licenses to your Flutter application.
Packages
FlexibleWrap
FlexibleWrap is a Flutter package designed to provide a flexible and customizable way to arrange widgets in a wrap layout. It allows developers to create dynamic layouts where widgets can wrap onto the next line based on available space, similar to how items behave in a shopping cart or a list of cards.
GPT for Flutter
🚀 Expert Flutter developer assistant: top-notch code, stunning UI design, and best practices! 🎨📱
geofence_foreground_service
A Flutter plugin that enables you to easily handle geofencing events in your Flutter app by utilizing native OS APIs on Android
by creating a foreground service while being battery efficient since it uses the Geofence and WorkManager APIs. And on iOS
by utilizing the CLLocationManager
livelyness_detection
Liveness detection for face recognition in biometrics is a technique where an algorithm detects if the person in front of the camera is alive and real. The algorithm is able to recognize a live person from presentation attacks - where a bad actor, or fraud perpetrator, uses someone else's physical characteristics or biometric data (known as "spoofs") for impersonation.
Videos
60 second intro to Flutter approval tests with package:approved
For more information, see https://pub.dev/packages/approved
Interview: Kevin Moore & Łukasz Kosman - Why do we need Flutter for Web? - "Flutter CTO Survey 2024"
Watch this insightful interview recorded at Google I/O in May 2024, where Łukasz Kosman, CEO of LeanCode, sits down with Kevin Moore, Product Manager at Google, to discuss the intricacies of Flutter for Web. In this interview, you will find answers to: 👉Is Flutter for Web production ready? 👉Why is Google betting on Flutter for Web when it's primarily known for mobile applications? 👉Is Flutter for Web suitable for hybrid scenarios where most activities occur in the app, but some content still needs to be searchable online? 👉How viable is it to embed Flutter into existing web platforms for mature products?