Flutter Heroes
26K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

Like to know when your pubspec.yaml could use an update?

πŸ‘‰If you use IntelliJ, there's a plugin for that, created by Flutter #GDE @p_szklarska! #FlutterFriday

Plugin here → https://t.co/uCBAYszN5T pic.twitter.com/ZcXN2cknmDβ€” Flutter (@FlutterDev) February 28, 2020

February 28, 2020 at 06:32PM
http://twitter.com/FlutterDev/status/1233444931986870273
New tweet from FlutterDev:

DartPad offers some of the same refactoring features as Flutter's plugins for Android Studio and VS Code.

πŸ’‘Check out this example and see how to center a widget with just a few keystrokes! #FlutterFriday

Example here → https://t.co/WBg7Qakh71 pic.twitter.com/KQIhZxzI0Eβ€” Flutter (@FlutterDev) March 27, 2020

March 27, 2020 at 05:34PM
http://twitter.com/FlutterDev/status/1243577092047921152
New tweet from FlutterDev:

Do you have an old Flutter project that doesn't run or is broken because some files are missing?

✨Just type `flutter create .` in your project directory and Flutter will regenerate any missing files. #FlutterFriday pic.twitter.com/S2vPNZTx3iβ€” Flutter (@FlutterDev) April 10, 2020

April 10, 2020 at 06:48PM
http://twitter.com/FlutterDev/status/1248654113463623683
New tweet from FlutterDev:

#FlutterFriday
is
here.

πŸ‘‰You can specify whether your Flutter project uses Swift, Objective C, Kotlin, or Java by specifying:

"--ios-language objc" or "--android-language java" when you type "flutter create".

πŸ’‘By default new projects use Kotlin and Swift.β€” Flutter (@FlutterDev) April 17, 2020

April 17, 2020 at 07:51PM
http://twitter.com/FlutterDev/status/1251206612175355904
New tweet from FlutterDev:

"Happy #FlutterFriday! ✨

Did you know you can use "flutter create" to generate other sample apps?

Look for ""Sample in an App"" in the API docs, and you can autogenerate that sample yourself! πŸ‘" pic.twitter.com/MoGfrh7IXQβ€” Flutter (@FlutterDev) April 24, 2020

April 24, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1253738843905261569
New tweet from FlutterDev:

Happy #FlutterFriday! ✨

Did you know you can use "flutter create" to generate other sample apps?

Look for "Sample in an App" in the API docs, and you can autogenerate that sample yourself! πŸ‘ pic.twitter.com/WXuB54sic8β€” Flutter (@FlutterDev) April 24, 2020

April 24, 2020 at 07:50PM
http://twitter.com/FlutterDev/status/1253743182254231552
New tweet from FlutterDev:

It's #FlutterFriday! πŸ™Œ

Did you know you can test accessibility in Flutter using Android's Accessibility Scanner or XCode's Accessibility Inspector?

More details here → https://t.co/7lwA4pIvnG pic.twitter.com/E8oqayIGsuβ€” Flutter (@FlutterDev) May 1, 2020

May 01, 2020 at 06:46PM
http://twitter.com/FlutterDev/status/1256263771263131648
New tweet from FlutterDev:

What day is it? 🀷‍♀️#FlutterFriday!

Want to know how much to trust a new package?

πŸ’‘Start with Flutter Favorites -- these are packages by verified publishers and have been checked for good runtime behavior.

πŸ’‘Look at a package's score on pub -- the closer to 100, the better! pic.twitter.com/iKOJjVo6oaβ€” Flutter (@FlutterDev) May 8, 2020

May 08, 2020 at 06:21PM
http://twitter.com/FlutterDev/status/1258794205393981442
New tweet from FlutterDev:

πŸŽ‰#FlutterFriday, #FlutterFriday

Do you have a stateless widget that you've now realized needs to be stateFUL? Both VSCode and IntelliJ have shortcuts to convert.

πŸ’‘Just use Alt+Enter or ⌘+. / Ctrl+. with the cursor on the widget definition, and you now have a StatefulWidget! pic.twitter.com/8o4AtdmNaPβ€” Flutter (@FlutterDev) May 15, 2020

May 15, 2020 at 07:10PM
http://twitter.com/FlutterDev/status/1261343129778569216
New tweet from FlutterDev:

Some #FlutterFriday knowledge for you.

Animations and transitions default to linear curves.

πŸ’‘Apply a different curve (e.g. Curves.easeOutCubic) to instantly make most animations look better.

More here → https://t.co/A0A19mS6LA pic.twitter.com/eQ3refEQbMβ€” Flutter (@FlutterDev) May 29, 2020

May 29, 2020 at 06:12PM
http://twitter.com/FlutterDev/status/1266402036653776897
New tweet from FlutterDev:

If you’re coding on a Mac and want to try building MacOS apps, switch to Flutter’s master or dev channel and…

1️⃣Enable MacOS support with β€˜flutter-config --enable-macos-desktop’
2️⃣Run your app with 'flutter run -d macOS'

πŸ› Try it out → https://t.co/rfWv7AMwwV#FlutterFriday pic.twitter.com/GK0bhhGSODβ€” Flutter (@FlutterDev) June 12, 2020

June 12, 2020 at 08:27PM
http://twitter.com/FlutterDev/status/1271509449560084480
New tweet from FlutterDev:

#FlutterFriday knowledge!

Did you know about the Cookbook section of https://t.co/abjT0blSgS?

It answers questions such as:
🧐How do I work with tabs?
πŸ™ƒHow do I use a custom font?
πŸ€”How do I parse JSON in the background?

Find it here ↓ https://t.co/kRbxD5wfg0β€” Flutter (@FlutterDev) July 17, 2020

July 17, 2020 at 06:02PM
http://twitter.com/FlutterDev/status/1284156603361447940
New tweet from FlutterDev:

Ta-Da! It's #FlutterFriday

πŸ–ΌNeed a raw image in your Flutter app for a CustomPainter or ImageShader?

πŸ‘‰Simply load the image's bytes and use the decodeImageFromList() function to convert to a raw image. pic.twitter.com/1VFi8WoWGsβ€” Flutter (@FlutterDev) July 24, 2020

July 24, 2020 at 06:44PM
http://twitter.com/FlutterDev/status/1286703783334952960
New tweet from FlutterDev:

β˜‘οΈThis #FlutterFriday learn how to up your static checking game!

Want more static checking than Dart provides by default? Use package:meta and its annotations like @required, @visibleForTesting or @immutable.

Learn more → https://t.co/haUs0Earx3 pic.twitter.com/ab0fFYLyHAβ€” Flutter (@FlutterDev) August 7, 2020

August 07, 2020 at 05:17PM
http://twitter.com/FlutterDev/status/1291755359200096257
New tweet from FlutterDev:

βœ… This #FlutterFriday learn how to up your static checking game!

Want more static checking than Dart provides by default? Use package:meta and its annotations like @ required, @ visibleForTesting or @ immutable.

Learn more → https://t.co/EdiGlM0KUn pic.twitter.com/YGY7NPdoh7β€” Flutter (@FlutterDev) August 28, 2020

August 28, 2020 at 05:59PM
http://twitter.com/FlutterDev/status/1299376147847770115
New tweet from FlutterDev:

😎 Create production-quality screenshots without seeing the debug banner 😎

For this #FlutterFriday, try setting debugShowCheckedModeBanner to false in either a MaterialApp or a CupertinoApp!

Learn more → https://t.co/cnFsobV8YP pic.twitter.com/0RDkZJMyaZβ€” Flutter (@FlutterDev) September 18, 2020

September 18, 2020 at 06:04PM
http://twitter.com/FlutterDev/status/1306987500351696896
New tweet from FlutterDev:

✳️ Early access to features like HotUI and `pub outdated` support!

The #FlutterFriday trick: use the dev channel of the IntelliJ plugin! It's a weekly build with all the latest features and fixes.

Learn to install → https://t.co/8pQVtqj6lG pic.twitter.com/0Z8F5BqIi4β€” Flutter (@FlutterDev) October 30, 2020

October 30, 2020 at 05:03PM
http://twitter.com/FlutterDev/status/1322207542735491073