GitHub - material-foundation/google-fonts-flutter: A Flutter package for accessing the Google Fonts API
Describes how to use Google Font in Flutter
Describes how to use Google Font in Flutter
How to run Flutter integration test (driver test) from IntelliJ
Vaccination protects against Covid-19 hospitalization significantly more than prior infection!!
Dart cannot use 'final' to prevent a method from being overriden. It uses a meta annotation @nonvirtual to prevent overriding. But it is just a hint.
Style guide for the Flutter repo. Interestingly, some of the recommended alignment is destroyed by Dart formatter. I am on the side of good alignment FWIW
Shows origins of words traced to proto-indoeuropean
Good guide and doc for Bash arrays. Also clearly states difference between array (indexed array=list) and associative array (keyd array=map)
Great summary of org-babel especially all the tricky header variables.
Org tables with multiple paragraphs
IPA Characters (vowels, consonants) pronounciation with sounds
List comprehension in Dart; Also shows parallel iteration of two lists
Covid 19 causes strong autoimmune reaction.
Prognosis of Covid for 2022
Core site for Material design documentation
No way to create an inline function literal. Use top level function instead.
Pfizer id actually antivaxer?
Increase storage and memory for Flutter emulator.
Add local existing local git project to github
Photon can also split like a Majorana fermion
Extensive Flutter style guide for developers
Flutter integration_test showing screenshot capture
Dasign pattern for two similar 'parallel' hierarchies
Flutter online book, similar to Dart Tour for Dart.Flutter online book, similar to Dart Tour for Dart.
Describes order of calls to mixin methods (message impl) if two mixins implement the same message. If the same message on 2 mixins in 'move' in: 'class QuickBird extends Bird with FlutterMixin, SailMixin {}', the SailMixin.move (the rightmost) is called.