update version info
This commit is contained in:
parent
a3fa7f319d
commit
0b6e6e7a13
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
## [0.3.1] - 01/08/2021
|
||||||
|
|
||||||
|
* Add cropped area.
|
||||||
|
* Add onTap & onLongPress event.
|
||||||
|
|
||||||
## [0.3.0] - 12/30/2020
|
## [0.3.0] - 12/30/2020
|
||||||
|
|
||||||
* Support animated images.
|
* Support animated images.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Add panorama as a dependency in your pubspec.yaml file.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
panorama: ^0.3.0
|
panorama: ^0.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Import and add the Panorama widget to your project.
|
Import and add the Panorama widget to your project.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: panorama
|
name: panorama
|
||||||
description: Panorama -- A 360-degree panorama viewer.
|
description: Panorama -- A 360-degree panorama viewer.
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
homepage: https://github.com/zesage/panorama
|
homepage: https://github.com/zesage/panorama
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue