Skip to content

Conversation

@achmadilham07
Copy link
Member

No description provided.

Bump Dart SDK version constraint from ^3.7.0 to ^3.9.2 in all advanced navigation example projects to support newer language features and dependencies.
Removed redundant checks and state updates for form and register pages in the onDidRemovePage callbacks across multiple router_delegate.dart files. This simplifies navigation stack management and ensures state is updated only when necessary.
Upgraded Gradle wrapper to 8.12 and updated plugin versions for com.android.application and org.jetbrains.kotlin.android in settings.gradle.kts files across all advanced navigation modules to ensure compatibility with latest tooling.
Raised the minimum iOS deployment target from 12.0 to 13.0 across all advanced navigation example projects. Updated .gitignore to exclude .build/ and .swiftpm directories. Added custom LLDB init file to Xcode schemes and integrated CocoaPods frameworks and configuration files into Xcode project files for better dependency management.
Upgraded the Dart SDK requirement to ^3.9.2 and updated multiple dependencies to their latest versions in pubspec.lock and pubspec.yaml. This ensures compatibility with newer Flutter releases and improves package security and stability.
Replaces Groovy-based Gradle build and settings files with Kotlin DSL equivalents for improved type safety and modern configuration. Updates Gradle wrapper to 8.12, increases JVM memory settings, and refines AndroidManifest files. Also adds support for Flutter Gradle plugin and updates compatibility to Java 11.
Updated minimum deployment target to iOS 13.0 in project and plist files. Improved AppDelegate annotation and updated app icon assets.
… project

Moved runner source files into a dedicated 'runner' directory and split build logic into a separate CMakeLists.txt for improved organization. Updated CMake configuration to require CMake 3.13 and delegate application build to the runner subdirectory. Enhanced MyApplication with startup and shutdown hooks, set program name for better desktop integration, and improved window display logic to show after the first Flutter frame is rendered.
… project

Introduces a new RunnerTests target for macOS with a basic XCTest file. Updates project configuration, scheme, and deployment target to support unit testing and modern macOS features. Also updates copyright year in AppInfo.xcconfig and minor code improvements in AppDelegate and MainFlutterWindow.
Replaces manual Flutter initialization scripts with a single 'flutter_bootstrap.js' script and updates meta tag for mobile web app capability. This streamlines app startup and aligns with newer Flutter web project conventions.
…ted list project

Adds support for immersive dark mode window decorations based on system theme, updates window creation to separate show logic, and improves UTF-16 to UTF-8 conversion. Also updates copyright year, manifest compatibility, and CMake policies for better build configuration and native asset handling.
Added .build/ and .swiftpm/ to .gitignore for improved build artifact exclusion. Updated .metadata with new Flutter revision and clarified the file should not be manually edited.
Upgraded the Flutter SDK and Dart SDK constraints in pubspec.yaml to support newer versions. Updated package dependencies in pubspec.lock to latest compatible versions and revised .metadata to reflect the new Flutter revision. This ensures compatibility with recent Flutter releases and improves project stability.
… button project

Converted Gradle build and settings files from Groovy to Kotlin DSL, updated package name from com.example.animated_button to com.dicoding.animated_button, and adjusted AndroidManifest files accordingly. Upgraded Gradle wrapper to 8.12, improved JVM args in gradle.properties, and added missing queries for text processing intent. These changes modernize the build configuration and align the project with current best practices.
…ton project

Introduces a new RunnerTests target with a basic XCTest file for iOS unit testing. Updates deployment target to iOS 13, changes bundle identifier, modifies app icons, and refines Info.plist and AppDelegate.swift for modern Swift conventions. Also updates .gitignore for Swift build artifacts and improves Xcode scheme configuration.
…utton project

Moved application source files to a dedicated runner directory and split build logic into runner/CMakeLists.txt for better organization. Updated CMake minimum version and application ID. Enhanced GTK application startup by showing the window after the first Flutter frame, setting background color, and adding startup/shutdown hooks for improved integration and lifecycle management.
…ject

Introduces a RunnerTests target for macOS with an initial XCTest file. Updates project settings, scheme, and configuration files to support testing and reflect new bundle identifiers and copyright.
…roject

Replaces manual Flutter initialization and service worker setup with a single async script tag for flutter_bootstrap.js. Also corrects meta tag from 'apple-mobile-web-app-capable' to 'mobile-web-app-capable' for improved compatibility.
…utton project

Adds support for immersive dark mode window decorations based on system theme, updates window creation and show logic, and refines UTF-16 to UTF-8 conversion. Also updates resource metadata, manifest compatibility, and links dwmapi.lib for theme handling.
Upgraded the Dart SDK constraint to ^3.9.2 and updated Flutter revision in .metadata. Refreshed package dependencies in pubspec.lock to newer versions for improved compatibility and stability.
…button starter project

Replaced Groovy build and settings files with Kotlin DSL equivalents, updated package name from com.example to com.dicoding, and improved Gradle configuration for better performance and compatibility. Updated Gradle wrapper to 8.12, increased JVM memory settings, and added required manifest queries for text processing. These changes modernize the project setup and align with current best practices for Flutter Android projects.
…ton starter project

Introduces a new RunnerTests target with a basic XCTest file for unit testing. Updates deployment target to iOS 13, changes bundle identifier to com.dicoding.animatedButton, modifies app icons, and adjusts Info.plist and scheme settings for improved compatibility and debugging.
…utton starter project

Moved source files to a dedicated runner directory and split CMake configuration for better organization. Updated application ID and minimum CMake version. Improved GTK integration by setting the program name, handling startup/shutdown, customizing background color, and showing the window after the first Flutter frame is rendered.
…rter project

Introduced a new RunnerTests target for macOS with an initial XCTest file. Updated bundle identifiers and copyright in AppInfo.xcconfig, modernized AppDelegate annotations, and made minor improvements to MainFlutterWindow initialization. Also updated Xcode project and scheme files to support the new test target.
…tarter project

Replaces manual Flutter initialization scripts with a single 'flutter_bootstrap.js' script and updates meta tag for mobile web app capability. This aligns the web setup with newer Flutter web standards.
…imated button starter project

Adds support for immersive dark mode window decorations based on system theme, updates window creation to separate creation and showing, and ensures proper window display after Flutter's first frame. Also updates company info, copyright, and manifest compatibility, and fixes UTF-8 conversion logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants