Skip to content
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.