Tudor Prodan
Tudor Prodan
I have a deeplink that when clicked is supposed to open a specific screen. **On Android all scenarios work perfectly.** On iOS I see the following behaviours: **Working scenario:** If...
Whenever an error occurs this line of code is used to report the error back to Flutter: ``` promise.reject(toErrorCode(error), error.getMessage()); ``` Example: https://github.com/jonasbark/flutter_stripe_payment/blob/master/android/src/main/java/com/gettipsi/stripe/StripeModule.java#L165 `toErrorCode` does a very basic translation, e.g....
Fixed #500 On user profile pages and on own profile page now there can be seen a list with open pull requests.
Added support to configure this params, fixing this issue: https://github.com/transistorsoft/transistor-background-fetch/issues/6 I am not familiar with Objective-C or the way to build a `.framework` and I am not sure what's with...
I'm trying to put a ProgressBar in the header but the animation does not play ? Does the header support animations ? Thanks.
iPadOS 13.1.3 and Playgrounds 3.1(1084.29)
Any plans for compiling this to an APK that works on Android? For reference there's an Ship Of Harkinian Android port here: https://github.com/Waterdish/Shipwright-Android
Added configurable params for `requiresExternalPower` and `requiresNetworkConnectivity`
Allow to customise `requiresNetworkConnectivity` and the others from here: https://github.com/transistorsoft/transistor-background-fetch/blob/master/ios/TSBackgroundFetch/TSBackgroundFetch/TSBGTask.m#L151 Also expose this to the Flutter plugin: github.com/transistorsoft/flutter_background_fetch