Best of Flutter — May 2022
- 1
- 2
ITNEXT·4y
Flutter Custom Error Message — Flash Message
On Flutter, it is called a snack bar. Pretty handy to show error, success or any warning message to the user. To make it reusable, let’s extract snack bar content. I’m going to call it CustomSnackBarContent . Create a required parameter for error text, then pass it to CustomSnakBarContent.
- 3
Flutter Community·4y
Building a Chrome Extension using Flutter
Flutter is a cross-platform framework introduced by Google that is capable of running on Android, iOS, Web, macOS, Linux, Windows, and a few more kinds of devices. In this article, we will explore a unique way to run a Flutter app as a chrome extension.
- 4
- 5
- 6
Hashnode·4y
How to build a Flutter app from scratch
The DigiQ app is a digital queue management system. It has already won 2 hackathons so yeah it is indeed a "useful" project. We will see how to implement Authentication, connect an API to the app, do CRUD operations on a database, implement a QR code scanner, integrate Twilio notifications, and more.
- 7
FlutterDevs·4y
Flutter 3.0— What’s New In Flutter
Flutter 3.0 supports all the six platforms on the stable channel formally. Flutter hosts different third-party-together mixes like Firebase, AWS Amplify, Sentry, and AppWrite. The new Flutter 3 highlights contain new contributions for platform-specific integration, intuitive models for compilation to build support, and internationalization.
- 8
ITNEXT·4y
Make Loading Great — Shimmer Loading Effect on Flutter
Use the shimmer effect while fetching data on your Flutter app. The shimmer effect is nothing, just a Container with a light gray color. The color of our Container is back with 4% opacity. We are going to round the corner by applying a borderRadius . In the end, I’m going to add padding so that our Container has a mini height.
- 9
Flutter·4y
I/O Pinball Powered by Flutter and Firebase
For Google I/O, we teamed up with the Flutter team to reimagine a classic pinball game built using Flutter and Firebase. The game uses Flame’s out-of-the-box features, such as animations, physics, collision detection, and more. We integrated the open source Box2D engine into Dart so it can be easily integrated with Flutter.
- 10
Flutter Community·4y
Set up CI/CD for your Flutter Application
Code Magic is a CI/CD tool for mobile applications, and one of my favorite tools out there. It supports Flutter, native Android and iOS, React Native, Ionic, and Unity. It brings automation to your development so that your new code is integrated with previous code automatically while running all necessary tests and building/deploying.
- 11
Product Hunt·4y
Flutter 3.0 - Flutter on all your platforms, from MacOS to Android
Flutter 3 is the culmination of our journey to fill out the platforms supported by Flutter. With Flutter 3, you can build beautiful experiences for six platforms from a single codebase. Flutter is a free, open-source, cross-platform programming language.