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 → https://t.co/Gxag5WLCmb
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 → https://t.co/oVNIDSQ6fJ
#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 : https://t.co/DGZtMBRABm
👂 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 👉 https://t.co/HfGbnj6l5E