diff --git a/CHANGELOG.md b/CHANGELOG.md index be36b9f..dd817ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 +- Fix issue [#10](https://github.com/What-the-Flutter/VR-Player/issues/10) +- Readme changes + ## 0.2.0 - Update package to Flutter 3.10. - Dart 3 support diff --git a/lib/vr_player.dart b/lib/vr_player.dart index 9f4220f..14fbccd 100644 --- a/lib/vr_player.dart +++ b/lib/vr_player.dart @@ -1,7 +1,7 @@ /// The `VrPlayer` plugin lets you play 360° and VR videos smoothly on Android -/// and iOS platforms, delivering an immersive viewing experience with touch +/// and iOS platforms, delivering an immersive viewing experience with touch /// and device motion controls. These types of videos, commonly referred to as -/// immersive, 360, or spherical videos, are captured by utilizing +/// immersive, 360, or spherical videos, are captured by utilizing /// an omnidirectional camera or multiple cameras to record /// the entire panoramic view simultaneously. library vr_player; diff --git a/pubspec.yaml b/pubspec.yaml index 55dac1d..9ed4c4f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: vr_player description: The `VrPlayer` lets you play 360° and VR videos smoothly on Android and iOS platforms -version: 0.2.0 +version: 0.2.1 homepage: "https://github.com/What-the-Flutter/VR-Player" topics: