Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

How good is Flutter for background heavy apps?
Currently making a cross platform app that is background heavy and have to choose between Flutter and Kotlin Multiplatform.Flutter seems very UI focused which is great, but how does it fare with an app doing things in the background? Do I need to switch to platform code to do things like keeping a foreground notification on Android and polling some API request?If that's the case then Kotlin MPP seems like the better choice for a background heavy app, especially because I have more experience with Kotlin since it's already used in native Android (and I prefer it to Dart) and state management using LiveData and Rx is more straightforward to me than Blocs and other types.Any advice on which path to take?

June 30, 2020 at 11:03AM by DickleInAPickle
https://ift.tt/31wexLg
New post on Flutter Dev Google group:

How to make this type of drawers?
[image: Untitled.png] How make like this UI of drawer?Can anyone say this

June 30, 2020 at 11:49AM by Abinavan Nagendran
https://ift.tt/2BUQvPu
New post on /r/flutterdev subreddit:

Which in app purchase package you are using, package maintained by flutter team or any other?
Title says it all.

June 30, 2020 at 11:24AM by creepy_hunter
https://ift.tt/3eNNQp7