Skip to content

Conversation

@zubairaziz
Copy link
Collaborator

@zubairaziz zubairaziz commented Oct 22, 2025

Improvements

  • Add changelog for version 3.0.3

Testing & Compatibility

  • Tested on iOS and Android
  • Tested OAuth flows (if applicable)
  • Example app verified

Release Checklist

  • Is commit history clean?
    • Do all commit names start with verbs like Add, Fix, Refactor...?
    • Are all commits passing or marked with [WIP]?
  • Are relevant documentation changes queued up?
    • Are the Quiltt API Docs updated?
    • Is the Flutter SDK README updated (if needed)?
    • Are code comments added for complex logic?
  • Version considerations
    • Should this be a patch, minor, or major version bump?
    • Are any breaking changes clearly documented?
    • Add appropriate release label (release:patch, release:minor, release:major) before merging

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR prepares version 3.0.3 release of the Flutter SDK, fixing WebView reloading issues and updating build configurations.

Key changes:

  • Version bumped from 3.0.2 to 3.0.3 across SDK files
  • Build process streamlined by commenting out example app builds
  • Android Gradle configuration modernized to use Flutter plugin loader

Reviewed Changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pubspec.yaml Updates package version to 3.0.3
lib/quiltt_sdk_version.dart Updates SDK version constant to 3.0.3
fastlane/Fastfile Comments out example app builds in release lanes
example/android/settings.gradle Migrates to modern Flutter Gradle plugin loader
CHANGELOG.md Adds 3.0.3 release notes documenting WebView fix
.github/workflows/release.yml Improves version parsing and file update logic

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@zubairaziz zubairaziz merged commit 1955620 into main Oct 22, 2025
4 checks passed
@zubairaziz zubairaziz deleted the release/3.0.2 branch October 22, 2025 16:24
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.

3 participants