Vikram Kapoor
Vikram Kapoor
@adamstyrc I am able to repro this in 1.1.0. Selected date is not selected upon calling this function from Build function. It only works on first run. new Calendarro( startDate:...
Following changes in sign_up.dart fix the issue. import 'package:flutter_firebase_auth_example/util/state_widget.dart'; //now automatically login user too await StateWidget.of(context).logInUser(email, password); await Navigator.pushNamed(context, '/'); //await Navigator.pushNamed(context, '/signin');
> Example 2 is not need to use RTSP server. It created and sent a RTP package via internet and you can use a receiver to handle that packages. >...
@dilip-ezops We are facing exactly the same issue. Did you find any solution for this yet?
> @dilip-ezops We are facing exactly the same issue. Did you find any solution for this yet? I found that the fix is not to comment out the EntitlementSQSHandler block...
After I uncommented EntitlementSQSHandler and re-ran the steps everything seems to be working. I am able to register new users but need to test other usecases. On Monday, May 10,...
@huzhiren I have implemented horizontal scrolling on my fork. Its a little different since my goal is to display multiple peoples schedule in different columns for the same day. Hopefully...
I noticed the same limitation but worked around it by listening to all the events in the InitState and calling setState on any changes. I haven't seen any performance issues...
Readme file says RTCP packets are also sent to the receiver since version 2.0 of libstreaming.