Andrew Moore

Results 8 issues of Andrew Moore

I'm getting this error: ``` 2018-06-27 16:03:38.323 27998-27998/com.mypossibleself.app E/WindowManager: android.view.WindowLeaked: Activity com.example.SecurityEntryActivity has leaked window DecorView@1635e7a[Security] that was originally added here at android.view.ViewRootImpl.(ViewRootImpl.java:572) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:331) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:97) at android.app.Dialog.show(Dialog.java:419) at...

bug

As in the title. I can see how to set a color and fill with `BlobFillType.fill` or out outline with `BlobFillType.stroke` but it'd be great to be able to have...

I've been using moor on some side projects for a while and love it. I've recently moved the project across to ffi/web so I can support web plus android &...

enhancement
backend-native
backend-web-legacy

When using custom chrome tabs, is there any way in the library to customize them? I see in android there's options to be able to pre-fetch the urls to speed...

enhancement

Currently, offset, skew and rotation are performed with wrap around widgets to perform each action separately. This could be changed to using a single transform using maxtrix4

enhancement

If one `WidgetAnimator` is wrapped in another then if there's a change to the lower level one it won't re-render (unless the key changes on the parent one), but a...

enhancement

I've been following the guide to using isolates (I've just moved from Hive to Isar because it supports them) I'm finding the documentation conflicting and get errors if following what's...

documentation
v4

I'm finding the library great for simplifying the auth flow, thanks. I'm having one issue, I have the following code ``` IhOAuth2Client oauth2Client = IhOAuth2Client( domain: environment.getAuthDomain(), // such as...