Skip to content

Commit

Permalink
Upgrade flutter to 3.27 in leancode debug page package (#436)
Browse files Browse the repository at this point in the history
* Upgrade flutter to 3.27.0

* Bump package version

* Bump sdk version to 3.6.0

* Update changelog
  • Loading branch information
Sosssen authored Feb 19, 2025
1 parent c719a4b commit 96684cd
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 84 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/leancode_debug_page-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.5
sdk: 3.6

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.24.x
flutter-version: 3.27.x
cache: true

- name: Publish and release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leancode_debug_page-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- version: '3.24.x'
- version: '3.27.x'
- channel: 'stable'

defaults:
Expand Down
8 changes: 8 additions & 0 deletions packages/leancode_debug_page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.1.0

- Bump minimum Flutter version to 3.27.0
- Bump minimum Dart version to 3.6.0
- Bump `sensors_plus` dependency to `^6.1.1`
- Bump `share_plus` dependency to `^10.1.4`
- Bump `leancode_lint` dependency to `^15.0.0`

## 2.0.0

- Bump `rxdart` dependency to `^0.28.0`
Expand Down
2 changes: 2 additions & 0 deletions packages/leancode_debug_page/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
8 changes: 4 additions & 4 deletions packages/leancode_debug_page/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
sensors_plus: 5717760720f7e6acd96fdbd75b7428f5ad755ec2
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
sensors_plus: 7229095999f30740798f0eeef5cd120357a8f4f2
share_plus: 8b6f8b3447e494cca5317c8c3073de39b3600d1f

PODFILE CHECKSUM: 23c5db403a9f2d103e08afd68b26a1601b49de37

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import UIKit
import Flutter

@UIApplicationMain
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
Expand Down
Loading

0 comments on commit 96684cd

Please sign in to comment.