Trey Thomas

Results 15 comments of Trey Thomas

> Install the individual components of 'atlstr.h' as shown in the video: https://www.youtube.com/watch?v=Lq3SllRv7a8 > > If you have bad UTF-8 issues, go to: [flutter/flutter#102451 (comment)](https://github.com/flutter/flutter/issues/102451#issuecomment-1124651845) This worked for me. Thanks...

Ok so the dispose method is firing correctly upon disposal of notifier, but the ref.invalidate is not calling the didDisposeProvider in ProviderObserver until the next time I read, watch, listen...

@rrousselGit Here's a better recap ``` I/flutter ( 8727): Notifier Created! 2022-09-17 15:54:31.235771

@rrousselGit How do I know for sure that the provider has been disposed of?

Most likely the context you are passing is null.

> The same issue. Any updates? No updates so far. Was able to rule out being a Flutter issue though.

Using version 0.2.2 of this package: https://pub.dev/packages/jitsi_meet_flutter_sdk And when I installed the Jitsi Meet app and started a meeting, the "Open Shared Document" button wasn't there.

> You'd need to connect to your own server. meet.jit.si (the default server jitsi meet connects to) does not have Etherpad deployed. ah ok. My server requires a jwt. How...

> You can use a full URL in the join room field. That doesn't let me add the token to the header?

> You can add a token as a query parameter That doesnt make sense. My server is expecting it to be in the header?