Skip to content

Commit

Permalink
feat: [MDS-1031] Bump minimum Flutter version to 3.19.3 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Mar 12, 2024
1 parent cf96089 commit b25c5a0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
flutter-version: '3.19.3'
channel: stable

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
flutter-version: '3.19.3'
channel: stable

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Showcase Moon Design.
publish_to: none
version: 0.49.8
environment:
sdk: '>=3.2.5 <4.0.0'
sdk: '>=3.3.1 <4.0.0'
dependencies:
cupertino_icons: ^1.0.2
flutter:
Expand Down
2 changes: 0 additions & 2 deletions lib/src/theme/tokens/typography/text_styles.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:ui';

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

Expand Down
2 changes: 0 additions & 2 deletions lib/src/widgets/common/moon_icon.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:ui';

import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://flutter.moon.io/
repository: https://github.com/coingaming/moon_flutter

environment:
sdk: '>=3.2.5 <4.0.0'
sdk: '>=3.3.1 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit b25c5a0

Please sign in to comment.