Best of FlutterDecember 2021

  1. 1
    Article
    Avatar of flutterFlutter·4y

    Announcing Flutter 2.8

    Flutter aims to change how apps are built. It unites mobile, web, desktop, and embedded development into a single toolkit. The latest update makes it easier than ever to connect apps to back-end services, such as Firebase and Google Cloud. It adds production-quality support for Google Ads and major upgrades to the camera and embedded web plugins.

  2. 2
    Article
    Avatar of itnextITNEXT·4y

    Best VS Code Extensions For Flutter

    There are many ways you can improve your productivity using extensions of VS Code. Awesome Flutter Snippets is a collection of commonly used Flutter classes and methods. Dart Data Class Generator is a Visual Studio Code extension that allows you to create dart data classes easily, fast, and without writing boilerplate.

  3. 3
    Article
    Avatar of omgubomg! ubuntu!·4y

    Quickly Find, Download, and Update AppImages with this Neat Tool

    AppImage Pool is a one-shop app store for finding and downloading App Images on Linux. It is built using Dart and Flutter (now Ubuntu’s toolkit of choice) It boasts the following feature set: Homepage with featured apps carouselBrowse based on categories Upgrade and Downgrade appimages.

  4. 4
    Article
    Avatar of flutterFlutter·4y

    What’s New in Flutter 2.8

    Flutter 2.8 is the final stable release of the year. It includes significant performance improvements in both the engine and in Flutter DevTools. There are also new Firebase features and improvements, WebView 3.0, a new batch of Flutter Favorite packages and a raft of updates to desktop.

  5. 5
    Article
    Avatar of flutterdevsFlutterDevs·4y

    SQFlite In Flutter

    SQFlite is a plugin in flutter which is used to store the data. In SQFlite we perform many operations like create, delete, update, etc. This operation is called CRUD Operations. We use sqflite for database storage, intl is used for DateTime format.

  6. 6
    Article
    Avatar of logrocketLogRocket·4y

    Building your first DApp with Flutter and Solidity

    Blockchain technology and the crypto space in general are one of the major trends in the world right now. In this article I will walk you through:How to implement the concept of a decentralized application by using the Solidity programming language to build a simple smart contract. And the steps involved in bridging it to the client side of our application using Flutter.

  7. 7
    Article
    Avatar of flutter_comFlutter Community·4y

    Scalable Folder Structure for Flutter Applications

    Folders By Type/Domain is the most common pattern among Flutter developers. The folders by feature pattern is the way to go. It scales well and organizes files in its feature folder. A Dart tool that generates the folder structure for Flutter applications is also available.