Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Add Flutter build rules #30

@cbracken

Description

@cbracken

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions