Victor Uvarov

Results 4 issues of Victor Uvarov

### Steps to reproduce Replace the app bar with a CupertinoNavigationBar ```dart Widget build(BuildContext context) { return Scaffold( appBar: CupertinoNavigationBar( middle: Text('Trailing Icons'), trailing: CupertinoButton( padding: EdgeInsets.zero, onPressed: () {},...

**Describe the bug** Looking through Crashlytics I'm seeing a common issue occur in the application. I followed the example of accepting a video call upgrade. Hoping that the stack track...

bug

- Usage of strings for the direction is confusing and inconsistent as one place uppercased the call direction. - To make the API easier to use, I have replaced the...