Skip to content

Commit 2ffe435

Browse files
committed
version 1.3.5
1 parent f5fc337 commit 2ffe435

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

lib/request/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Api {
44
static const String domain = '${HttpString.baseUrl}/';
55
static const String animeList = 'https://d1zquzjgwo9yb.cloudfront.net/';
66
static const String videoAPI = 'https://v.anime1.me/api';
7-
static const String version = '1.3.4';
7+
static const String version = '1.3.5';
88
static const String sourceUrl = "https://github.com/Predidit/oneAnime";
99
static const String aniDanmakuAPI = "https://ani.gamer.com.tw/ajax/danmuGet.php";
1010
static const String aniSearch = "https://ani.gamer.com.tw/search.php";

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ packages:
429429
dependency: "direct main"
430430
description:
431431
name: flutter_smart_dialog
432-
sha256: "6b5fd32cd2900745df30c1d95ef597ea0ee1ee8cfa557eab62010e3db1d3d717"
432+
sha256: de60eec7036cc1d04954ceb8d03ecc3b0759c880e804d82d47be36065e72398e
433433
url: "https://pub.dev"
434434
source: hosted
435-
version: "4.9.8+1"
435+
version: "4.9.8+2"
436436
flutter_test:
437437
dependency: "direct dev"
438438
description: flutter
@@ -1164,10 +1164,10 @@ packages:
11641164
dependency: transitive
11651165
description:
11661166
name: url_launcher_macos
1167-
sha256: "9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de"
1167+
sha256: "769549c999acdb42b8bcfa7c43d72bf79a382ca7441ab18a808e101149daf672"
11681168
url: "https://pub.dev"
11691169
source: hosted
1170-
version: "3.2.0"
1170+
version: "3.2.1"
11711171
url_launcher_platform_interface:
11721172
dependency: transitive
11731173
description:
@@ -1196,10 +1196,10 @@ packages:
11961196
dependency: transitive
11971197
description:
11981198
name: uuid
1199-
sha256: f33d6bb662f0e4f79dcd7ada2e6170f3b3a2530c28fc41f49a411ddedd576a77
1199+
sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff
12001200
url: "https://pub.dev"
12011201
source: hosted
1202-
version: "4.5.0"
1202+
version: "4.5.1"
12031203
vector_math:
12041204
dependency: transitive
12051205
description:
@@ -1220,10 +1220,10 @@ packages:
12201220
dependency: transitive
12211221
description:
12221222
name: video_player_android
1223-
sha256: "38d8fe136c427abdce68b5e8c3c08ea29d7a794b453c7a51b12ecfad4aad9437"
1223+
sha256: "45d21bbba3d10b7182aa08ade5d4c68ed3367016d40f29732bb04a799b26842d"
12241224
url: "https://pub.dev"
12251225
source: hosted
1226-
version: "2.7.3"
1226+
version: "2.7.5"
12271227
video_player_avfoundation:
12281228
dependency: transitive
12291229
description:
@@ -1284,10 +1284,10 @@ packages:
12841284
dependency: transitive
12851285
description:
12861286
name: web
1287-
sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
1287+
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
12881288
url: "https://pub.dev"
12891289
source: hosted
1290-
version: "1.0.0"
1290+
version: "1.1.0"
12911291
web_socket:
12921292
dependency: transitive
12931293
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.3.4+1
19+
version: 1.3.5+1
2020

2121
environment:
2222
sdk: '>=3.2.6 <4.0.0'

0 commit comments

Comments
 (0)