Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChromeSafariBrowser doesn't work in Given Example #197

Closed
VipinMalik7 opened this issue Nov 19, 2019 · 1 comment
Closed

ChromeSafariBrowser doesn't work in Given Example #197

VipinMalik7 opened this issue Nov 19, 2019 · 1 comment

Comments

@VipinMalik7
Copy link

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.

@pichillilorenzo
Copy link
Owner

pichillilorenzo commented Nov 19, 2019

The current example of the master branch contains new APIs that differs from v1.2.1.
If you are using v.1.2.1, then go here https://github.com/pichillilorenzo/flutter_inappbrowser/tree/v1.2.1

If you want to use the master branch (that isn't already published yet), you need to point the dependency on the master branch of this repository (see https://flutter.dev/docs/development/packages-and-plugins/using-packages#dependencies-on-unpublished-packages).

This was referenced Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants