mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
- flame@1.8.1 - flame_test@1.12.0 - flame_audio@2.0.4 - flame_bloc@1.10.0 - flame_fire_atlas@1.3.7 - flame_forge2d@0.14.1 - flame_isolate@0.4.0+1 - flame_lottie@0.2.1 - flame_noise@0.1.1+3 - flame_oxygen@0.1.8+4 - flame_rive@1.9.0 - flame_spine@0.1.1 - flame_svg@1.8.0 - flame_tiled@1.12.0 - jenny@1.0.4 - flame_network_assets@0.2.0+3
Flame repository structure
The Flame repository is a monorepo which contains both the main Flame package and other so-called bridge packages.
Bridge packages
Bridge packages are packages which:
- Provides Flame with an interface to another external package (e.g.
flame_audiowhich is Flame + Audioplayers,flame_tiled, which is Flame + tiled). - Packages with features that are somehow very context specific and doesn't have a place inside the
core package (e.g.
flame_splash_screen).
While most of the officially supported bridge packages live in this monorepo, a few can be found under Flame Engine's GitHub organization. There are also many bridge packages developed and maintained by other members of the community.