-
Updated
May 5, 2021 - Dart
flutter-apps
Here are 3,223 public repositories matching this topic...
-
Updated
Oct 18, 2020 - Dart
-
Updated
May 19, 2021 - Dart
-
Updated
May 13, 2021 - Dart

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

-
Updated
Jun 5, 2021 - Dart
-
Updated
Apr 4, 2021 - Dart
-
Updated
Nov 27, 2020 - Dart
-
Updated
Jun 5, 2021 - Dart
-
Updated
Apr 10, 2021 - Dart
-
Updated
Mar 24, 2021 - Dart
-
Updated
May 30, 2021 - Dart
-
Updated
May 28, 2021 - Dart
-
Updated
Jun 23, 2020
-
Updated
Jan 18, 2021 - Dart
-
Updated
Feb 20, 2021 - Objective-C
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.
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
-
Updated
May 13, 2021 - Dart
-
Updated
May 17, 2021 - Dart
-
Updated
May 8, 2021 - Dart
-
Updated
Mar 17, 2021 - Dart
-
Updated
Jul 25, 2019 - Dart
-
Updated
Feb 8, 2021 - Dart
-
Updated
Jun 21, 2019
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.