Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Use flutter pub add to add flame dependency #2823

Merged
merged 5 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/.cspell/gamedev_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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
consts # plural of const (constant)
easings # Easing functions specify the rate of change of a parameter over time
fullscreen # mode in which a program or app occupies the entire screen with no borders
goldens # test files used as reference for Golden Tests
Expand Down
7 changes: 3 additions & 4 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ Give us a star if you want to help give the engine exposure and grow the communi

## Installation

Put the pub package as your dependency by putting the following in your `pubspec.yaml`:
Add the `flame` package as a dependency in your `pubspec.yaml` by running the following command:

```yaml
dependencies:
flame: --VERSION--
```console
flutter pub add flame
```

The latest version can be found on [pub.dev](https://pub.dev/packages/flame/install).
Expand Down