Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter App Packaging and Publishing packages
Last updated: May 18, 2026
Packaging, publishing, and continuous integration (CI/CD) tools automate the tedious process of building, signing, and deploying your Flutter app to the App Store, Google Play, or Web.
Best Practices for Publishing
- Automated CI/CD: Never build production releases locally on a developer's laptop. Use CI/CD platforms (like GitHub Actions, Codemagic, or Fastlane) to ensure reproducible, clean builds.
- Secure Keystores: Keep your Android
keystoreand iOS distribution certificates highly secure. Never commit them in plain text to your repository. Use environment secrets or dedicated secret managers. - Version Bumping: Automate your version bumping process. Tie your
pubspec.yamlversioning directly to your Git tags (e.g.,1.0.5+24) to ensure a 1:1 mapping between releases and source code history.
The complete list of CI/CD wrappers, Fastlane utilities, and Publishing automation packages is provided below.
msix
👍 978 ⬇️ 127.8K
Dart 3 compatibleMaintenance Status: Good
A command-line tool that create Msix installer from your flutter windows-build files.
ci
👍 7 ⬇️ 813.9K
Dart 3 compatibleMaintenance Status: Poor
Detect whether you're running in a CI environment and information about the CI vendor.
cider
👍 174 ⬇️ 38.2K
Dart 3 compatibleMaintenance Status: Good
Automatically increments, sets, prints the package version in pubspec.yaml. Adds, lists, prints entries in the changelog. Creates diff links in the changelog.
dart_pubspec_licenses
👍 9 ⬇️ 193.3K
Dart 3 compatibleMaintenance Status: Good
A library to make it easy to extract OSS license information from Dart packages using pubspec.yaml
peanut
👍 139 ⬇️ 926
Dart 3 compatibleMaintenance Status: Good
Update your GitHub gh-pages branch with the compiled output of your Dart web app. Supports 'pub build' and the new 'pub run build_runner'.
launchdarkly_flutter_client_sdk
👍 18 ⬇️ 102.6K
Dart 3 compatibleMaintenance Status: Good
Official Flutter client-side SDK for LaunchDarkly. Get started using LaunchDarkly today!
cli_pkg
👍 23 ⬇️ 63.5K
Dart 3 compatibleMaintenance Status: Good
Grinder tasks for releasing Dart CLI packages.
simple_deploy
👍 58 ⬇️ 109
Dart 3 compatibleMaintenance Status: Good
Effortlessly deploy to TestFlight and Play Store test tracks with a single Dart command!
launch_app_store
👍 25 ⬇️ 26.9K
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin to reviews in Google Play Store and Apple App Store.
flutterpi_tool
👍 43 ⬇️ 2K
Dart 3 compatibleMaintenance Status: Good
A tool to make development & distribution of flutter-pi apps easier.
fastforge
👍 38 ⬇️ 7K
Dart 3 compatibleMaintenance Status: Good
A powerful and efficient tool for packaging and publishing your applications with ease.
publish
👍 42 ⬇️ 94
Dart 3 compatibleMaintenance Status: Good
The ultimate Flutter CLI tool. Automate app configuration, multi-environment profiles, asset generation (icons/splash), and release workflows.
whitecodel_auto_link
👍 42 ⬇️ 91
Dart 3 compatibleMaintenance Status: Good
A Dart package for automating the build, upload, and get the link of the APK and IPA files.
flutter_to_debian
👍 38 ⬇️ 413
Dart 3 compatibleMaintenance Status: Poor
A command application to help you easily bundle your flutter app build into a debian package ready for production.
app_device_integrity
👍 35 ⬇️ 2.2K
Dart 3 compatibleMaintenance Status: Average
This plugin simplifies app attestation by using Apple's App Attest and Google's Play Integrity to generate tokens for your Server to decrypt and verify reliable device access.
package_rename_plus
👍 32 ⬇️ 844
Dart 3 compatibleMaintenance Status: Good
A Blazingly Fast way to configure your awesome flutter project to be production ready.
extension_enabler
👍 22 ⬇️ 24
Dart 3 compatibleMaintenance Status: Poor
A command line tool that enables flutter web app as chromium based extension with simple commands.
pub_release
👍 20 ⬇️ 391
Dart 3 compatibleMaintenance Status: Good
Automates the release of a dart package to pub.dev including running dartfmt, creating a git tag, incrementing the packages version no. and pushing the package to pub.dev.
asset_delivery
👍 12 ⬇️ 544
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin for managing on-demand asset delivery with Play Asset Delivery, supporting asset pack setup, progress tracking, and persistent storage.
flutter_build_uploader
👍 8 ⬇️ 38
Dart 3 compatibleMaintenance Status: Good
A Flutter CLI tool to simplify your post-build workflow:
xpm
👍 3 ⬇️ 226
Dart 3 compatibleMaintenance Status: Good
Universal package manager for any unix-like distro including macOS. Also experimental Windows support.
ms_store_trial
👍 2 ⬇️ 109
Dart 3 compatibleMaintenance Status: Good
Use Microsoft Store to offer a trial version of your Flutter app on Windows.
at_app_bundler
👍 2 ⬇️ 55
Dart 3 compatibleMaintenance Status: Poor
A command-line bundler for at_app_create templates.
