Abhishek
Abhishek
> > @ueman The easy solution that inserting for example `TestLocalizations.delegate` to the `BetterFeedback.localizationsDelegates`: > > ``` > > localizationsDelegates: [ > > GlobalFeedbackLocalizationsDelegate(), > > TestLocalizations.delegate, > > GlobalMaterialLocalizations.delegate,...
@aliyazdi75 I tried the above changes but didn't work ``` MaterialApp( navigatorKey: navigatorKey, navigatorObservers: [observer], home: SplashScreen(), routes: routes, builder: (context, child) => BetterFeedback( feedbackBuilder: (context, onSubmit, scrollController) => CustomFeedbackForm(...
@danReynolds still that fix of yours didn't work for me. I'm using `receive_sharing_intent: ^1.4.3` and `firebase_messaging: ^7.0.0` but firebase deep linking does not work for me. Any help on how...
I'm also having the same problem. any help on how to solve this?
any update on this issue ?