Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloAvv authored Apr 2, 2022
1 parent 8c31d78 commit 2bb91ac
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.3
* Added Android custom properties/config to flavors
* Relaxed first app entry checks
* New naming conventions for flutter_lints
* New README section: Docs and Tutorials
* Bumped dependencies

## 2.1.2
* Added resValues directive to declare resValues in build.gradle for each flavor (Android)
* Added variables directive to declare variables in xcconfig for each flavor (iOS)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ in your [pubspec.yaml](https://dart.dev/tools/pub/pubspec):

```yaml
dev_dependencies:
flutter_flavorizr: ^2.1.2
flutter_flavorizr: ^2.1.3
```
You can install packages from the command line:
Expand Down Expand Up @@ -105,7 +105,7 @@ flavorizr:
| app | Object | | false | An object describing the general capabilities of an app |
| flavors | Array | | true | An array of items. Each of them describes a flavor configuration |
| [instructions](#available-instructions) | Array | | false | An array of instructions to customize the flavorizr process |
| assetsUrl | String | [link](https://github.com/AngeloAvv/flutter_flavorizr/releases/download/v2.1.2/assets.zip) | false | A string containing the URL of the zip assets file. The default points to the current release |
| assetsUrl | String | [link](https://github.com/AngeloAvv/flutter_flavorizr/releases/download/v2.1.3/assets.zip) | false | A string containing the URL of the zip assets file. The default points to the current release |
| ide | String | | false | The IDE in which the app is being developed. Currently only `vscode` or `idea` |

##### <a href="#available-instructions">Available instructions</a>
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.2"
version: "2.1.3"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/parser/models/flavorizr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Flavorizr {

@JsonKey(
defaultValue:
'https://github.com/AngeloAvv/flutter_flavorizr/releases/download/v2.1.2/assets.zip')
'https://github.com/AngeloAvv/flutter_flavorizr/releases/download/v2.1.3/assets.zip')
final String assetsUrl;

@JsonKey()
Expand Down
2 changes: 1 addition & 1 deletion lib/parser/models/flavorizr.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_flavorizr
description: A flutter utility to easily create flavors in your flutter application
version: 2.1.2
version: 2.1.3
repository: https://github.com/AngeloAvv/flutter_flavorizr
issue_tracker: https://github.com/AngeloAvv/flutter_flavorizr/issues
homepage: https://www.angelocassano.it
Expand Down

0 comments on commit 2bb91ac

Please sign in to comment.