Hacker News
- Dart team posts an example of fast code with 22ms for a “Hello world” https://twitter.com/Jonathan_Blow/status/1258424476116508672 31 comments
- How come animals hunted with poison (for example, via poison-dart-frog darts) are still edible afterwards? http://en.wikipedia.org/wiki/Golden_poison_frog 5 comments askscience
- Data Structures and Algorithms in Dart, with examples(In simple words) https://singarajusaiteja.hashnode.dev/data-structures-and-algorithms-in-dart-with-examplesin-simple-words 6 comments dartlang
- I have read the Dart document for 2 months and still don't understand this example code https://dart.dev/language/extension-types 4 comments dartlang
- Raising the Dead: How to Learn Flutter and Dart by Reviving Old Examples 👻 https://medium.com/@quartzoakash/raising-the-dead-how-to-learn-flutter-and-dart-by-reviving-old-examples-c26a8200a711 4 comments flutterdev
- How big should our functions be? [DART examples] https://youtu.be/mSYlZ2q0kFA 4 comments flutterdev
- Dart 2.17: Enums with members - example by Andrea Bizzotto https://twitter.com/biz84/status/1523919468283453440 2 comments dartlang
- In this repo, I created three simple examples for using the analyzer package and the code_builder package to generate dart code if anyone is interested. https://github.com/osaxma/data_class_builder_example 4 comments dartlang
- User-friendly API for creating KRunner plugins using Dart -- includes documentation & examples :) https://github.com/Merrit/krunner-dart 5 comments kde
- Eight years ago, I wrote a Ruby parser in Dart which I recently rediscovered and now ported to sound null-safety. With < 1000 LoC for the parser plus 1000 LoC to transpile Ruby to Pseudo-Dart it might be an interesting example. For fun, I added a simple evaluator that only supports the fibonacci fn. https://github.com/sma/dart_rubyparser 9 comments dartlang