An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Apr 5, 2022 - Dart
{{ message }}
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
[Example APPS] Basic Flutter apps, for flutter devs.
![]()
The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS.
Flutter 不同于 GSYGithubAppFlutter 完整项目,本项目将逐步完善各种 Flutter 独立例子,方便新手学习上手和小问题方案解决。 目前开始逐步补全完善,主要提供一些有用或者有趣的例子,如果你也有好例子,欢迎提交 PR 。
This is a list of all awesome and useful android studio plugins.
A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance
Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
SVG parsing, rendering, and widget library for Flutter
Highly customizable, feature-packed calendar widget for Flutter
Toast Plugin for Flutter
Android and iOS Geolocation plugin for Flutter
A flutter based liquid swipe
A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
A Flutter plugin for Android and iOS supports cropping images
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.
Pdf creation module for dart/flutter
A Flutter plugin to store data in secure storage
An ultimate cheatbook of curated designs
custom flutter candies(widgets) for you to build flutter app easily, enjoy it
Flutter plugin that allows you to showcase your features on iOS and Android.
Flutter Community Plus Plugins
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
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."
After I updated the lib I noticed that my UI was always displaying that the permission has been denied. After trying to find out why, I realized that the
.undeterminedvalue in thePermissionStatusenum was removed. In the changelog it says it was replaced with.denied. I was trying to find a way to have my implementation working as before, but looking at the code, apparently there was no wa