Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note: do not ignore Gradle wrapper files #2375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sample-build-scripts/flutter/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Flutter Build Scripts for App Center
Currently, Flutter is **not** supported by App Center. But these build scripts allow you to add custom functionality beyond the normal scope of that support. They are provided as-is and may be sufficient for your use case; but you might also encounter limitations that aren't immediately addressable by the App Center team.

> App Center tracks the project by searching the gradle(and gradlew) directory files on the Android project, please do not ignore those files(on the project .gitignore) as App Center Build service will not find it.

You can vote for Flutter support with a thumbs-up here: https://github.com/microsoft/appcenter/issues/67. It also has some discussion of common issues and possible workarounds users have found.