Skip to content
View Schwusch's full-sized avatar
Block or Report

Block or report Schwusch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. agilord/aws_client agilord/aws_client Public

    High-level APIs for Amazon Web Services (AWS) in Dart

    Dart 213 95

  2. widget_arrows widget_arrows Public

    Draw arrows between widgets in Flutter

    Dart 141 14

  3. awslabs/aws-lambda-dart-runtime awslabs/aws-lambda-dart-runtime Public

    A Dart runtime for AWS Lambda

    Dart 142 29

  4. codestats_flutter codestats_flutter Public

    Flutter app for browsing Code::Stats profiles

    Dart 72 23

  5. google/dart-json_diff google/dart-json_diff Public archive

    Dart 72 25

  6. A tiltable stack, an idea originated... A tiltable stack, an idea originated from 2dimensions
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    class TiltableStack extends StatefulWidget {
    4
      final List<Widget> children;
    5
      final Alignment alignment;