From bcfdaf09535738750f69d7a8afbc1f18ceea895c Mon Sep 17 00:00:00 2001 From: zypherift Date: Sat, 4 Apr 2026 22:49:07 +0200 Subject: [PATCH] After Flutter 3.29, registerWith method is deleted. --- refilc_plus/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/refilc_plus/pubspec.yaml b/refilc_plus/pubspec.yaml index c9540b23..f91c355e 100644 --- a/refilc_plus/pubspec.yaml +++ b/refilc_plus/pubspec.yaml @@ -28,7 +28,10 @@ dependencies: image_picker: ^1.0.7 animations: ^2.0.11 flutter_svg: ^2.0.10+1 - flutter_dynamic_icon: ^2.1.0 + flutter_dynamic_icon: # https://medium.com/@bmerdogan/flutter-3-29-deprecates-pluginregistry-registrar-migration-guide-0f206232b768 + git: + url: https://github.com/yu1ro/flutter_dynamic_icon + ref: bugfix/delete_deprecation # android_dynamic_icon: ^2.0.0 i18n_extension: ^12.0.1 http: ^1.2.0