Skip to content

Commit

Permalink
v0.2.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
alesiaradkevich authored Aug 30, 2023
1 parent e2c82c3 commit 38351e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/vr_player.dart
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 38351e3

Please sign in to comment.