Created
January 20, 2023 13:46
-
-
Save taitep/632cbf226d05d6dfa4440f13695b2104 to your computer and use it in GitHub Desktop.
Dart replit config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run = "dart run" | |
[packager] | |
language = "dart-pub.dev" | |
[packager.features] | |
packageSearch = true | |
guessImports = false | |
[languages.dart] | |
pattern = "**/*.dart" | |
[languages.dart.languageServer] | |
start = ["dart analyze ."] | |
[nix] | |
channel = "stable-22_11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs }: { | |
deps = [ | |
pkgs.dart_stable | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment