Kaynağa Gözat

Version 0.9.7

  - Better error handling
  - Customize Full Screen PageRoute
Brian Egan 6 yıl önce
ebeveyn
işleme
b2b9e4710e
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 5 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## 0.9.7
+
+  * Errors are properly handled. You can provide the Widget to display when an error occurs by providing an `errorBuilder` function to the `ChewieController` constructor.
+  * Add ability to override the fullscreen page builder. Allows folks to customize that functionality!
+
 ## 0.9.6
 
   * Update to work with `video_player: ">=0.7.0 <0.11.0"`

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: chewie
 description: A video player for Flutter with Cupertino and Material play controls
-version: 0.9.6
+version: 0.9.7
 homepage: https://github.com/brianegan/chewie
 authors:
   - Brian Egan <brian@brianegan.com>