plugins
Plugins for Flutter maintained by the Flutter team (by flutter)
Flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond (by flutter)
plugins | Flutter | |
---|---|---|
21 | 1,267 | |
16,785 | 172,180 | |
- | 0.4% | |
9.4 | 10.0 | |
over 2 years ago | 4 days ago | |
Dart | Dart | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
plugins
Posts with mentions or reviews of plugins.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
-
How to Fix Google Sign-In Errors in Flutter Apps
Keep an eye on the package’s GitHub repository for any reported issues and updates. Updates might contain bug fixes that directly resolve your issue.
-
Updated Google Sign In for Web
(This new version will be endorsed by google_sign_in: ^6.0.0, once this PR lands: https://github.com/flutter/plugins/pull/7191, probably next week. This was made a major version change so people can test and update at their own pace.)
-
Using native code OpenGL/WebGL texture with Texture widget when exporting to the web platform
Looking at the web version of the video player package which doesn't use textures but VideoElement DOM nodes, I'd guess that textures aren't supported.
-
Is flutter planning to provide official support for common scenarios?
It's not 100% true that Flutter doesn't offer any first party native features. These plugins are maintained by the Flutter team: https://github.com/flutter/plugins/tree/main/packages
- Secure in-app web browsing
-
why Flutter github has more than 10,000 opened issues compared to react native only 1,900 opened issues? plus of you search on indeed you will fund x10 times more job for react native ?!
Here's an example: https://github.com/flutter/plugins. As you can see, that repo has no "issues" tab. And it mentions that issues should be created on the Flutter repo itself
-
What do you expect from Flutter 4.0?
There's work in progress to create a new camera plugin using CameraX: https://github.com/flutter/plugins/pull/6158
-
How to add Google Sign In to your flutter app?
Find the example wiring in the Google sign-in example application.
-
[Appwrite Places]
image_picker
-
Incidences App
shared_preferences
Flutter
Posts with mentions or reviews of Flutter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-18.
-
GoogleSignIn Macos - Flutter
Flutter : Obviously 😂
-
What is the Most Effective AI Tool for App Development Today?
With the app market projected to reach over $500 billion by 2025, integrating AI isn't just advantageous—it's essential for staying competitive. Whether you're building a mobile app for education, a web platform for e-commerce, or an enterprise tool for data analysis, AI can accelerate development cycles, reduce costs, and enhance functionality. However, effectiveness depends on context: the app's purpose, your team's expertise, and scalability requirements. As we navigate this topic, remember that the "best" tool often involves combining several for optimal results.
-
The Complete Beginner’s Guide to Flutter’s Automated Testing
There are more than 10 built-in ways to find the widgets. On this article Only the most reliable and used will be shown, but, if you want to see all of them, check them here.
-
GSoC Week 6: Deep Diving into the Interactive Book Issue
To add to this mess, Flutter officially discontinued flutter_markdown due to limited resources. Here’s the issue: https://github.com/flutter/flutter/issues/162960
-
Flutter 💙 Cursor: setting up Background Agent
# Install Dart SDK (using apt, official Google repo) sudo apt-get update sudo apt-get install -y apt-transport-https wget wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /etc/apt/keyrings/dart.gpg echo "deb [signed-by=/etc/apt/keyrings/dart.gpg] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main" | sudo tee /etc/apt/sources.list.d/dart_stable.list sudo apt-get update sudo apt-get install -y dart # Add Dart to PATH export PATH="$PATH:/usr/lib/dart/bin" # Clone Flutter cd /opt && sudo git clone https://github.com/flutter/flutter.git -b stable sudo chown -R $USER:$USER /opt/flutter export PATH="$PATH:/opt/flutter/bin" && cd /workspace flutter pub get
-
Cross-Platform Development: Flutter vs. React Native – Which is the Right Choice for Your Project?
Cross-platform development means writing code once and running it on multiple platforms like iOS and Android. This reduces time, cost, and effort compared to developing separate apps for each platform. Developers use frameworks to simplify this process, and two of the most popular are Flutter and React Native.
- OpenHarmony Development with Flutter (Based on 5.0.0 Version)
- Flutter won't adopt Liquid Glass (also rethinking the UI strategy)
-
Flutter + AI: Building Intelligent Apps with ML & OpenAI APIs – The Ultimate Guide
Install Flutter SDK from flutter.dev.
-
Go router navigation observer
However, with the introduction of ShellRoute, observing the navigation flow in your app and having routes that are "aware" of navigation changes has become more difficult. As highlighted in this issue, when you add a ShellRoute, the app loses reactivity to route changes: the NavigationObserver is no longer triggered.
What are some alternatives?
When comparing plugins and Flutter you can also consider the following projects:
Flow.Launcher - :mag: Quick file search & app launcher for Windows with community-made plugins
dioxus - Fullstack app framework for web, desktop, and mobile.
youtube_player_flutter - A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
flet - Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
isar - Extremely fast, easy to use, and fully async NoSQL database for Flutter
tauri - Build smaller, faster, and more secure desktop and mobile applications with a web frontend.