-
Updated
Sep 18, 2020 - Dart
flutter-plugin
Here are 614 public repositories matching this topic...
-
Updated
Sep 3, 2020 - Dart

-
Updated
Apr 18, 2020 - Dart
-
Updated
Jul 16, 2020 - Dart
-
Updated
Sep 1, 2020 - Java
-
Updated
Jul 22, 2020 - Dart
-
Updated
Sep 2, 2020 - Dart
-
Updated
Sep 12, 2020 - Dart
-
Updated
Sep 7, 2020 - Dart
-
Updated
Sep 11, 2020 - Dart
-
Updated
Sep 12, 2020 - Dart
As per Sh1d0w/multi_image_picker#368
Things that need to be done:
- A new iOS image picker library should be chosen. It should support all features BSImagePicker currently have. It should be actively maintained and should support most recent Swift and iOS versions.
- Non breaking implementation of the chosen iOS library.
-
Updated
Sep 1, 2020 - Dart
-
Updated
Sep 17, 2020 - Java
-
Updated
Sep 2, 2020 - Dart
🏗 Enhancement Proposal
In the new version 6.0 you have introduced a set a global functions, for example checkPermission
. Earlier it was Geolocator().checkPermission
.
I think you have made a bad design mistake, earlier design was much better. Introducing a global functions named like checkPermission
is a really bad idea. Names like checkPermission
do not indicate any relation to ge
-
Updated
Aug 26, 2020 - Dart
-
Updated
Aug 12, 2020 - Dart
-
Updated
Jun 23, 2020
-
Updated
Aug 13, 2020 - Dart
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.
-
Updated
Sep 16, 2020 - Java
-
Updated
Aug 28, 2020 - Java
-
Updated
May 25, 2020 - Dart
-
Updated
Aug 11, 2020 - Objective-C
-
Updated
Feb 1, 2020 - Shell
Improve this page
Add a description, image, and links to the flutter-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flutter-plugin topic, visit your repo's landing page and select "manage topics."
The "permission_hanlder" plugin already supports the Android Activity Recognition permissions but doesn't support the iOS equivalent as of yet. The iOS documentation can be found here: https://developer.apple.com/documentation/coremotion/cmmotionactivitymanager
Pitch
Implement the iOS equivalent of Android's Activity Recognition permissions.
Platforms