flutter_release_x 0.5.0
flutter_release_x: ^0.5.0 copied to clipboard
A CLI tool to easily build, release, and share Flutter apps. Supports cloud uploads, QR codes, and download links for fast distribution.
0.5.0 #
- New
frx initcommand: Quickly initialize a new FRX project with a starterconfig.yamlfile containing all options, helpful comments, and multi-framework pipeline examples. - Automatic Update Checking: FRX now automatically checks for updates in the background when you run commands (cached for 24 hours).
- Manual Update Check: Added
frx check-updatecommand to manually check for new versions. - Enhanced Pipeline Examples: Added comprehensive pipeline examples for multiple frameworks (Flutter, React, Python, .NET, Go, Docker, etc.) in the starter config.
- Improved Documentation: Updated all documentation to reflect new features and provide better guidance for new users.
0.4.0 #
- Added new upload options: GitLab, Diawi, AWS, Google Play Store, and Apple App Store.
- Introduced Microsoft Teams support for faster and easier team notifications.
- Improved QR code generation and sharing.
- Various performance and stability optimizations.
0.3.2 #
- add version command
- optimize google drive upload
- update dependencies
0.3.1 #
- add discord community
- improve docs
0.3.0 #
- Added
notifycommand to send notifications (Slack supported). - Added
--targetto build for all platforms in one go or just specified ones. - Improved CLI documentation and examples.
0.2.2 #
- improve docs.
0.2.1 #
- add better documentation.
0.2.0 #
New Features #
- Pipeline System:
- Introduced a powerful new pipeline feature that allows users to automate a series of tasks with customizable conditions.
- The pipeline supports key configurations such as
customExitCondition,uploadOutput,notifySlack, and more to offer fine-grained control over the flow of tasks.
Enhancements #
- Documentation:
- Comprehensive updates to the documentation, including detailed examples and explanations of the new pipeline system.
- Added clear instructions on how to configure and use the pipeline, ensuring an easier onboarding process.
0.1.2 #
- Added Gitignore Section: Included a Gitignore section in the documentation to guide best practices and prevent committing sensitive information.
- Removed Redundant Dependencies: Cleaned up unnecessary dependencies.
- Availability Flags: Real-time update for upload options showing which are configured and available.
0.1.1 #
- Updated Documentation: Enhanced clarity, reorganized sections, and added detailed instructions for easier setup and usage.
- Video Tutorial: Released a comprehensive video tutorial to walk users through the setup process and highlight key features.
0.1.0 #
- New Feature: Added Slack Integration for seamless build sharing and notifications.
- Updated Documentation: Improved clarity and added new sections for Slack integration setup.
- Optimizations: Enhanced performance for faster build generation and smoother user experience.
0.0.4 #
- Added new commands:
frx build --config&frx build --show-configfor easier configuration management. - Updated dependency: Required
path: ^1.9.0. - Optimized performance for a smoother experience.
0.0.3 #
- Add example and improvements.
0.0.2 #
- Improve documentation & optimizations.
