Flutter pub: Change version
This commit is contained in:
parent
5d828d720b
commit
f20ca33a99
3 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
## 0.0.1
|
## 0.0.1-alpha.1
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* Initial release with most of the basic features for a sender app. iOS and Android support.
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.0.1"
|
version: "0.0.1-alpha.1"
|
||||||
flutter_svg:
|
flutter_svg:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,12 @@
|
||||||
name: flutter_cast_framework
|
name: flutter_cast_framework
|
||||||
description: A new flutter plugin project.
|
description: A plugin to interact with Chromecast.
|
||||||
version: 0.0.1
|
version: 0.0.1-alpha.1
|
||||||
homepage: https://github.com/gianlucaparadise/flutter_cast_framework
|
homepage: https://github.com/gianlucaparadise/flutter_cast_framework
|
||||||
documentation: https://gianlucaparadise.github.io/flutter_cast_framework/api/
|
documentation: https://gianlucaparadise.github.io/flutter_cast_framework/api/
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
flutter: ">=1.10.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue