Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

80 lines (53 loc) · 2.61 KB

7.0.0

  • BREAKING CHANGES
    • Update dependencies
    • Compatibility with XCode 16
    • Need to use minimal Dart SDK version ^3.5.0
    • Need to use minimal Flutter version 3.24.3

6.0.0

  • BREAKING CHANGES
    • Rename package from common_module_flutter to osam_common_module_flutter
    • To import, use only import 'package:osam_common_module_flutter/osam_common_module_flutter.dart'; and not src/ or other subdirectories.
    • Need to use minimal Dart SDK version 3.0.0
    • Need to use minimal Flutter version 3.10.0

5.1.0

  • Updated modul_comu_osam library to version 2.1.8. Only for Android.
  • Improve linting.
  • Refactor package to pub dev standards.
  • Refactor documentation.
  • Add GitHub templates.

5.0.4

5.0.0

  • Updated modul_comu_osam library to version 2.0.16. Updated to version 5.0.0 of modul_comu_osam_flutter, it has flutter 3.X support.

4.0.2

  • Updated modul_comu_osam library to version 2.0.2. This version has the following changes:
    • Version: Fix bug related to URL handling

4.0.1

  • Updated modul_comu_osam library to version 2.0.1. This version has the following changes:
    • Rating: Exclude deprecated rating control responses

4.0.0

  • Updated modul_comu_osam library to version 2.0.1. This version has the following changes:
    • Version: Integrated capability for enable/disable version control based in a time range
    • Rating: Integrated Google In App Review for Android

3.0.2

3.0.1

3.0.0

  • Using modul_comu_osam library ( developed using Kotlin Multiplatform Mobile, KMM) to implement the functionality of this library. This library is now a wrapper of the one developed in KMM.

2.0.1

  • Fix Version Control Popup Context

2.0.0

  • Migrated to null safety
  • Fix english language in sample app

1.0.0

  • First version of common module flutter (not null safety)