Alex Agatstein

Results 4 issues of Alex Agatstein

Calling `Wakelock.enable()` within the `main` function throws a `TypeError` when running against web. ``` void main() { WidgetsFlutterBinding.ensureInitialized(); Wakelock.enable(); runApp(const MyApp()); } ``` ``` TypeError: Cannot read properties of undefined...

The `update` function is not following the same behavior as the true `cloud_firestore` package. The following example illustrates the differences in result. In both examples assume the `doc` exists with...

If a user opens the menu (by sliding), keeps his finger on the screen, and then closes the menu without lifting his finger up the entire time, the 'SlideNavigationControllerDidClose' notification...

When I load a page fresh in IE9/IE8 the script works fine and displays placeholders. If I refresh the page after it has loaded, the input fields are blank until...