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

Updated Dependencies #215

Merged
merged 3 commits into from
Feb 7, 2024
Merged
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
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
Loading