Skip to content

Commit

Permalink
chore: Release version 0.1.5
Browse files Browse the repository at this point in the history
 - Increment version in pubspec.yaml file
 - Update CHANGELOG.md file
 - Update README.md badge with latest Flutter version
  • Loading branch information
pro100svitlo committed Jan 14, 2025
1 parent 8ceaab8 commit 3e70cd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/dart_to_flutter_map.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3e70cd7

Please sign in to comment.