Best of FlutterMay 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    A brief introduction to Dart

    Dart is a programming language designed for client development, such as for web and mobile apps. First stable version of Dart wasn't 1.0.0, it was 0.8.10-rev3.29803. Dart can compile at both Run time(JIT) and Ahead of Time (AOT)

  2. 2
    Article
    Avatar of itnextITNEXT·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. 3
    Article
    Avatar of flutter_comFlutter 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. 4
    Article
    Avatar of phProduct Hunt·4y

    Flutter Sidekick - Tools that enhance Flutter's development experience

  5. 5
    Article
    Avatar of gcgitconnected·4y

    Crypto Wallet UI using Flutter 3.0

    A clone of a crypto wallet using Flutter 3.0. Two parts of this clone: header and list of currencies. It is pretty important that you can separate code in order to be readable. In another post, I’m going to talk about testing and maintainability.

  6. 6
    Article
    Avatar of hashnodeHashnode·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. 7
    Article
    Avatar of flutterdevsFlutterDevs·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. 8
    Article
    Avatar of itnextITNEXT·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. 9
    Article
    Avatar of flutterFlutter·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. 10
    Article
    Avatar of flutter_comFlutter 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. 11
    Article
    Avatar of phProduct 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.