Skip to content

Commit

Permalink
inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hey24sheep committed May 7, 2020
1 parent 752fc1d commit 0670dce
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 880 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Aloïs Deniel
Copyright (c) 2018 Hey24sheep

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

[Flutter](http://flutter.io) build task for [Azure DevOps](https://azure.microsoft.com/fr-fr/services/devops/).

All credit goes to original author for his awesome work.
This extension is updated/maintained fork of Alois Deniel's extension [Github](https://github.com/aloisdeniel/vsts-flutter-tasks)

Why? His repository is inactive for a while with pending open issues and prs.

## Installation

Installation can be done using [Visual Studio MarketPlace](https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter).
Installation can be done using [Visual Studio MarketPlace](https://marketplace.visualstudio.com/items?itemName=hey24sheep.flutter).

## Source Code

Source code can be found on [Github](https://github.com/aloisdeniel/vsts-flutter-tasks).
Source code can be found on [Github](https://github.com/hey24sheep/vsts-flutter-tasks).

Original Author : [Github](https://github.com/aloisdeniel/vsts-flutter-tasks).

## Usage

Expand All @@ -22,7 +29,7 @@ Installs the [Flutter SDK](https://flutter.io/sdk-archive/) onto the running age

* Select the `channel`: `stable (default)`, `beta`, or `dev`.
* Select the `version` of the SDK to install: `latest (default)`, `custom`. If `custom` is specified, a `custom version` must be set.
* _(Optional)_. Set the `custom version` (in a `<M>.<m>.<p>` semver format) if needed.
* _(Optional)_. Set the `custom version` (in a `<M>.<m>.<p>` semver format) if needed for example : 'v1.22+3' or '1.17.0'.

### Build

Expand Down Expand Up @@ -82,4 +89,4 @@ A task example :
## License
[MIT](https://raw.githubusercontent.com/aloisdeniel/vsts-flutter-tasks/master/LICENSE)
[MIT](https://raw.githubusercontent.com/hey24sheep/vsts-flutter-tasks/master/LICENSE)
Loading

0 comments on commit 0670dce

Please sign in to comment.