Best of FlutterApril 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Creating a To-Do App in Flutter using Amplication

    Learn how to create a to-do app in Flutter using Amplication, a platform that simplifies web application development. The article covers the pre-requisites, getting started, creating and utilizing the backend server, creating the Flutter UI, and running the app.

  2. 2
    Article
    Avatar of itnextITNEXT·3y

    Secure Your Flutter Project: The Right Way to Set Environment Variables with Compile-Time Variables

    Secure Your Flutter Project: The Right Way to Set Environment Variables with Compile-Time Variables. The right way to set environment variables is using the command Dart define. The command offers a way of passing a single environment variable at compile time.

  3. 3
    Article
    Avatar of curiosumCuriosum·3y

    React Native vs Flutter comparison

    React Native and Flutter are both powerful frameworks for building mobile apps. They differ in a number of ways, including the programming languages and platforms they support. Both are capable of building apps for Android and iOS, but there are some differences in the level of support for cross-platform frameworks.

  4. 4
    Article
    Avatar of itnextITNEXT·3y

    Supabase & Riverpod Minicourse | Build A Realtime Photo Sharing App

    Supabase is an open-source Firebase alternative that offers a set of tools to create scalable and secure web and mobile applications. The SDK is written in Dart which prides itself as being a flexible, general-purpose programming language which supports both AOT and JIT compilation targets.