Tony Downey

Results 10 issues of Tony Downey

Non-breaking change. Fix for [issue 79](https://github.com/matthewfx/sleek_circular_slider/issues/79).

**Use case:** When the user taps near, but not directly on, the progress bar, the widget doesn't update. **The problem:** In the `_onPanDown` and `_handlePan` methods, the `touchWidth` is defined...

In iOS 17+, there is now support for background tasks that are related to health research. These background tasks seem to be given additional priority and resources, and run more...

**Is your feature request related to a problem? (please describe)** The `DiscoveredDevicesRegistry` currently has no way to get all or a subset of `DiscoveredDevice`s or their ids. The pattern expected...

**Is your feature request related to a problem? Please describe.** In iOS 17+, there is now support for background tasks that are related to health research. These background tasks seem...

`BackgroundFetch.finish(taskId);` has a return type of `void`. But it directly calls `_methodChannel.invokeMethod('finish', taskId);`, which has a return type of `Future`. This makes it very difficult to catch any exceptions from...

## 🏗 Enhancement Proposal `Image.foo` has a field for `semanticLabel`. `CachedNetworkImage` should too. ### Pitch Drops the need for a wrapping `Semantics` widget. Brings the package more in line with...

When a class with fields or methods marked as `@Deprecated("someMessage")` are Mocked, the `@Deprecated` is stripped away from the resulting Mock class. It's very helpful for Dart Analysis to point...

type-enhancement
P3

See https://github.com/flutter/flutter/issues/131940 Apple announcement here: https://developer.apple.com/support/third-party-SDK-requirements/ May 1st deadline announcement here: https://developer.apple.com/news/?id=3d8a9yyh

The bin scripts all accept an ``, but in a project with many translations, that command has to be run individually for each .arb file. It would be helpful to...

help wanted