My first real Dart 2.6 extension method:
extension on String {
int compareNoCase(String other) => this.toLowerCase().compareTo(other.toLowerCase());
}
Such a useful feature!
πLearn how to host your Flutter web app on Firebase π₯
Let your app shine! Host your Flutter app on the web through a Firebase-hosted URL in four easy steps (2 steps if you have firebase-tools installed).
1οΈβ£2οΈβ£3οΈβ£4οΈβ£β $ firebase deploy
Learn how here β goo.gle/34XHsqc
Having trouble displaying splashes using an InkWell? Use an Ink widget! The Ink widget draws on the same @MaterialDesign widget that InkWell does, so the splash appears. #FlutterFriday
Learn more here β goo.gl/4cx2Kn
#Dart 2.3 has landed in #flutter master channel. 'flutter channel master'
An important release because you'll get the NEW Spread op ... in Widget children properties, Collection If and Collection For which largely simplify readability !
Full changelog : github.com/dart-lang/sdk/bloβ¦
π We're all ears... π
We want to hear about your experience on Flutter. Will you tell us about it in this survey?
Take the survey here π bit.ly/2FTiNuc