Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 45 - Flutter Day and Hack20 edition. Tutorials, videos, packages, and much more!
https://ift.tt/2BaVMlX

June 29, 2020 at 05:31PM by vensign
https://ift.tt/31vbpPI
New tweet from FlutterDev:

🌠 100K FOLLOWERS! 🌠

We can't tell you how awesome it is to watch this amazing community grow.

⭐️ Keep encouraging each other's growth.
⭐️ Keep asking questions.
⭐️ Try new things.
⭐️ And keep creating beautiful apps...

To celebrate @geekmz shares his special #FlutterPen ↓ pic.twitter.com/KPqf3KMXpQ— Flutter (@FlutterDev) June 29, 2020

June 29, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1277632952021770240
New post on /r/flutterdev subreddit:

How to start Flutter (Prerequisites, Books, Online Courses)?
How can I start cross platform app developing? Can you recommend BOOKS or ONLINE COURSES?

June 29, 2020 at 07:29PM by m3t3kh4n
https://ift.tt/2VtCwac
New post on /r/flutterdev subreddit:

A Template for Flutter and Dart Monorepos. Feedback Appreciated
https://ift.tt/31uaOxY

June 29, 2020 at 08:31PM by chgibb
https://ift.tt/2BMuEcX
New post on /r/flutterdev subreddit:

84 tips done more coming. #100daysOfFlutter
Just added 7 More tips (78-84) to ❤️ Awesome Flutter ❤️ tips and tricks ❤️It has become a pretty good set of tips that I come back when I get stuck.I am really glad that I am able to help folks and absolutely love your messages.😍Thanks so much for your support. 🙏🏼There are just 84 tips till now but I want to turn it into a repo where one can come and find tips for most of the important aspects of Flutter.For that purpose, your feedback and contributions will help a lot.I am a beginner in Opensource, sometimes I might make silly mistakes but I will cover them up with my good intentions, helpfulness, and consistency.You can make any suggestions/requests for specific or kind of tips on the Github issue [here](https://github.com/erluxman/awesomefluttertips) .I will address them as much as possible.

June 29, 2020 at 09:01PM by erluxman
https://ift.tt/38aSdbr
New post on Flutter Dev Google group:

I cant display images, fonts, icons in my emulator. Everything is correct. Dont know what is the problem.


June 29, 2020 at 09:24PM by ANAGHA VP
https://ift.tt/3eIDve4
New post on /r/flutterdev subreddit:

Almost all Material Design Widgets Supported! 🚀
https://widget.studio

June 29, 2020 at 10:32PM by SoundDr
https://ift.tt/3gbP4uM
New post on /r/flutterdev subreddit:

Cool package alert: functional
/r/dartlang/comments/hhpwqj/cool_package_alert_functional/

June 29, 2020 at 02:35AM by AKushWarrior
https://ift.tt/3dLGrFq
New post on Flutter Dev Google group:

Firebase Hosting domains
Hi Guys, I use Firebase Hosting in my project, which also features Google Sign-in. Strangely enough, Google Sign-in works on the domain that ends in " firebaseapp.com" but not on the one ending in "web.app". Both are valid domains automatically assigned by Firebase. Since "web.app" is more

June 29, 2020 at 11:10PM by Canberk Yüksel
https://ift.tt/3dNQ5HI
New post on /r/flutterdev subreddit:

My #Hack20 Submission Demo for app Cyberpunk Killer (Awesome Image Filters+Wallpapers)
Screens: https://i.imgur.com/hAPC8uQ.pnghttps://www.youtube.com/watch?v=4VTMv438ukw

June 29, 2020 at 11:56PM by theshivamlko
https://ift.tt/2NDElNd
New post on /r/flutterdev subreddit:

Created an App to chat in Morse code for flutter Hack20 hackathon.With features tap on msg to vibrate morse code,image text to morse& shake to translate messages to English etc.
https://ift.tt/3i8KhMt

June 30, 2020 at 02:29AM by Amazing_Aniket
https://ift.tt/2ZAnBML
New post on /r/flutterdev subreddit:

How important is readable code?
dart void main() { Calculator c = new Calculator(); print("The gross total : ${c.ret_tot()}"); print("Discount :${c.ret_dis()}"); } class Calculate_Total { int ret_tot() {} } class Calculate_Discount { int ret_dis() {} } class Calculator implements Calculate_Total,Calculate_Discount { int ret_tot() { return 1000; } int ret_dis() { return 50; } }Do you see anything that can be improved? What improvements can you make on this block of code?IMO, beginners tend to be taught to write simple variables with just a character. An example is:var a = 'Haris';Better way is:var name = 'Haris';OR shortforms, which is not any better than single character variables. An example:int ret_tot(){} What does ret and tot means?If it means return total, this can be improved as follows:int total(){}I believe this is a common beginner bad habit.Therefore, how important is readable code? And what are the ways you try to implement readability with your fellow coder?

June 30, 2020 at 05:48AM by thehappyharis
https://ift.tt/2VrxsD6
New post on /r/flutterdev subreddit:

What can we do to get links to our apps/sites in flutter.dev like Reflectly did!
Is that even possible?

June 30, 2020 at 05:49AM by 2reform
https://ift.tt/3eKWJ2P