Skip to content

Commit

Permalink
Start of Flutter 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed May 14, 2024
1 parent de67f0d commit 95ebc99
Show file tree
Hide file tree
Showing 58 changed files with 9,744 additions and 9,788 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_annotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate
uses: peiffer-innovations/actions-flutter-validate@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate
uses: peiffer-innovations/actions-flutter-validate@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand All @@ -32,7 +32,7 @@ jobs:
path: json_theme

- name: Checkout Schemas
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: peiffer-innovations/flutter_json_schemas
token: ${{ secrets.REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validate
uses: peiffer-innovations/actions-flutter-validate@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Dependencies
uses: peiffer-innovations/actions-dart-dependency-updater@v1.0.18
uses: peiffer-innovations/actions-dart-dependency-updater@v1
with:
merge: true
paths: annotation
Expand All @@ -25,7 +25,7 @@ jobs:

steps:
- name: Dependencies
uses: peiffer-innovations/actions-dart-dependency-updater@v1.0.18
uses: peiffer-innovations/actions-dart-dependency-updater@v1
with:
merge: true
paths: codegen
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Dependencies
uses: peiffer-innovations/actions-dart-dependency-updater@v1.0.18
uses: peiffer-innovations/actions-dart-dependency-updater@v1
with:
merge: true
paths: json_theme,json_theme/example
Expand Down
12 changes: 6 additions & 6 deletions annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ description: 'Simple package holding the annotations needed by the JsonTheme cod
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '1.0.3+7'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dev_dependencies:
flutter_lints: '^3.0.2'
dev_dependencies:
flutter_lints: '^4.0.0'
test: '^1.25.5'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down
20 changes: 10 additions & 10 deletions codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: 'A library to generate the mapping of decoders to the class names t
homepage: 'https://github.com/peiffer-innovations/json_theme'
version: '1.1.2+14'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

analyzer:
exclude:
analyzer:
exclude:
- 'lib/generated/**'
- 'lib/**/*.g.dart'

dependencies:
dependencies:
analyzer: '^6.4.1'
build: '^2.4.1'
build_runner: '^2.4.9'
Expand All @@ -20,15 +20,15 @@ dependencies:
recase: '^4.1.0'
source_gen: '^1.5.0'

dev_dependencies:
flutter_lints: '^3.0.2'
test: '^1.25.4'
dev_dependencies:
flutter_lints: '^4.0.0'
test: '^1.25.5'

dependency_overrides:
json_theme_annotation:
dependency_overrides:
json_theme_annotation:
path: '../annotation'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down
5 changes: 5 additions & 0 deletions json_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [6.5.0] - May 14th, 2024

* Swapped MaterialStateProperty with WidgetStateProperty in preperation for other Flutter 3.22 work.


## [6.4.1+5] - April 30, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions json_theme/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion json_theme/example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "The Flutter Authors";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
30 changes: 15 additions & 15 deletions json_theme/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@ description: 'Example application for the JSON Theme'
publish_to: 'none'
version: '1.0.0+39'

environment:
environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
dependencies:
flutter:
sdk: 'flutter'
form_validation: '^3.1.1+5'
google_fonts: '^6.2.1'
intl: '^0.19.0'
json_theme:
json_theme:
path: '../'
meta: '^1.10.0'
meta: '1.12.0'

dev_dependencies:
flutter_lints: '^3.0.2'
flutter_test:
dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'

flutter:
flutter:
uses-material-design: true
assets:
assets:
- 'assets/themes/'
fonts:
fonts:
- family: 'lato'
fonts:
fonts:
- asset: 'assets/fonts/Lato-Regular.ttf'
- family: 'metal'
fonts:
fonts:
- asset: 'assets/fonts/MetalMania-Regular.ttf'
- family: 'MaterialIcons'
fonts:
fonts:
- asset: 'assets/fonts/MaterialIcons-Regular.ttf'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down
2 changes: 1 addition & 1 deletion json_theme/lib/json_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export 'json_theme_schemas.dart';
//
export 'src/codec/theme_decoder.dart';
export 'src/codec/theme_encoder.dart';
export 'src/model/json_material_state_property.dart';
export 'src/model/json_widget_state_property.dart';
Loading

0 comments on commit 95ebc99

Please sign in to comment.