diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a43b0..9fca506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.5 + +* Updated map file with new versions: + - Dart 3.6.1 -> Flutter 3.27.2 + ## 0.1.4 * Update README and improve pub.dev score diff --git a/README.md b/README.md index cab7e55..e9c21f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![pub.dev](https://img.shields.io/pub/v/dart_flutter_version.svg)](https://pub.dev/packages/dart_flutter_version) [![Check for updates](https://github.com/pro100svitlo/dart_flutter_version/actions/workflows/check-for-updates.yaml/badge.svg?branch=main)](https://github.com/pro100svitlo/dart_flutter_version/actions/workflows/check-for-updates.yaml) -[![Bintray](https://img.shields.io/static/v1?label=Latest%20Supported%20Flutter%20Version&message=3.27.1&color=green)](https://docs.flutter.dev/release/archive#stable-channel-macos) +[![Bintray](https://img.shields.io/static/v1?label=Latest%20Supported%20Flutter%20Version&message=3.27.2&color=green)](https://docs.flutter.dev/release/archive#stable-channel-macos) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pro100svitlo/dart_flutter_version/blob/main/LICENSE) Retrieve the current __**Flutter**__ and Dart __**SDK version at runtime**__ with easy-to-use nullable getters for seamless and dynamic version management. diff --git a/lib/src/dart_to_flutter_map.dart b/lib/src/dart_to_flutter_map.dart index 59750a5..06d536a 100644 --- a/lib/src/dart_to_flutter_map.dart +++ b/lib/src/dart_to_flutter_map.dart @@ -9,7 +9,7 @@ import 'package:pub_semver/pub_semver.dart'; /// - **Value** (Flutter SDK Version): Identifies the corresponding stable /// Flutter release that ships with (or supports) that Dart version. /// -/// To find ouf more about the generation process, check README.md +/// To find ouf more about the generation process, check README.md /// file in the root directory. final dartToFlutterMap = { Version.parse('3.6.1'): Version.parse('3.27.2'), diff --git a/pubspec.yaml b/pubspec.yaml index fcdfdd5..5f358ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_flutter_version description: Retrieve the current Dart and Flutter SDK semantic versions with easy-to-use nullable getters for streamlined version management. -version: 0.1.4 +version: 0.1.5 repository: https://github.com/pro100svitlo/dart_flutter_version issue_tracker: https://github.com/pro100svitlo/dart_flutter_version/issues funding: