Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.44k stars 92 forks source link

Document how :get inside f/widget works #220

Open dancojocaru2000 opened 1 year ago

dancojocaru2000 commented 1 year ago

The cheat sheet shows that :get [m/ScaffoldMessenger] is the equivalent to Dart's ScaffoldMessenger.of(context), but I had to look into one of the examples to see that the created binding is scaffold-messenger.