Skip to content
View mack-at-pieces's full-sized avatar

Block or report mack-at-pieces

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 Loading

  1. open-runtime/code_field open-runtime/code_field Public

    Forked from BertrandBev/code_field

    A customizable code text field supporting syntax highlighting

    Dart 2

  2. git_files.dart git_files.dart
    1
    /// Use `git ls-files` to get all of the files in source control
    2
    Future<List<String>> gitLsFiles(String directory) async {
    3
      /// Check that git is available on the command line
    4
      if (await Process.run('git', []).then((value) => false).catchError((e) => true)) {
    5
        return [];
  3. bitsdojo_window bitsdojo_window Public

    Forked from bitsdojo/bitsdojo_window

    A Flutter package that makes it easy to customize and work with your Flutter desktop app window.

    Dart

  4. flutter_chrome_bug flutter_chrome_bug Public

    HTML

  5. flutter_selectable_text_scroll_demo flutter_selectable_text_scroll_demo Public

    C++

  6. hive_studio hive_studio Public

    Forked from hivedb/studio

    View, analyze and edit Hive databases

    Dart