Skip to content

Commit 597cfab

Browse files
committed
SDK and Flutter downgrade
1 parent b6072aa commit 597cfab

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,5 @@ pubspec.lock
7575
!**/ios/**/default.pbxuser
7676
!**/ios/**/default.perspectivev3
7777
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
78+
79+
/.idx

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"IDX.aI.enableInlineCompletion": true,
3+
"IDX.aI.enableCodebaseIndexing": true
4+
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 18.0.1
2+
3+
- Downgraded Flutter version to `3.27.0` and SDK to `^3.6.0`.
4+
This is due to an issue reported in dart-lang: https://github.com/dart-lang/sdk/issues/60335.
5+
6+
17
# 18.0.0
28

39
- Moved `examples` project out of the package's code, and uploaded to its own [repo](https://github.com/joanpablo/reactive_forms_example).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ samples, guidance on mobile development, and a full API reference.
6464

6565
## Minimum Requirements
6666

67-
- Dart SDK: >=3.2.0 <4.0.0
68-
- Flutter: >=3.16.0
67+
- Dart SDK: ^3.6.0
68+
- Flutter: ">=3.27.0"
6969

7070
> For using **Reactive Forms** in projects below Flutter 2.8.0 please use the version <= 10.7.0 of
7171
> **Reactive Forms**.

lib/src/widgets/flutter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit ea121f8859e4b13e47a8f845e4586164519588bc

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 18.0.0
44
homepage: "https://github.com/joanpablo/reactive_forms"
55

66
environment:
7-
sdk: ^3.7.0
8-
flutter: ">=3.29.0"
7+
sdk: ^3.6.0
8+
flutter: ">=3.27.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)