Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@flutter

Pinned

  1. SVG parsing, rendering, and widget library for Flutter

    Dart 917 176

  2. Forked from fabiomsr/lottie-flutter

    A pure Dart/Flutter implementation of Lottie

    Dart 117 28

  3. Forked from flutter/engine

    The Flutter engine

    Dart 1 1

  4. Forked from google/flatbuffers

    Memory Efficient Serialization Library

    C++ 1

1,790 contributions in the last year

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

Contribution activity

September 2020

Created a pull request in flutter/flutter that received 5 comments

Make parameter optional

/cc @Im-Kevin Changing the ctor signature broke some internal Flutter related infra in Google. This fixes that. Updates tests. @renyou @mehmetf See #…

+17 −13 5 comments

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

Document when, if ever, is it better to use a bool to check late initialization

I'm writing code where I will lazily initialize a cache field on my class. I could make the variable Foo? _cachedFoo; or late Foo _cachedFoo; with …

6 comments

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

You can’t perform that action at this time.