Skip to content

Commit

Permalink
Merge branch 'main' into docs_code
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored May 24, 2024
2 parents eae398a + 6dfc169 commit f53b7f5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/.cspell/dart_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ dartdoc # documentation tool for dart
dartdocs # plural of dartdoc
endtemplate # Use @endtemplate to close a @template block in dartdoc
pubspec # dependency and configuration file of every Dart project
typedefs # plural of typedef
writeln # StringBuffer.writeln
1 change: 0 additions & 1 deletion .github/.cspell/gamedev_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ backquote # another word for backtick
Bezier # Bézier curves are parametric curves used in computer graphics
bimedian # line segment joining the midpoints of opposite sides of a shape
bitfield # data structure consisting of adjacent bits
blockquote # HTML tag
broadphase # common division of collision detection between broad and narrow phases
cathetus # the non-hypotenuse sides of a right triangle
clusterized # past tense of clusterize
Expand Down
4 changes: 0 additions & 4 deletions .github/.cspell/words_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ hoverables
inactives
microtask
orientable
overridable
platformer
positionable
postmultiply
preorder
prerender
prerendered
pressable
proxied
proxying
ptero # short for pterodactyl
rebalance
redeclaration
refreshable
renderable
rescan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm -g install cspell
- run: npm -g install cspell@8.8.2
# spell check
- run: ./scripts/cspell-run.sh
# verify dictionary words are sorted and not orphan
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:
flutter: ">=3.19.0"

dependencies:
audioplayers: ^5.0.0
audioplayers: ^6.0.0
flame: ^1.17.0
flutter:
sdk: flutter
Expand Down

0 comments on commit f53b7f5

Please sign in to comment.