File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
2+ ## [ 1.9.2] - 2025-06-04
3+ ## Bug Fixes
4+
5+ - fix: add namespace to build gradle for newer versions of gradle by @jsalaber in #167
6+
7+ ## Other Changes
8+
9+ - chore: Use flutter/dart native OIDC by @JamieSinn in #163
10+ - chore: Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @JamieSinn in #165
11+ - chore: Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @JamieSinn in #164
12+
13+
14+
15+ ## Uncategorized
16+
17+
18+
219## [ 1.9.1] - 2024-10-03
320## Other Changes
421
Original file line number Diff line number Diff line change 11group ' com.devcycle.devcycle_flutter_client_sdk'
2- version ' 1.9.1 '
2+ version ' 1.9.2 '
33
44buildscript {
55 ext. kotlin_version = ' 1.9.23'
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'devcycle_flutter_client_sdk'
7- s . version = '1.9.1 '
7+ s . version = '1.9.2 '
88 s . summary = 'DevCycle Flutter Client SDK plugin project.'
99 s . description = <<-DESC
1010A Flutter plugin to integrate with DevCycle Feature Flags.
Original file line number Diff line number Diff line change 11name : devcycle_flutter_client_sdk
22description : Official Flutter Client SDK for DevCycle. Supports iOS and Android.
3- version : " 1.9.1 "
3+ version : " 1.9.2 "
44homepage : https://www.devcycle.com
55repository : https://github.com/DevCycleHQ/flutter-client-sdk
66documentation : https://docs.devcycle.com/docs/sdk/client-side-sdks/flutter
You can’t perform that action at this time.
0 commit comments