Skip to content

Commit

Permalink
add splash video (not yet used) and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 19, 2024
1 parent 0edaeaf commit fc59aa3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
Binary file added assets/splash.mp4
Binary file not shown.
40 changes: 40 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,46 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.2"
video_player:
dependency: "direct main"
description:
name: video_player
sha256: db6a72d8f4fd155d0189845678f55ad2fd54b02c10dcafd11c068dbb631286c0
url: "https://pub.dev"
source: hosted
version: "2.8.6"
video_player_android:
dependency: transitive
description:
name: video_player_android
sha256: "134e1ad410d67e18a19486ed9512c72dfc6d8ffb284d0e8f2e99e903d1ba8fa3"
url: "https://pub.dev"
source: hosted
version: "2.4.14"
video_player_avfoundation:
dependency: transitive
description:
name: video_player_avfoundation
sha256: d1e9a824f2b324000dc8fb2dcb2a3285b6c1c7c487521c63306cc5b394f68a7c
url: "https://pub.dev"
source: hosted
version: "2.6.1"
video_player_platform_interface:
dependency: transitive
description:
name: video_player_platform_interface
sha256: "236454725fafcacf98f0f39af0d7c7ab2ce84762e3b63f2cbb3ef9a7e0550bc6"
url: "https://pub.dev"
source: hosted
version: "6.2.2"
video_player_web:
dependency: transitive
description:
name: video_player_web
sha256: "41245cef5ef29c4585dbabcbcbe9b209e34376642c7576cabf11b4ad9289d6e4"
url: "https://pub.dev"
source: hosted
version: "2.3.0"
wakelock_plus:
dependency: "direct main"
description:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
sdk: flutter
cross_platform: ^3.0.1
logging: ^1.2.0
go_router: ^14.1.1
go_router: ^14.1.2
vector_math: ^2.1.4 # used for joystick
collection: ^1.18.0 # Priority Queue
intl: #pinned to flutter version?
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies:
# Widgets / UI
flutter_screen_lock: ^9.1.0 # used to hide dev mode toggle
introduction_screen: ^3.1.14 # Onboarding
lottie: ^3.1.1
lottie: ^3.1.2
flex_color_picker: ^3.5.0
flutter_adaptive_scaffold: ^0.1.10+2
animate_do: ^3.3.4
Expand All @@ -66,6 +66,7 @@ dependencies:
multi_listenable_builder: ^1.0.0
logging_flutter: ^3.0.0
flutter_markdown: ^0.7.1
video_player: ^2.8.6

# Dio HTTP
dio: ^5.4.3+1
Expand Down

0 comments on commit fc59aa3

Please sign in to comment.