Best of DartJanuary 2024

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    A PocketBase backend for Flutter and Dart

    The post provides a step-by-step tutorial for connecting a Flutter app to PocketBase, an open source Backend as a Service (BaaS). It highlights the features of PocketBase, such as user authentication, SQLite database, realtime updates, and file storage. The tutorial covers signing up a new user, signing in, refreshing the access token, signing out, creating a new collection, performing CRUD operations, and includes a few thoughts and limitations of using PocketBase.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Operate the Future in Flutter/ Dart

    Learn about the concept of Futures in Flutter and their practical uses, including handling asynchronous operations, chaining operations, and error management. Explore common methods like `then()`, `catchError()`, and `whenComplete()`. Understand the use-cases of Futures in network requests, file operations, and state management.

  3. 3
    Article
    Avatar of habrhabr·2y

    Creating a Frosted AppBar in Flutter with a Slide-Down Widget

    Learn how to create a frosted AppBar with a slide-down widget in Flutter. The final result is a visually appealing AppBar with a sliding element beneath it.