Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jun 16, 2024
1 parent fd496b2 commit 9133543
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 571 deletions.
224 changes: 0 additions & 224 deletions analysis_options.yaml

This file was deleted.

1 change: 1 addition & 0 deletions packages/flutter_app_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.4.4

* feat: macOS builder support flavor arg. #133
* fix: Fixed android builder not supporting flavor as upper case. (#197)

## 0.4.2

Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_app_builder/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:mostly_reasonable_lints/analysis_options.yaml

linter:
rules:
avoid_print: false
1 change: 1 addition & 0 deletions packages/flutter_app_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies:

dev_dependencies:
dependency_validator: ^3.0.0
mostly_reasonable_lints: ^0.1.2
test: ^1.23.1
4 changes: 4 additions & 0 deletions packages/flutter_app_packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4

* [Linux] Add MimeType for appimage and metainfo file support (#195)

## 0.4.2

* some fixes
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_app_packager/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:mostly_reasonable_lints/analysis_options.yaml

linter:
rules:
avoid_print: false
3 changes: 2 additions & 1 deletion packages/flutter_app_packager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_packager
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
version: 0.4.3
version: 0.4.4
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand All @@ -20,3 +20,4 @@ dependencies:

dev_dependencies:
dependency_validator: ^3.0.0
mostly_reasonable_lints: ^0.1.2
4 changes: 4 additions & 0 deletions packages/flutter_app_publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4

* Support set track for playstore deployment (#185)

## 0.4.2

* some fixes
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_app_publisher/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:mostly_reasonable_lints/analysis_options.yaml

linter:
rules:
avoid_print: false
3 changes: 2 additions & 1 deletion packages/flutter_app_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_publisher
description: Flutter app publisher
version: 0.4.3
version: 0.4.4
homepage: https://distributor.leanflutter.dev
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_publisher

Expand All @@ -18,3 +18,4 @@ dependencies:

dev_dependencies:
dependency_validator: ^3.0.0
mostly_reasonable_lints: ^0.1.2
5 changes: 4 additions & 1 deletion packages/flutter_distributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 0.4.4

* feat: macOS builder support flavor arg. #133
* fix: Fixed android builder not supporting flavor as upper case. (#197)
* feat: macOS builder support flavor arg. (#196)
* [Linux] Add MimeType for appimage and metainfo file support (#195)
* Support set track for playstore deployment (#185)

## 0.4.3

Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_distributor/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: package:mostly_reasonable_lints/analysis_options.yaml

linter:
rules:
avoid_print: false
5 changes: 3 additions & 2 deletions packages/flutter_distributor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
charset: ^2.0.1
dio: ^5.3.4
flutter_app_builder: ^0.4.4
flutter_app_packager: ^0.4.2
flutter_app_publisher: ^0.4.2
flutter_app_packager: ^0.4.4
flutter_app_publisher: ^0.4.4
logging: ^1.0.2
path: ^1.8.1
pubspec_parse: ^1.1.0
Expand All @@ -30,6 +30,7 @@ dependencies:

dev_dependencies:
dependency_validator: ^3.0.0
mostly_reasonable_lints: ^0.1.2
test: ^1.23.1

executables:
Expand Down
Loading

0 comments on commit 9133543

Please sign in to comment.