Jeremiah Ogbomo

Results 21 issues of Jeremiah Ogbomo

Could this be added to the README or a a separate markdown file be created for this? _Originally posted by @sudo-kaizen in https://github.com/jogboms/tailor_made/issues/85#issuecomment-608127014_

As the days go by I realise I am having less and less time around open source, I am considering moving this repo under the umbrella of [Flutter Community](https://github.com/fluttercommunity). So...

Planning on a complete rewrite from animated `Widget`s to `CustomPaint`s. I believe this would have some improved performance. Anyone can help out if need be.

enhancement
help wanted
breaking-change

Since `package:clock` was added, I believe it best to reuse some of its utilities.

Continued from #17

At times, you just want to see the default placeholder's text by setting initialValue to null, this blows up currently.

## Description Introduce support for overriding `TargetPlatform` using the `debugDefaultTargetPlatformOverride`. ## Proposal Introduce a non-required `platform`(`TargetPlatform`) property in `Device`.

Track the progress of [jogboms/ravepay_dart](/jogboms/ravepay_dart) to see how best to remove dependence on the native android & iOS SDKs to allow for easier integration, smaller app size (maybe) and less...

enhancement

## Issue When this plugin is used together with `package:firebase_messaging`, it creates multiple instances of the plugin. Why? because `firebase_messaging` creates a new `FlutterEngine` which in turn registers the plugin...