add torrent api(magnet links)

This commit is contained in:
2025-07-19 18:13:13 +03:00
parent 05311129f3
commit 4ea75db105
18 changed files with 2329 additions and 15 deletions

View File

@@ -34,6 +34,9 @@ dependencies:
# Core
http: ^1.2.1
provider: ^6.1.2
flutter_bloc: ^8.1.3
freezed_annotation: ^2.4.1
json_annotation: ^4.9.0
flutter_dotenv: ^5.1.0
# UI & Theming
cupertino_icons: ^1.0.2
@@ -54,6 +57,9 @@ dependencies:
url_launcher: ^6.3.2
dev_dependencies:
freezed: ^2.4.5
json_serializable: ^6.7.1
hive_generator: ^2.0.1
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0