-
Updated
Apr 22, 2021 - Dart
flutter-apps
Here are 3,050 public repositories matching this topic...
-
Updated
Oct 18, 2020 - Dart
-
Updated
Apr 28, 2021 - Dart
-
Updated
Apr 10, 2021 - Dart

-
Updated
Apr 18, 2020 - Dart
-
Updated
Mar 26, 2021 - Dart
-
Updated
May 1, 2021 - Dart
-
Updated
Mar 27, 2021 - Dart
-
Updated
Apr 29, 2021 - Dart

-
Updated
Apr 28, 2021 - Dart
-
Updated
Apr 4, 2021 - Dart
-
Updated
Nov 30, 2020 - Dart
-
Updated
Nov 27, 2020 - Dart
-
Updated
Apr 10, 2021 - Dart
-
Updated
Mar 24, 2021 - Dart
-
Updated
May 1, 2021 - Dart
-
Updated
Feb 20, 2021 - Objective-C
-
Updated
Apr 1, 2021 - Dart
-
Updated
Jun 23, 2020
-
Updated
Jan 18, 2021 - Dart
Most users seem to not know that AuthPass on android supports autofill.
At least for Android >= 10 we should probably display a banner in the password list, similar to other banners already implemented if the user has not yet configured AuthPass as password manager.
-
Updated
Sep 1, 2020 - Dart
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
-
Updated
Mar 6, 2021 - Dart
-
Updated
Apr 29, 2021 - Dart
-
Updated
Jun 21, 2019
-
Updated
Feb 8, 2021 - Dart
-
Updated
Jul 25, 2019 - Dart
-
Updated
Aug 24, 2020 - Dart
Improve this page
Add a description, image, and links to the flutter-apps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flutter-apps topic, visit your repo's landing page and select "manage topics."
There is a Box decoration used in the
_ItemWidget
. It will be nice to have this configurable. For example to use : https://api.flutter.dev/flutter/material/UnderlineTabIndicator-class.html. This way we can achieve much more configurability in the widget. Anyhow, thanks for creating this nice and very useful lib.