Flutter Developer (@flutter_devs) 's Twitter Profile
Flutter Developer

@flutter_devs

Flutter Enthusiasts.

ID: 225149959

calendar_today10-12-2010 20:43:14

11 Tweet

405 Followers

29 Following

Flutter (@flutterdev) 's Twitter Profile Photo

👂 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

👂 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
Robert Felker 💎 🇫🇷 (@blueaquilae) 's Twitter Profile Photo

#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/…

#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/…
Flutter (@flutterdev) 's Twitter Profile Photo

Having trouble displaying splashes using an InkWell? Use an Ink widget! The Ink widget draws on the same Material Design widget that InkWell does, so the splash appears. #FlutterFriday Learn more here → goo.gl/4cx2Kn

Having trouble displaying splashes using an InkWell? Use an Ink widget! The Ink widget draws on the same <a href="/MaterialDesign/">Material Design</a> widget that InkWell does, so the splash appears. #FlutterFriday

Learn more here → goo.gl/4cx2Kn
Flutter (@flutterdev) 's Twitter Profile Photo

💙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

💙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
Flutter London 💙 (@flutterldn) 's Twitter Profile Photo

Last Monday's presentation "kt.dart - Porting Kotlin's best features to Dart" by Pascal Welsch is available! 📹youtu.be/lt0lHv-XMuE #flutterdev #Flutter #Kotlin #AndroidDev #iOSDev #TheFutureNow

Last Monday's presentation "kt.dart - Porting Kotlin's best features to Dart" by <a href="/passsy/">Pascal Welsch</a> is available!
📹youtu.be/lt0lHv-XMuE

#flutterdev #Flutter #Kotlin #AndroidDev #iOSDev #TheFutureNow
Chris Sells (@csells) 's Twitter Profile Photo

My first real Dart 2.6 extension method: extension on String { int compareNoCase(String other) => this.toLowerCase().compareTo(other.toLowerCase()); } Such a useful feature!