Skip to content

Release Notes for Flutter SDK version 1.1.7 #7635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

neelkanth-kaushik
Copy link
Contributor

Release Notes for Flutter SDK version 1.1.7

  1. Release Date - 21st May 2025.

  2. Fixes Github Issue #144 - Up to version 1.1.6, the setFlushPolicies method inadvertently overwrote the Configuration.collectDeviceIdproperty. This issue has been resolved in version 1.1.7.

  3. Fixes Github Issue #147 - The compileSdkVersion in the build.gradle file has been updated from 31 to 35. Previously, this caused the following error:
    Android build error "Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type 'android.content.pm.ApplicationInfo?" . This update resolves the issue with compileSdkVersion 35.

  4. Fixes Github Issue #138 - Prior to version 1.1.7, the version field returned the browser's version string instead of the app version from pubspec.yaml. Since pubspec.yaml is a build-time configuration file and not accessible at runtime (especially in browser environments), this was expected behavior.
    As of version 1.1.7, if the following tag is added to <project-root>/web/index.html: <meta name="app-version" content="1.2.3">
    the app will return the value in the content attribute.
    Note: This value should be manually synchronized with the version in pubspec.yaml.

  5. Fixes Github Issue #152 and #98 - Until version 1.1.6, the integrations: {} field was missing in the data payload sent to the Segment server. This has been addressed in version 1.1.7.

  6. Fixes Github Issue #157 - Resolves the Concurrent modification during iteration: Instance(length: 6) of '_GrowableList' error that occurred when multiple plugins were added simultaneously.

@neelkanth-kaushik neelkanth-kaushik self-assigned this May 23, 2025
@neelkanth-kaushik neelkanth-kaushik requested a review from a team as a code owner May 23, 2025 06:31
@stayseesong
Copy link
Contributor

stayseesong commented May 23, 2025

@neelkanth-kaushik is there a reason why we're adding these release notes to the docs site? Our other library pages don't have this, and I don't think it makes sense to put this on the docs site. I think it makes more sense to put these release notes on the Github repo for the Segment Flutter SDK

@stayseesong
Copy link
Contributor

@neelkanth-kaushik I'll go ahead and close this PR then

@neelkanth-kaushik
Copy link
Contributor Author

Yes. I am closing this.

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