Skip to content
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

chore: lower sdk requirement #7

Merged
merged 2 commits into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2

* docs: lower sdk constraint to `^3.0.0` from `^3.5.0`

## 0.1.1

* docs: Fixed issue tracker link on pub.dev
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.2"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: link_target
description: "Adds hyperlink glance behaviour on hover found on the bottom left of the browser page."
version: 0.1.1
version: 0.1.2
homepage: https://github.com/juliotati/link_target

issue_tracker: https://github.com/juliotati/link_target/issues
Expand All @@ -11,7 +11,7 @@ topics:
- link-glance

environment:
sdk: ^3.5.0
sdk: ^3.0.0
flutter: ">=1.17.0"

dependencies:
Expand Down
Loading