Collin Jackson

Results 18 issues of Collin Jackson

**Describe the bug** This plugin should not use a `const Object()` as the platform interface token. There was an error in the documentation for [`plugin_platform_interface`](https://pub.dev/packages/plugin_platform_interface); see https://github.com/flutter/flutter/issues/96178. The consequence is...

I saw this filed in the forums: http://forum.cocos2d-swift.org/t/cceaseout-is-wrong/11179

You can have a line be partially visible if you're overflowing the container. This video is based on the demo code in https://github.com/indjec/native-text-field https://user-images.githubusercontent.com/394889/159553998-03b6b19b-12bf-4a68-acb7-e759470fe05e.mov It seems to be some issue...

This repo has showed up in a few answers on Stack Overflow. https://stackoverflow.com/a/71740034/1463116 https://stackoverflow.com/a/71717530/1463116 Could you please add a license to your repo? I'd like to link to it in...

## Bug report `FirebasePluginPlatform` contains dead code. It should be renamed to `FirebasePlugin` and should not extend `PlatformInterface`. Reasoning: `FirebasePluginPlatform.verifyExtends` is not ever called. There is no reason for `FirebasePluginPlatform`...

type: bug
type: enhancement
plugin: core
Needs Attention
platform: all

## Bug report **Describe the bug** In firebase_database, `QueryPlatform` has a private `static final Object _token = Object();`. However, `Query` does not call `verifyExtends`. By constrast, the analogous class in...

type: bug
plugin: database
platform: all

Example program that computes a Fibonnaci sequence with a configurable n and seed values. It's using an iterative algorithm, which is O(n) runtime, faster than the naive recursive algorithm in...

### Issue about warning message on console https://github.com/flutter/engine/pull/8843 Right now iOS apps have the following in their logs: > You've implemented -[ application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification"...

platform-ios
engine
a: annoyance
P2
a: plugins
team-ios
triaged-ios

The compiled protobufs are checked in, it shouldn't be necessary to run it.

Issue template will make it easier for contributors to file high-quality issues