mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 19:58:50 +05:00
Fix API auth flow and poster URLs
- Fix authorization issues by improving error handling for unverified accounts - Enable auto-login after successful email verification - Fix poster fetching to use NeoMovies API instead of TMDB directly - Add missing video player models (VideoQuality, AudioTrack, Subtitle, PlayerSettings) - Add video_player and chewie dependencies for native video playback - Update Movie model to use API images endpoint for better CDN control Resolves authentication and image loading issues.
This commit is contained in:
@@ -52,6 +52,9 @@ dependencies:
|
||||
# Video Player (WebView only)
|
||||
webview_flutter: ^4.7.0
|
||||
wakelock_plus: ^1.2.1
|
||||
# Video Player with native controls
|
||||
video_player: ^2.9.2
|
||||
chewie: ^1.8.5
|
||||
# Utils
|
||||
equatable: ^2.0.5
|
||||
url_launcher: ^6.3.2
|
||||
|
||||
Reference in New Issue
Block a user