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

Flutter app (prototype) to listen music based on music subreddits
Hi,I've been working on an app on my free time to be able to retrieve playlists from subreddits and listen to them.I've got a functional prototype , but there's still a lot of missing functionalities/optimizations that i will work on when i have some time.Feel free to give any feedback, idea, or help !I'm a relatively new Flutter developer, coming from a Rails background, so the patterns/architectures should probably have a lot of changes that might be better. I'm open to critic as it can also improve my skills for my work in Flutter !I'm also not that good at design, so i tried something really simple, i'll see that part with my colleague designer when we can.https://github.com/Gloumy/music-from-reddit

November 04, 2019 at 05:10PM by Gloumy
https://ift.tt/2WGZs4W
New post on /r/flutterdev subreddit:

fenwick_tree v1.0.0, also knows as Binary Indexed Tree or BIT. With it you can calculate sums of ranges efficiently. Sometimes isolates won't help you and you'll need a fitting data structure. (It uses Groups from abstract_dart to prevent runtime exceptions caused by implicitly expected operators)
https://ift.tt/34rqVKL

November 04, 2019 at 06:07PM by modulovalue
https://ift.tt/2PJ9YHt
New post on /r/flutterdev subreddit:

Why Flutter?
Okay... So here's the thing. I'll be using Flutter to develop my End Semester project. My teacher might ask me this question that,"Why I've chosen Flutter?"Then apart from this that we can develop iOS, Android and web from single code base what else could be a point to defend this answer?Thanks ❤️😊

November 04, 2019 at 06:04PM by m_hamzashakeel
https://ift.tt/2WFyjQ9
New post on /r/flutterdev subreddit:

Looking for a team to create an app good enough for playstore/appstore
Hello there,not sure if this is appropriate, but I wanted to reach out to the community to find a small to mid size team for developing an app that we could put into the app & play store. It does not matter if the application is free or paid, but I rather want to learn and gain more flutter knowledge. I already have some (I'd say intermediate) knowledge about flutter and its usage.I have several ideas we could implement, but other ideas are also welcome.What is very important for me: Usually people who reach out on reddit either drop the project/idea after a few chats or commits and this is definitely not what I want.If you are interested, DM me and maybe give me a small description what you want to do, how much time you can spend a week and where you are from (bc of timezones).​P.S.: I am CET+1

November 04, 2019 at 07:07PM by lukasbash
https://ift.tt/2oLC221
New post on Flutter Dev Google group:

Send email to new users
Dear all, I have a flutter app with Google and Facebook Signin implemented via Firebase. I want to send a welcome email to the users after new registration is done. Kindly let me know how to implement that. Thanks, Niladri

November 05, 2019 at 02:17AM by Niladri Paul
https://ift.tt/2Cf90e4
New post on /r/flutterdev subreddit:

WebView component for Flutter?
Looking to integrate some legacy functionally via a WebView in a new app.From what I've been able to see, this isn't fully available yet on Flutter, or still in development. Which is very disappointing unfortunately. Need to be able to show dialog boxes over the WebView. It also seems the keyboard is janky on Android in WebView (the one I've tried).Any thoughts or workarounds that someone may know?

November 05, 2019 at 03:09AM by JehovahsNutsac
https://ift.tt/32jzJkm
New post on /r/flutterdev subreddit:

Is the login page of a app a stateful widget?
I am new to flutter and currently i am developing a app and i have to create a login page for that app but i am confused whether to use stateful or stateless widget for the login page

November 05, 2019 at 08:21AM by MichaelDanu
https://ift.tt/2JQT5XB
New post on /r/flutterdev subreddit:

People who use Provider for State Management - how do you handle Business Logic?
Hello,I just want to decide what solution I use for state management. Provider looks pretty easy and good to understand for everyone as far as I use a Value and modify it directly. But how do you handle more complicated task that will change the state?One example could be a list of something which needs to be downloaded. Where do you handle the download etc.? I do not want to do this in my widgets they should not know about any business if possible. Sure if it is only a "+1" or something I do not have any problem of doing this change in my widget but if I do more I want to do it in its own class.

November 05, 2019 at 10:18AM by Sonius94
https://ift.tt/2JOiMYS
New post on /r/flutterdev subreddit:

electron apps being rejected by apple because of the framework, could this happen to flutter?
stumbled upon an article on slashdot that linked to the following article:https://9to5mac.com/2019/11/04/electron-app-rejections/seems like apple's automated review process is rejecting electron apps based on some of the underlying API calls that electron uses. app developers need to wait for electron to issue a fix. i'm sure that level of helplessness is not a good feeling and could pose all types of problems.is this something that the flutter team actively knows about and abides by the rules that electron did not follow? i'm hoping to hear that "apple is OK with electron on a theoretical basis, but they disapprove of their specific code/approach" vs "apple is going to crackdown on anything that circumvents 100% swift based apps" type of thing.if flutter ever found itself in this situation, how quickly do you think they could they push out changes to the framework that would allow developers to "recompile" and resubmit? i have no knowledge of what their development lifecycle is and how they can/would support "break-fix" type of releases.Thanks!

November 05, 2019 at 02:02PM by pickleback11
https://ift.tt/34zLh4m
New post on /r/flutterdev subreddit:

Using Flare’s TriggerEvents in Flutter
https://ift.tt/2Cfr2Nn

November 05, 2019 at 01:42PM by Elixane
https://ift.tt/2WHzpLa
New post on /r/flutterdev subreddit:

My first Flutter app: A Hangman Game
I wrote a simple hangman game after finishing an online Flutter course. Although it's simple but I'm proud of myself for achieving this. I wanted to share my excitement with you and if you could kindly look at my app I would be happy to get your feedback.https://github.com/tavasolireza/Hangman-Game-Flutter

November 05, 2019 at 04:15PM by rezatvs
https://ift.tt/2WLzBJb
New tweet from FlutterDev:

💥Stable release of Dart 2.6 SDK!

Dart2native AOT-compiles Dart programs to self-contained executables for macOS, Windows, or Linux.

Create tools for the command line that your users can run even if they don't have the Dart SDK.

More → https://t.co/PdPOTbYHb4 pic.twitter.com/JIY0pikpFM— Dart Language (@dart_lang) November 5, 2019

November 05, 2019 at 06:12PM
http://twitter.com/FlutterDev/status/1191765296786231296
New post on /r/flutterdev subreddit:

Official site added a countdown clock for something. Countdown ends in 13 days.
https://ift.tt/36zx7Cg

November 05, 2019 at 06:44PM by xlog
https://ift.tt/2NhQSGY
New post on /r/flutterdev subreddit:

#25 CheckBox Flutter Widget
https://youtu.be/Le5nGblKKoI

November 04, 2019 at 03:20PM by systechdevelopers
https://ift.tt/2NGQd0Q