Skip to content

Commit

Permalink
Updated Dependencies (#215)
Browse files Browse the repository at this point in the history
* Updated Dependencies

* Updated the UUID dependency
  • Loading branch information
umareko authored Feb 7, 2024
1 parent 2b80109 commit 44df895
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_social_sample_app
description: Demonstrates how to use the flutter_application_1 plugin.

version: 1.1.15+30
version: 1.1.16+31

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -22,8 +21,8 @@ dependencies:
chewie: ^1.3.1
cupertino_icons: ^1.0.2
file_picker: ^5.0.1
firebase_core: ^2.4.0
firebase_messaging: ^14.6.4
firebase_core: ^2.25.3
firebase_messaging: ^14.7.14
flutter:
sdk: flutter
flutter_keyboard_visibility: ^5.4.0
Expand All @@ -38,7 +37,7 @@ dependencies:

universal_html: ^2.2.3
url_launcher: ^6.2.3
uuid: ^3.0.6
uuid: ^4.3.3
video_player: ^2.3.0
visibility_detector: ^0.4.0+2
shared_preferences: ^2.2.2
Expand Down

0 comments on commit 44df895

Please sign in to comment.