Skip to content

Commit 534e168

Browse files
committed
Update epub_viewer plugin
1 parent 3705081 commit 534e168

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# 📖📖 Flutter eBook App [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
2-
[![Codemagic build status](https://api.codemagic.io/apps/5e230defc5faa60315b1df62/5e230defc5faa60315b1df61/status_badge.svg)](https://codemagic.io/apps/5e230defc5faa60315b1df62/5e230defc5faa60315b1df61/latest_build)
1+
# 📖📖 Flutter eBook App [![Codemagic build status](https://api.codemagic.io/apps/5e230defc5faa60315b1df62/5e230defc5faa60315b1df61/status_badge.svg)](https://codemagic.io/apps/5e230defc5faa60315b1df62/5e230defc5faa60315b1df61/latest_build)
32

43
[![Twitter Follow](https://img.shields.io/twitter/follow/iamjideguru.svg?style=social)](https://twitter.com/iamjideguru)
54

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.0.0"
31+
version: "1.1.0-nullsafety"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -49,7 +49,7 @@ packages:
4949
name: collection
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.14.13"
52+
version: "1.15.0-nullsafety"
5353
convert:
5454
dependency: transitive
5555
description:
@@ -91,7 +91,7 @@ packages:
9191
name: epub_viewer
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "0.1.7"
94+
version: "0.1.8"
9595
esys_flutter_share:
9696
dependency: "direct main"
9797
description:
@@ -204,7 +204,7 @@ packages:
204204
name: meta
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "1.1.8"
207+
version: "1.3.0-nullsafety"
208208
nested:
209209
dependency: transitive
210210
description:
@@ -412,7 +412,7 @@ packages:
412412
name: typed_data
413413
url: "https://pub.dartlang.org"
414414
source: hosted
415-
version: "1.2.0"
415+
version: "1.3.0-nullsafety"
416416
uuid:
417417
dependency: "direct main"
418418
description:
@@ -426,7 +426,7 @@ packages:
426426
name: vector_math
427427
url: "https://pub.dartlang.org"
428428
source: hosted
429-
version: "2.0.8"
429+
version: "2.1.0-nullsafety"
430430
xdg_directories:
431431
dependency: transitive
432432
description:
@@ -449,5 +449,5 @@ packages:
449449
source: hosted
450450
version: "4.3.0"
451451
sdks:
452-
dart: ">=2.9.0-14.0.dev <3.0.0"
452+
dart: ">=2.9.0-18.0 <2.9.0"
453453
flutter: ">=1.17.0 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
cached_network_image: ^2.2.0+1
3030
uuid: ^2.2.0
3131
objectdb: ^1.0.7+1
32-
epub_viewer: ^0.1.7
32+
epub_viewer: ^0.1.8
3333
path_provider: ^1.4.0
3434
dio: ^3.0.9
3535
permission_handler: ^4.2.0+hotfix.1

0 commit comments

Comments
 (0)