We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I/flutter ( 2616): #0 new BrowserPlatform.fromDartPlatform. (package:puppeteer/src/downloader.dart:180:23) I/flutter ( 2616): #1 ListBase.firstWhere (dart:collection/list.dart:131:38) I/flutter ( 2616): #2 new BrowserPlatform.fromDartPlatform (package:puppeteer/src/downloader.dart:179:19) I/flutter ( 2616): #3 BrowserPlatform.current (package:puppeteer/src/downloader.dart:186:23) I/flutter ( 2616): #4 BrowserPlatform.current (package:puppeteer/src/downloader.dart) I/flutter ( 2616): #5 downloadChrome (package:puppeteer/src/downloader.dart:38:32) I/flutter ( 2616): #6 _inferExecutablePath (package:puppeteer/src/puppeteer.dart:357:19) I/flutter ( 2616): #7 Puppeteer.launch (package:puppeteer/src/puppeteer.dart:153:30) I/flutter ( 2616): I/flutter ( 2616): #8 main (package:reservation/main.dart:5:19) I/flutter ( 2616): I/ion.reservatio( 2616): Compiler allocated 4MB to compile void android.view.ViewRootImpl.performTraversals()
The text was updated successfully, but these errors were encountered:
It is known that you cannot download and launch a chromium binary in Android. See the README: https://github.com/xvrh/puppeteer-dart#limitations-with-flutter
Sorry, something went wrong.
No branches or pull requests
I/flutter ( 2616): #0 new BrowserPlatform.fromDartPlatform. (package:puppeteer/src/downloader.dart:180:23)
I/flutter ( 2616): #1 ListBase.firstWhere (dart:collection/list.dart:131:38)
I/flutter ( 2616): #2 new BrowserPlatform.fromDartPlatform (package:puppeteer/src/downloader.dart:179:19)
I/flutter ( 2616): #3 BrowserPlatform.current (package:puppeteer/src/downloader.dart:186:23)
I/flutter ( 2616): #4 BrowserPlatform.current (package:puppeteer/src/downloader.dart)
I/flutter ( 2616): #5 downloadChrome (package:puppeteer/src/downloader.dart:38:32)
I/flutter ( 2616): #6 _inferExecutablePath (package:puppeteer/src/puppeteer.dart:357:19)
I/flutter ( 2616): #7 Puppeteer.launch (package:puppeteer/src/puppeteer.dart:153:30)
I/flutter ( 2616):
I/flutter ( 2616): #8 main (package:reservation/main.dart:5:19)
I/flutter ( 2616):
I/ion.reservatio( 2616): Compiler allocated 4MB to compile void android.view.ViewRootImpl.performTraversals()
The text was updated successfully, but these errors were encountered: