-
Updated
May 21, 2020 - Dart
flutter-plugin
Here are 539 public repositories matching this topic...
-
Updated
May 19, 2020 - Dart
-
Updated
Apr 18, 2020 - Dart
-
Updated
Mar 30, 2020 - Java
-
Updated
Mar 26, 2020 - Dart
-
Updated
Apr 29, 2020 - Dart
-
Updated
May 19, 2020 - Dart
🏗 Enhancement Proposal
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
These are the docs to make an SVG canvas compatible:
import 'package:flutter_svg/flutter_svg.dart';
final String rawSvg = '''<svg viewBox="...">...</svg>''';
final DrawableRoot svgRoot = await svg.fromSvgString(rawSvg, rawSvg);
// If you only want the final Picture output, just use
final Picture picture = svgRoot.toPicture();
// Otherwise, if you want to draw it to a canvas:
// O
-
Updated
May 7, 2020 - Objective-C
I've been putting in some more work on our fork of this library with videos enabled, and I came an issue that was impacting our work. Thought I would point it out here in case the issue exists for anyone else.
Bug Report
Is it happening on Android: No
Is it happening on iOS: Yes
Describe the bug
This impacts any photos (or videos in our case) edited using the native Photos a
Environment
Android
Flutter 1.15.4 pre.241
Description
W/PlatformViewsController( 9851): Creating a virtual display of size: [984, 17283] may result in problems(flutter/flutter#2897 is larger than the device screen size: [1080, 1920].
-
Updated
May 19, 2020 - Dart
-
Updated
May 15, 2020 - Dart
🏗 Enhancement Proposal
Currently on iOS background location updates are enabled by default and cannot be turned off. This might result into Apple rejecting a submitted app because it the developer doesn't need support for background location updates and thus didn't specify any justification for this.
Pitch
The pitch is basically to apply the following two changes:
- Make sure t
-
Updated
May 10, 2020 - C#
-
Updated
May 18, 2020 - Dart
-
Updated
Feb 7, 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
May 11, 2020 - Dart
-
Updated
May 18, 2020 - Java
-
Updated
May 8, 2020 - Java
-
Updated
May 21, 2020 - Dart
-
Updated
Feb 1, 2020 - Shell
-
Updated
Mar 18, 2019 - Dart
-
Updated
May 14, 2020 - Java
pub : flutter_facebook_login
flutter_facebook_login pub working fine before i used 3rd party. when i write code for 3rd party it's not working. if i comment onActivityResult method then it's working fine again. what wrong with onActivityResult please go through it.
@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
if (reque
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."