Skip to content

Commit

Permalink
Upgrades example's packages
Browse files Browse the repository at this point in the history
  • Loading branch information
obrunsmann committed Nov 30, 2022
1 parent f746e2a commit 0a8e429
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 26 deletions.
1 change: 0 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down
47 changes: 27 additions & 20 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.2"
version: "3.3.5"
async:
dependency: transitive
description:
Expand All @@ -29,13 +29,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
chopper:
dependency: transitive
description:
Expand All @@ -57,13 +50,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
fake_async:
dependency: transitive
description:
Expand All @@ -77,7 +77,7 @@ packages:
name: fixnum
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -108,7 +108,7 @@ packages:
name: googleapis_auth
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.3.1"
grpc:
dependency: transitive
description:
Expand All @@ -122,21 +122,28 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.3"
version: "0.13.5"
http2:
dependency: transitive
description:
name: http2
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.2"
js:
dependency: transitive
description:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.5"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -192,21 +199,21 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-dev.1"
version: "1.0.0-dev.2"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
pedantic:
pointycastle:
dependency: transitive
description:
name: pedantic
name: pointycastle
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.0"
version: "3.6.2"
protobuf:
dependency: transitive
description:
Expand Down Expand Up @@ -267,7 +274,7 @@ packages:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.3.1"
vector_math:
dependency: transitive
description:
Expand All @@ -283,4 +290,4 @@ packages:
source: hosted
version: "2.2.0"
sdks:
dart: ">=2.17.0 <3.0.0"
dart: ">=2.18.0 <3.0.0"
6 changes: 1 addition & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: simple_multiplayer_web
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none"
version: 1.0.0+1

environment:
Expand All @@ -18,8 +18,4 @@ dev_dependencies:
flutter_lints: ^1.0.4

flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

0 comments on commit 0a8e429

Please sign in to comment.