Kamil Svoboda
Kamil Svoboda
In my case it doesn't work in combination with Firebase Messaging initialization `FirebaseMessaging.onBackgroundMessage` If I remove this code, then the updates are called.
> @KamilSvoboda this drove me crazy. did you manage to find a work around ? Unfortunately not. :( I'm waiting for the response of the plugin author.
> Idk how but i fixed it somehow in my case this helped: ``` flutter pub clean dart pub cache repair flutter pub get ```
> these commands wont run What do you mean? These are standard Flutter and Dart commands.
> It says. Not found command > […](#) > On Tue, Nov 21, 2023, 7:21 PM Kamil Svoboda ***@***.***> wrote: these commands wont run What do you mean? These are...
need the same - change the style of the top level menu item based on tap (because of refreshing pluto grid with different settings :)
It's amazing how quickly you respond. :D Thanks a lot for your work. I've tried the new property "enableSelectedTopMenu: true", but unfortunately it doesn't behave well in my application. I...
@bosskmk You're right. Unfortunately, I have to create MenuItem only in the Build method, because it calls the ChangeNotifier instance (see provider), which is created only in the Build method....