Conversation
|
Please merge this. We started a new project and were greeted by the conflicts which are fixed just by these simple package updates. Sadly the last update on this great package was 3 years ago @ScerIO are you open for contributers? Would be a waste to keep it in its current badly usable state. |
|
@malthee I've made a hard fork of that package, with updated dependencies, and small improvements/changes at https://github.com/SkinnyMind/icon_font dev_dependencies:
icon_font:
git:
url: https://github.com/SkinnyMind/icon_font.git
ref: b074d32b555326b0d756d6a07e5f6c621c5b083fOr change the sha in ref to tag name (even though it's not published to pub.dev, i'm still following idea of tagging stable releases with git tags) |
|
I am not ready to jump ship on this package. Currently using this PR as our ref in the pubspec.yaml import. Mentioning People of the Org here, please @ScerIO @SergeShkurko @vicajilau consider either adding Contributers or passing the ownership. This package would be a shame to go down like this because of some outdated dependencies. |
|
I would gladly merge it. Unfortunately, I do not have write permissions. Could you support with this @SergeShkurko ? |
|
@vicajilau Serge transferred you the maintainer rights, we can keep this package going! |
🔧 Fix: Update Dart SDK version in CI workflowProblemThe workflow was failing because the Solution
Testing✅ Tested locally with dart pub get # ✓ Dependencies installed
dart test test/test_all.dart # ✓ 33 tests passed |
🔄 Update Dependencies
Summary
This PR updates all project dependencies to their latest compatible versions, ensuring the project stays current with security patches, bug fixes, and performance improvements.
Changes
Major Package Updates
Infrastructure Updates
>=3.9.0 <4.0.0>=3.18.0-18.0.pre.54Transitive Dependency Updates
Testing
Breaking Changes
None
Migration Notes
No migration required. This is a routine dependency update that maintains backward compatibility.
Type: Maintenance
Impact: Low
Risk: Low