Co-Founder & Chief Product Officer @pieces-app
- Cincinnati, OH
-
22:33
(UTC -05:00) - https://pieces.app
- @mwhmyers
- in/mackmyers
Pinned Loading
-
open-runtime/code_field
open-runtime/code_field PublicForked from BertrandBev/code_field
A customizable code text field supporting syntax highlighting
Dart 2
-
git_files.dart
git_files.dart 1/// Use `git ls-files` to get all of the files in source control
2Future<List<String>> gitLsFiles(String directory) async {
3/// Check that git is available on the command line
4if (await Process.run('git', []).then((value) => false).catchError((e) => true)) {
5return [];
-
bitsdojo_window
bitsdojo_window PublicForked from bitsdojo/bitsdojo_window
A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
Dart
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.