Skip to content

Highlights

  • Arctic Code Vault Contributor

Organizations

@whatwg

Pinned

  1. A bunch of shell scripts that make using git bearable

    Perl 36 9

  2. A Dart library for interfacing with some home automation systems.

    Dart 10 3

  3. Home automation hub and chore management system

    Component Pascal 5

  4. A Flutter application to interact with all the home automation features in my home.

    Dart 10 3

  5. An all-purpose client for https://github.com/GEMakers/gea-plugin-dishwasher

    Dart 2 2

  6. The local deamon to manage my various home automation systems.

    Dart

817 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

Created an issue in dart-lang/sdk that received 6 comments

Strange type error with generic getters

I don't really understand why this fails: typedef Foo<T> = void Function(T value); class _Property<T> { _Property(this.foo); Foo<T> foo; } void test<T

6 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.