Tim Maffett

Results 17 issues of Tim Maffett

The device manufacturerData data is a single Uint8List. The manufacturerData for a device can be a *LIST* of data. The way the flutter_blue package handles this correctly by having manufacturerData...

enhancement

Fixes https://github.com/flutter/flutter/issues/107871 Note: This PR relies on the *next* Markdown to be released, as found in https://github.com/dart-lang/markdown/ This PR 1) Removes custom `TaskListSyntax` inline syntax as Markdown now supports checkboxes...

p: flutter_markdown

Problem: GitHub login must be initiated from dartpad.dev so that data can be stored in localstorage and later retrieved from there upon returning from the GitHub OAuth page. This data...

Encountering another example of 'phantom' issues (with line numbers past the end of the source) within the google IO dart pad contest prompted me to fix this bug once and...

I have made a simple enhancement to PrettyPrinter() to allow simple control of boxing of log messages by level. I have done this via optional constructor parameters to allow this...

This PR fixes #111828 The Chip classes (`Chip`,`ActionChip`,`ChoiceChip`,`FilterChip` and `InputChip`) are corrected to pass their `iconTheme` parameter on to the `RawChip` constructor. It adds tests to the test files for...

framework
f: material design

This change allows the web platform to implement custom mouse cursors. It simply allows `image-set`, `-webkit-image-set` and `url` css commands to be set from the cursor's `kind` attribute. This allows...

waiting for customer response
platform-web

This PR (now) moves all argument checking of `Vertices()` and `Vertices.raw()` into asserts. It also implements the checking (within asserts) on all web renderers (previously the web renderers did not...

platform-web

This pull primarily modifies the expression_language package to work with the current versions of the dependencies. It primarily modifies `decimal.dart` to work with current rational package. It does add a...

This PR allows for 2 options to the `SliderSettingsTile`. It allows simply adding a `units` string that is appended to the value, and also adds a additional option of using...