You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Given Example in the ChromeSafariBrowser doesn't work.
chromeSafariBrowser.open() should be present in the Class but it isn't present.
Expected behavior:
Open a chrome Browser. Current behavior:
Doesn't Even Compile, let alone running.
Steps to reproduce
Just Copy the Example of the ChromeSafariBrowser and paste it in a new Flutter project and add the required pubspec dependency.
Then there is no open function in the library.
The text was updated successfully, but these errors were encountered:
Description
The Given Example in the ChromeSafariBrowser doesn't work.
chromeSafariBrowser.open() should be present in the Class but it isn't present.
Expected behavior:
Open a chrome Browser.
Current behavior:
Doesn't Even Compile, let alone running.
Steps to reproduce
Just Copy the Example of the ChromeSafariBrowser and paste it in a new Flutter project and add the required pubspec dependency.
Then there is no open function in the library.
The text was updated successfully, but these errors were encountered: