Best of FlutterSeptember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    32 free Flutter templates for great mobile apps

    Flutter E-Book App is a simple yet intuitive application developed by Festus Olusegun to read and download books from the Feedbooks API. StarBook StarBook is a digital diary developed by Hashir Shoaib that can help users track their mood and productivity throughout the month.

  2. 2
    Article
    Avatar of flutterdevsFlutterDevs·4y

    Flutter 3.3 — What’s New In Flutter

    Google has merged 5,687 pull requests in bringing live the Flutter 3.3 version of its cross platform mobile app development kit. Flutter now provides the easiness of selecting the whole data in the web apps with a single sliding gesture by wrapping your widgets with SelectableArea widget. Impeller is also available in having access to these deltas allows you to build an input field.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    How I built and published a Flutter app in 48 hours

    A couple of years ago, I built and published a Flutter app in 48 hours. It's a time tracking app which lets you track your time across different activities, and set daily/weekly/monthly goals per activity. For state management, I used "vanilla" Flutter; a combination of FutureBuilders, StreamBuilders and ValueListenableBuilders.

  4. 4
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Flutter For Front-End Web Developers | CSS-Tricks

    Flutter needs a way to unify the rendering and developer experience by using its ScrollViews. It may help to stop thinking about the flow of document structure and instead consider the application as an open canvas for a device’s native painting mechanisms. To use Flutter, you need to have installed the Flutter SDK and have configured Flutter for a test device.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    Top 10 Flutter Tips I Learned After 2+ Million Users

    Flutter app will be more robust and easier to maintain by a team. Here are some of the tips and tricks I discovered over my last two years of making Flutter application that has reached more than 2+. If you have already implemented any state management, my advice is to not use setState method in any of your code.

  6. 6
    Article
    Avatar of flutterdevsFlutterDevs·4y

    BioMetric Authentication In Flutter Application

    For BioMetric authentication we need our local database by which we can check the fingerprint. On supported devices, this includes authentication with biometrics such as fingerprint or facial recognition. It supports Android, IOS, <manifest xmlns: android="http://schemas.com/apk/res/android" package. And also learn the importance of local_auth and how many types of Bio-metric are in this package. If I got something wrong? Let me know in the comments.

  7. 7
    Article
    Avatar of flutterdevsFlutterDevs·4y

    Cupertino TabBar In Flutter

    CupertinoTabBar is the only ios style bottom tabbar or bottom navigation bar in a flutter. We will show a row of tabs with labels and icons when the user press that tab then, only this screen will be shown. The primary tab will be fabricated utilizing the BottomNavigationBar we will first let's declare a list that will hold the widgets for the tabs. In the body, we will add the CuertinoTabScaffold.