Chris Gibb

Results 128 issues of Chris Gibb

Seen in `Intent` (`package:flutter/src/widgets/actions.dart`).

Seen in `NavigatorState` (`package:flutter/src/widgets/navigator.dart`), `Navigator` (`package:flutter/src/widgets/navigator.dart`).

Seen in `SharedAppData.setValue` and `SharedAppData.getValue` (`package:flutter/src/widgets/shared_app_data.dart`).

As Hydro-SDK makes more Dart APIs available through bindings generated by [SWID](https://hydro-sdk.io/docs/design-documents/swid), more and more code is being built into `.ota` packages and host apps. Having a clear benchmark of...

enhancement
scoping

API availability and developer ease of use has always taken priority over performance. Performance of Hydro-SDK has therefore never been measured before. Prospects in 2020 and 2021 have separately asked...

enhancement
scoping

Currently, Hydro-SDK makes use of [TSTL](https://github.com/TypeScriptToLua/TypeScriptToLua) `0.34.0`. This is woefully out of date with upstream. Upgrading to the latest version of TSTL will allow for supporting Typescript 4 and pave...

enhancement
dependencies
web-developer-ease-of-use
scoping

Hydro-SDK's current testing workflow forces running widget tests for entire Hydro-SDK components at a time. There is no built in method to allow unit tests. There is no built in...

enhancement
flutter-developer-ease-of-use
web-developer-ease-of-use
scoping

Because function type aliases can describe function signatures that are otherwise impossible to express (described in #827), function type aliases should be preserved and used in Dart translation units to...