Commit 5410544
authored
chore: Remove deprecated flame_oxygen package (#3947)
Removes the deprecated `flame_oxygen` bridge package and its traces from
the repository:
- Deletes `packages/flame_oxygen` (including its example app) and
removes both of its workspace
entries from the root `pubspec.yaml`.
- Deletes the `flame_oxygen` bridge package docs page and its entries in
`doc/bridge_packages/bridge_packages.md`, plus the `flame_oxygen` bullet
and links in the
root `README.md`.
- Replaces the Oxygen docs (`doc/other_modules/oxygen`) with a single
page stating that Oxygen
and `flame_oxygen` are deprecated, no longer maintained, and not
recommended, and that the
Flame Component System is as efficient in almost all cases.
- Removes the `OxygenGame` node from the low-level game API diagram.
The historical `flame_oxygen` entries in the root `CHANGELOG.md` are
left untouched, since that
file records the release history. Already published versions of
`flame_oxygen` remain available
on pub.dev.
## Testing instructions
- Run `flutter pub get` in the repo root and verify that the workspace
still resolves.
- Run `grep -ri oxygen . --exclude-dir=.git --exclude=CHANGELOG.md` and
verify that the only
remaining references are the deprecation notice in `doc/other_modules`.
- Build the docs and verify that the "Other Modules" section renders the
Oxygen deprecation page
and that the bridge packages page no longer lists `flame_oxygen`.1 parent 2061a4f commit 5410544
45 files changed
Lines changed: 11 additions & 1487 deletions
File tree
- .github/.cspell
- doc
- bridge_packages
- flame_oxygen
- flame/diagrams
- other_modules
- oxygen
- packages/flame_oxygen
- example
- assets/images
- lib
- component
- system
- lib
- src
- component
- system
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
194 | | - | |
195 | | - | |
196 | 192 | | |
197 | 193 | | |
198 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
| |||
129 | 124 | | |
130 | 125 | | |
131 | 126 | | |
132 | | - | |
133 | 127 | | |
134 | 128 | | |
135 | 129 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
This file was deleted.
0 commit comments