Eli Geller

Results 4 issues of Eli Geller

This is a resubmission of https://github.com/flutter/plugins/pull/6982 from the now archived flutter plugins repo. I'm submitting the changes from the original author, @AsturaPhoenix. The original description is below. -------- Saves tile...

p: google_maps_flutter
platform-web

The redirection documentation page gives an example where the top level redirect may be used to send non-signed-in users to the signin page. The example code seems to be doing...

p: go_router

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...

needs-triage
bug

## Description Using a direct import of dart:js_interop can lead to a dart2js compilation error in certain cases. Using an indirect import prevents the error. ## Related Issues Fixes #12708...