Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@flutter

Pinned

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

    Dart 1k 203

  2. Forked from fabiomsr/lottie-flutter

    A pure Dart/Flutter implementation of Lottie

    Dart 116 28

  3. Forked from flutter/engine

    The Flutter engine

    Dart 1 1

  4. Forked from google/flatbuffers

    Memory Efficient Serialization Library

    C++ 1

1,862 contributions in the last year

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

Contribution activity

December 2020

Created a pull request in flutter/engine that received 3 comments

Roll buildroot to flutter/buildroot@15519113ddafd2e6bd37df39d2284e76cad95550

See flutter/buildroot#417 This helps make GOMA work on macOS related builds.

+1 −1 3 comments
Reviewed 25 pull requests in 5 repositories
flutter/flutter 14 pull requests
flutter/engine 8 pull requests
flutter/plugins 1 pull request
flutter/website 1 pull request
flutter/cocoon 1 pull request

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

Null safe exception when catchError fails to return a value should be more helpful

This program: Future<void> main() async { final value = badFuture().catchError((e, s) { print('error occurred $e'); }); } Future<int> badFuture() a…

11 comments

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

You can’t perform that action at this time.