You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
*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.
The text was updated successfully, but these errors were encountered: