Skip to content

Deprecate all enum utilities #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"flutter": "3.19.0",
"flutter": "3.27.0",
"flavors": {
"prod": "stable",
"mincompat": "3.19.0"
"mincompat": "3.27.0"
},
"runPubGetOnSdkChanges": true,
"updateVscodeSettings": true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
run-dcm: false
flutter-version: '3.19.0'
flutter-version: '3.27.0'
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source.fixAll": "explicit",
"source.dcm.fixAll": "explicit"
},
"dart.flutterSdkPath": ".fvm/versions/3.19.0",
"dart.flutterSdkPath": ".fvm/versions/3.27.0",
"dart.lineLength": 80,
"search.exclude": {
"**/.fvm/versions": true
Expand Down
6 changes: 3 additions & 3 deletions examples/todo_list/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"

dependencies:
flutter:
Expand All @@ -16,7 +16,7 @@ dependencies:
path: ../../packages/mix
mix_annotations:
path: ../../packages/mix_annotations
custom_lint: ^0.6.4
custom_lint: ^0.7.5
google_fonts: ^6.0.0

cupertino_icons: ^1.0.6
Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ packages:
command:
bootstrap:
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.27.0"
dev_dependencies:
flutter_lints: ^4.0.0
dart_code_metrics_presets: ^2.14.0
Expand Down
2 changes: 1 addition & 1 deletion packages/mix/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.6.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
Expand Down
Loading
Loading