Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AcmeSoftwareLLC/flutter-build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Flutter Build with Caching

Easily build your Flutter project with blazing fast dependency caching! 🏗️✨

🚦 Quick Start

Add this action to your workflow to build and cache your Flutter project:

steps:
  - name: Build Android bundle
    uses: AcmeSoftwareLLC/flutter-build@v2
    with:
      flutter-version: "3.19.6"         # 🐦 Optional: Flutter version
      flutter-version-file: "example/pubspec.yaml" # 📄 Optional: pubspec.yaml for version
      working-directory: example         # 📁 Optional: defaults to .
      script: flutter build appbundle --release # 🛠️ Optional: custom build script

⚙️ Inputs

Name Description Required Default
🐦 flutter-version The Flutter version to use false ""
📄 flutter-version-file pubspec.yaml file with Flutter version false ""
📁 working-directory Working directory for build false .
🛠️ script Custom build script to run false

🌟 Features

  • Caching: Dependencies are cached for faster builds.
  • 🛠️ Custom Build Script: Use the script input to run any custom build command.

📝 Example: Custom Build Script

steps:
  - name: Build with custom script
    uses: AcmeSoftwareLLC/flutter-build@v2
    with:
      script: flutter build ipa --release --dart-define-from-file=configs/.env.production

📚 More Info

  • See action.yml for all available options.
  • Supports Android, iOS, Web, and more!
  • Maintained by AcmeSoftwareLLC.

Happy building! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.