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

Add Flutter build rules #30

Open
cbracken opened this issue Oct 24, 2020 · 2 comments
Open

Add Flutter build rules #30

cbracken opened this issue Oct 24, 2020 · 2 comments

Comments

@cbracken
Copy link
Owner

cbracken commented Oct 24, 2020

Users should be able to build Flutter apps using Bazel. The Flutter tool doesn't yet have a stable API but if we get to that point, it would be reasonable to want to support that here, though we'd want to limit this to stable channel releases to have any hope of keeping up with flutter_tools changes.

Target platform Host platforms
iOS macOS
Android Linux, macOS, Windows*
Linux Linux
macOS macOS
Windows Windows*

*Building on Windows hosts is not yet supported, but if support is ever added to these rules, we could add support for Flutter as well.

There are a couple options for how to proceed -- do this entirely using flutter_tools, or do the Flutter-specific building using the tool, and take a dependency on existing iOS and Android build rules for the iOS and Android apps.

@zachgrayio
Copy link

Hey @cbracken - thanks for the ping. We'll TAL!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants