<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/flutterdevs/best-of/2022/09" -->

---
title: Best FlutterDevs posts — September 2022 | daily.dev
description: The most upvoted FlutterDevs posts from September 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/flutterdevs/best-of/2022/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/flutterdevs/best-of/2022/09
og:type: website
og:site_name: daily.dev
og:title: Best FlutterDevs posts — September 2022 | daily.dev
og:description: The most upvoted FlutterDevs posts from September 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of FlutterDevs — September 2022

1. 1  
[](https://daily.dev/posts/flutter-3-3-what-s-new-in-flutter-nc-d--b9y "Flutter 3.3 — What’s New In Flutter")  
Article  
![Avatar of flutterdevs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/64ea397bac4a403592dcbfb05eaf75c4)FlutterDevs · 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.  
46  
2
2. 2  
[](https://daily.dev/posts/biometric-authentication-in-flutter-application-gmmqbkdyr "BioMetric Authentication In Flutter Application")  
Article  
![Avatar of flutterdevs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/64ea397bac4a403592dcbfb05eaf75c4)FlutterDevs · 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.  
12
3. 3  
[](https://daily.dev/posts/cupertino-tabbar-in-flutter-sffrpgazr "Cupertino TabBar In Flutter")  
Article  
![Avatar of flutterdevs](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/64ea397bac4a403592dcbfb05eaf75c4)FlutterDevs · 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.  
12

[See all FlutterDevs archives](/sources/flutterdevs/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/flutterdevs/best-of/2022/09#page","url":"https://daily.dev/sources/flutterdevs/best-of/2022/09","name":"Best FlutterDevs Posts — September 2022","description":"The most upvoted FlutterDevs posts from September 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/flutterdevs/best-of/2022/09#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/flutter-3-3-what-s-new-in-flutter-nc-d--b9y","name":"Flutter 3.3 — What’s New In Flutter"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/biometric-authentication-in-flutter-application-gmmqbkdyr","name":"BioMetric Authentication In Flutter Application"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/cupertino-tabbar-in-flutter-sffrpgazr","name":"Cupertino TabBar In Flutter"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"FlutterDevs","item":"https://daily.dev/sources/flutterdevs"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/flutterdevs/best-of"},{"@type":"ListItem","position":5,"name":"September 2022"}]}]}
```

