windows7lake / app_badge_plus

A Flutter plugin for adding badges to your app icon.
MIT License
16 stars 6 forks source link

'Duplicate plugin key: AppBadgePlusPlugin' Error while compiling for ios #12

Open xyzbilal opened 3 days ago

xyzbilal commented 3 days ago

Hi, I m getting this error while compiling ios application

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Duplicate plugin key: AppBadgePlusPlugin' Any idea what can be the reason.

windows7lake commented 3 days ago

Hi @xyzbilal , are you using two plugins with conflicting names? Please provide a complete minimal reproducible code sample along with steps to reproduce. Please also provide your pubspec.yaml & pubspec.lock. Thank you