llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

error: value of type 'any FlutterPluginRegistrar' has no member 'addApplicationDelegate' #93

Closed maxfornacon closed 4 months ago

maxfornacon commented 4 months ago

Describe the bug

I'm trying to build for target MacOS using Flutter 3.13.2.

.pub-cache/hosted/pub.dev/app_links-3.5.0/macos/Classes/AppLinksMacosPlugin.swift:18:15: error: value of type 'any FlutterPluginRegistrar' has no member 'addApplicationDelegate'
    registrar.addApplicationDelegate(instance)
llfbandit commented 4 months ago

Version 3.5 requires flutter 3.16+ on macos. You can stick with prior version if you can't upgrade flutter for now.