update version info
This commit is contained in:
parent
623e9f2f58
commit
bfe10f206a
4 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.3.0] - 12/30/2020
|
||||||
|
|
||||||
|
* Support animated images.
|
||||||
|
|
||||||
## [0.2.1] - 12/29/2020
|
## [0.2.1] - 12/29/2020
|
||||||
|
|
||||||
* Fixed isFinite exception.
|
* Fixed isFinite exception.
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ Add panorama as a dependency in your pubspec.yaml file.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
panorama: ^0.2.1
|
panorama: ^0.3.0
|
||||||
```
|
```
|
||||||
|
|
||||||
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.2.1
|
version: 0.3.0
|
||||||
homepage: https://github.com/zesage/panorama
|
homepage: https://github.com/zesage/panorama
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 MiB After Width: | Height: | Size: 20 MiB |
Loading…
Reference in a new issue