An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Jul 4, 2020 - Dart
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
[Example APPS] Basic Flutter apps, for flutter devs.
![]()
This is a list of all awesome and useful android studio plugins.
Flutter 不同于 GSYGithubAppFlutter 完整项目,本项目将逐步完善各种 Flutter 独立例子,方便新手学习上手和小问题方案解决。 目前开始逐步补全完善,主要提供一些有用或者有趣的例子,如果你也有好例子,欢迎提交 PR 。
A Flutter plugin for displaying local notifications on Android and iOS
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
Implement the iOS equivalent of Android's Activity Recognition permissions.
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
Android
Flutter 1.15.4 pre.241
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].
Android Toast Plugin for Flutter
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
Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats
A Flutter plugin for Android and iOS supports cropping images
Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
Using the package in a module intended for integration in an existing native android or iOS project leads to the following log output:
The plugin `geolocator` is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter is integrated into an existing app as
A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
custom flutter candies(widgets) for you to build flutter app easily, enjoy it
A flutter based liquid swipe
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.
A Flutter plugin to store data in secure storage
Flutter Downloader - A plugin for creating and managing download tasks. Supports iOS and Android. Maintainer: @hnvn
A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )
Flutter plugins created by Rody Davis
腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS
flutter animation effects | custom widget | custom renderobject
Add a description, image, and links to the flutter-plugin topic page so that developers can more easily learn about it.
To associate your repository with the flutter-plugin topic, visit your repo's landing page and select "manage topics."