Conversation
Nikoro
commented
Nov 24, 2025
- Regenerated all platform folders (android, ios, web, windows, linux, macos)
- Migrated Android build files from Groovy to Kotlin DSL
- Updated Gradle to 8.14, Kotlin to 2.2.20, Android plugin to 8.11.1
- Increased iOS minimum deployment to 13.0, macOS to 10.15
- Updated flutter_hooks to ^0.21.3, flutter_lints to ^6.0.0
- Updated system_date_time_format to ^1.3.0
- Preserved custom script tag in web/index.html
- Updated bundle identifiers and app naming across platforms
There was a problem hiding this comment.
Pull request overview
This PR bumps the package version from 1.2.2 to 1.3.0 and regenerates all platform folders with updated tooling versions. The changes include migrating Android build files from Groovy to Kotlin DSL, updating build tool versions (Gradle 8.14, Kotlin 2.2.20, Android plugin 8.11.1), increasing minimum deployment targets for iOS and macOS, and updating dependencies including flutter_hooks, flutter_lints, and system_date_time_format.
Key changes:
- Dependency updates: flutter_hooks ^0.21.3, flutter_lints ^6.0.0, system_date_time_format ^1.3.0
- Platform tooling upgrades: Gradle 8.14, Kotlin 2.2.20, Android plugin 8.11.1
- Minimum deployment targets: iOS 13.0, macOS 10.15
Reviewed changes
Copilot reviewed 35 out of 39 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Version bump to 1.3.0, SDK constraint update, dependency version updates |
| example/pubspec.yaml | Updated dependency versions to match main package |
| example/pubspec.lock | Regenerated lock file with updated dependency versions |
| example/android/settings.gradle.kts | Migrated from Groovy to Kotlin DSL with updated Gradle/Kotlin versions |
| example/android/build.gradle.kts | Migrated build configuration to Kotlin DSL |
| example/android/app/build.gradle.kts | Updated Java compatibility to 17, migrated to Kotlin DSL syntax |
| example/android/gradle/wrapper/gradle-wrapper.properties | Updated Gradle to 8.14 |
| example/android/gradle.properties | Increased JVM memory allocation, removed jetifier |
| example/ios/Podfile | Updated minimum iOS version to 13.0, removed use_modular_headers |
| example/ios/Runner.xcodeproj/project.pbxproj | Updated deployment target, bundle identifiers, and added development team |
| example/ios/Runner/Info.plist | Updated app display name and bundle name |
| example/ios/Flutter/AppFrameworkInfo.plist | Updated minimum OS version to 13.0 |
| example/macos/Podfile | Updated minimum macOS version to 10.15, removed use_modular_headers |
| example/macos/Runner/AppDelegate.swift | Added applicationSupportsSecureRestorableState method |
| example/macos/Runner/Configs/AppInfo.xcconfig | Updated product name, bundle identifier, and copyright year |
| example/linux/CMakeLists.txt | Updated application name and ID, refactored build configuration |
| example/linux/runner/my_application.cc | Added first frame callback and background color support |
| example/linux/runner/main.cc | New main entry point file |
| example/windows/CMakeLists.txt | Updated project and binary name |
| example/windows/runner/main.cpp | Updated window title |
| example/web/index.html | Fixed script tag syntax, updated app name and meta tags |
| example/web/manifest.json | Updated app name |
| CHANGELOG.md | Added version 1.3.0 entry |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 22 22
=========================================
Hits 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Regenerated all platform folders (android, ios, web, windows, linux, macos) - Migrated Android build files from Groovy to Kotlin DSL - Updated Gradle to 8.14, Kotlin to 2.2.20, Android plugin to 8.11.1 - Increased iOS minimum deployment to 13.0, macOS to 10.15 - Updated flutter_hooks to ^0.21.3, flutter_lints to ^6.0.0 - Updated system_date_time_format to ^1.3.0 - Preserved custom script tag in web/index.html - Updated bundle identifiers and app naming across platforms