Jeff Ward - Open Source

This is a small selection of contributions to open source projects.

  • Datadog

    As part of my day job, I built and maintain several Datadog SDKs
    - Datadog Flutter SDK.
    - Datadog Unity SDK.

  • Godot

    - Improve the ability to make virtual calls in GDExtension for more dynamic languages.
    - Add get_script_instance to GDExtension.
    - Fix ScriptCreateDialog to use icons from extensions.

  • Godot Dart

    - A GDExtension to support Dart as an extension language and script language for Godot.

  • Dart Embedding / Dart Shared Library

    - Experimenting embedding Dart as an embedded scripting language for uses other than Flutter. Basis for Godot Dart.

  • Flutter

    - Support Float32List in StandardMessageCodec.
    - Use recommended platform abstractions when generating plugin projects.

  • Jaspr

    - Fix Windows built executable extension.
    - Fix infinite loop in Windows executable.

  • Dart GRPC-Web

    - Pull request to support the GRPC-Web standard as part of the GRPC-Dart libraries.

  • Appium

    - Add screen density to deviceCaps.
    - Add commands to get screen density.
    - Fix an issue where simulators were being recreated.