Skip to content

Commit 79a97c7

Browse files
committed
chore: Update gameframework dependency to version 0.0.1 in pubspec.yaml
This commit changes the gameframework dependency in the Unity Dart project's pubspec.yaml file from a local path to version 0.0.1, aligning with the initial release of the new architecture. This update ensures that the project uses the published version of the gameframework for better consistency and reliability.
1 parent ee604b3 commit 79a97c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

engines/unity/dart/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ dependencies:
2424
sdk: flutter
2525
# For pub.dev release, use: gameframework: ^1.0.0
2626
# For development, use path:
27-
gameframework:
28-
path: ../../../packages/gameframework
27+
gameframework: 0.0.1
2928

3029
flutter:
3130
plugin:

0 commit comments

Comments
 (0)