Skip to content

Commit

Permalink
Bumped rxdart version
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Jan 23, 2020
1 parent 8197ae9 commit 3200658
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ build/

# mine
main.dart
example/sample
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## [0.11.1] - 21 January 2020.

Bumped rxdart version.

## [0.11.0] - 13 October 2019.

Video media support.

## [0.10.0] - 2 September 2019.

Animated Gifs support.
Animated Gifs support.
Ability to wait for images to load before stories proceed.
Comes with controller to manually control playback.

Expand All @@ -14,7 +18,7 @@ Improvement for issue #1 fix.

## [0.9.2] - 29 July 2019.

Fix issue #1: onTap pause error for last page
Fix issue #1: onTap pause error for last page

## [0.9.1] - 22 June 2019.

Expand Down
49 changes: 42 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.11"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.2"
async:
dependency: transitive
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
version: "2.4.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -42,7 +56,7 @@ packages:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -74,20 +88,27 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.4"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.5"
version: "0.12.6"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.7"
version: "1.1.8"
path:
dependency: transitive
description:
Expand All @@ -109,6 +130,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
quiver:
dependency: transitive
description:
Expand All @@ -122,7 +150,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.22.2"
version: "0.23.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -183,7 +211,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
version: "0.2.11"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -212,6 +240,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.2+3"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.5.0"
sdks:
dart: ">=2.2.2 <3.0.0"
dart: ">=2.6.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: story_view
description: Display stories just like Whatsapp & Instagram. Can be used inline/inside ListView or Column just like Google News app. Comes with gestures to pause, forward & go to previous page.
version: 0.11.0
author: De-Great Yartey <[email protected]>
version: 0.11.1
homepage: https://github.com/blackmann/story_view

environment:
Expand All @@ -11,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^1.1.1
rxdart: ^0.22.2
rxdart: ^0.23.1
video_player: ^0.10.2+3

dev_dependencies:
Expand All @@ -23,7 +22,6 @@ dev_dependencies:

# The following section is specific to Flutter.
flutter:

# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
Expand All @@ -34,7 +32,6 @@ flutter:
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
Expand Down

0 comments on commit 3200658

Please sign in to comment.