Skip to content

Commit 38351e3

Browse files
v0.2.1 (#31)
1 parent e2c82c3 commit 38351e3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
- Fix issue [#10](https://github.com/What-the-Flutter/VR-Player/issues/10)
3+
- Readme changes
4+
15
## 0.2.0
26
- Update package to Flutter 3.10.
37
- Dart 3 support

lib/vr_player.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// The `VrPlayer` plugin lets you play 360° and VR videos smoothly on Android
2-
/// and iOS platforms, delivering an immersive viewing experience with touch
2+
/// and iOS platforms, delivering an immersive viewing experience with touch
33
/// and device motion controls. These types of videos, commonly referred to as
4-
/// immersive, 360, or spherical videos, are captured by utilizing
4+
/// immersive, 360, or spherical videos, are captured by utilizing
55
/// an omnidirectional camera or multiple cameras to record
66
/// the entire panoramic view simultaneously.
77
library vr_player;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: vr_player
22
description: The `VrPlayer` lets you play 360° and VR videos smoothly on Android and iOS platforms
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: "https://github.com/What-the-Flutter/VR-Player"
55

66
topics:

0 commit comments

Comments
 (0)