Best of FlutterAugust 2022

  1. 1
    Article
    Avatar of phProduct Hunt·4y

    DhiWise 2.0 - Convert Figma designs into Flutter 3.0 & React code rapidly

    Convert Figma designs into Flutter 3.0 & React code rapidly DhiWise. It generates component-driven code with state management.

  2. 2
    Article
    Avatar of flutter_comFlutter Community·4y

    Create 2D games quickly and easily with Flutter Flame

    A sprite sheet is a collection of sprites arranged in rows and columns. It is quick to load compared with individual sprites. The Flame engine can load and render only a section. The sprite sheet contains different player frames. The sprites can be added to the assets of the dino player. The sprites for the idle state, right movement and right movement, and the direction the player is facing. The sprite sheet is the most powerful in the game. For more information, please visit the Flutter team to see how the game is being used in this tutorial.

  3. 3
    Article
    Avatar of btrprogBetter Programming·4y

    6 Tips for Your Next Flutter Project

    Flutter is an open-source software development kit created by Google. Most of the Flutter updates include improved platform compatibilities which contribute to its growth. If you’re new to Flutter, follow the instructions in this link to complete installation and to get started with Flutter.

  4. 4
    Article
    Avatar of anavidAnalytics Vidhya·4y

    Setting Up CI/CD Using GitHub Actions

    Setting Up CI/CD using GitHub Actions makes it easy to automate all your software workflows now with the help of GitHub Actions. It uses YAML syntax to define the events, jobs, and steps. These files are stored in GitHub workflows, and a series of commands are automatically triggered whenever a code is pushed.

  5. 5
    Article
    Avatar of devgeniusDev Genius·4y

    Kotlin Multiplatform vs Flutter

    Kotlin Multiplatform (KMM) is an excellent choice for creating mobile apps. Flutter is a cross-platform framework to target iOS and Android with a single codebase. Dart is a C/J Javascript-like programming language that may be very familiar with some of these languages.

  6. 6
    Article
    Avatar of logrocketLogRocket·4y

    Building a news app with Flutter

    We’re building a single-screen app that has a search bar at the top of the screen. The default Country for top headlines is set to (this returns breaking news headlines according to country and category) There is also a minor endpoint that mainly returns news from specific publishers. With the above endpoints, we have to provide theAPI key through which authentication is handled. If the API key is not appended, we are bound to receive a 401 - Unauthorized HTTP error.

  7. 7
    Article
    Avatar of quick_codeQuick Code·4y

    7 Free Online Flutter Courses to learn App Development

    Flutter is a cross-platform software development kit created by Google. The course will introduce you to Flutter, a high-performance and intuitive framework for building Android and iOS apps from scratch. It is a top-rated free Flutter course on Udemy with a 4.0 out of 5-course rating and a 1-hour 41-minute length.

  8. 8
    Article
    Avatar of firebase-developersFirebase Developers·4y

    Firebase Firestore CRUD

    Firebase Firestore allows you to upload and retrieve data with very short and simple commands. I have built this Schedular app to demonstrate Firestore CRUD ( Create Read Update Delete) operations. If you need help creating a project on Firebase, you can check out this documentation.