Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

An idea for an app. Easy or not worth the time? BEGINNER
Hi, I had the idea to create an app that should allow the users to enter certain values of nutrition they would like to obtain (e.g. at least 20% protein, less than 15% fat etc.) in their diet. The model should then try to minimize the cost of the different meals in order to save money under the

February 07, 2020 at 08:33AM by Oliver Thuesen
https://ift.tt/373onDC
New post on Flutter Dev Google group:

Can I avoid use of plugins
How can I use sensors, contact without downloading dependency in flutter?

February 07, 2020 at 09:40AM by shivkant sawarkar
https://ift.tt/39hQAYy
New post on /r/flutterdev subreddit:

[Asistance needed] Can't get any stateful element to work inside a widget
I want to place elements like buttons/text field inside the _itemBuilder widget so that I can use them but I can't get the buttons placed inside the widget to click. I would really appreciate some help regarding this. Its for a college project I'm doing.Here is the link to github repo.

February 07, 2020 at 12:29PM by shubxam
https://ift.tt/2Sp1bu1
New post on /r/flutterdev subreddit:

App Feedback Thread - February 07, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

February 07, 2020 at 01:07PM by AutoModerator
https://ift.tt/2OCaIwV
New post on /r/flutterdev subreddit:

What is considered as self promotion?
The rules state that "Self promotion must be only 50% of your posts".
As I find it useful to share StackOverflow answers I wrote, I am wondering if that is considered as self promotion. The idea is that sharing knowledge like this might answer questions that potentially many others are asking themselves.
However, I do not want to infringe any community guidelines either - so what should I do?

February 07, 2020 at 01:51PM by creativemaybeno
https://ift.tt/31BwlT3
New post on /r/flutterdev subreddit:

Create an app for iOS’s iMessage?
iOS apps have the ability to have iMessage apps within the default iMessage app that Apple provides with all iPhones. An example of this would be a simple sticker app that you send stickers to your friends. Is there a way to do this with flutter?

February 07, 2020 at 03:22PM by mrghnt96
https://ift.tt/2H2zthp
New post on Flutter Dev Google group:

How to update the initialValue in a form built with Form_Builder?
With Form_Builder, for a field, I can designate the initial value, but binding a variable: initialValue: the_varriable_to_the_field The form will show the value of the_varriable_to_the_field, assigned to the initialValue: My question is When the variable, the_varriable_to_the_field, bound

February 07, 2020 at 04:40PM by Yu Shen
https://ift.tt/3bk3asa
New post on /r/flutterdev subreddit:

Mobx for Flutter
https://ift.tt/2vcKkCY

February 07, 2020 at 07:22PM by irvine5k
https://ift.tt/389r4Vu
New post on /r/flutterdev subreddit:

The easiest way to do state management with Flutter
https://ift.tt/3bnETBx

February 07, 2020 at 08:53PM by irvine5k
https://ift.tt/37dwxtf
New post on /r/flutterdev subreddit:

Mock App - InPost
(Not sure if posting apps like this is allowed - I checked the wiki/FAQ/rules and I didn't see any mention of it. If it's not, please feel free to remove or let me know. Thanks!)Hey guys! I made a mock of a design that I saw on Behance, and I thought I'd share it. I just started learning Flutter last month, bought the AppBrewery course on Udemy (really good course). Right now, I'm just trying to hone my Flutter skills and make as many apps (or mocks at first) as I can.Check it out at: https://github.com/getgoh/inpost_mockThanks!

February 07, 2020 at 09:22PM by xalles
https://ift.tt/372ZWGg
New post on /r/flutterdev subreddit:

Flutter - notify keyboard backspace/del event.
Is there a way to get the event for when my user clicks on the backspace of the devices keyboard?

February 07, 2020 at 10:39PM by mrghnt96
https://ift.tt/2SqIyGe
New post on /r/flutterdev subreddit:

Current state of Flutter packages and pub
Is it me or there is a lot of flutter packages that are basically dead (not maintained). Packages that have < 0.1.0 version, not updated for more than a year. Some packages have pending MR, ready solutions for some issues and no response from creator/author. Sometimes someone forks it, fix issue or two, create another package and then it dies, just like the first one. Which creates even bigger mess in pub.Any ideas how to solve this situation and avoid many useless packages in pub? Maybe package should be automatically marked as 'Discontinued' after some time with option to transfer ownership to someone else?

February 08, 2020 at 12:35AM by bartektartanus
https://ift.tt/2S77qni
New post on /r/flutterdev subreddit:

Error Handling in Flutter
https://ift.tt/2ustrUJ

February 08, 2020 at 12:53AM by Elixane
https://ift.tt/2ukQ25I
New post on Flutter Dev Google group:

First flutter gradle log4j issues
Hi all, I installed flutter on a macbook pro with a new installation of mojave. Following the startup guide that takes me to here, https://ift.tt/2TqosxM at which point I seem to have tripped over my shoe laces unfortunately. I seem to have have done something wrong

February 08, 2020 at 08:03AM by Kyle Howland-Rose
https://ift.tt/2ODI8v4
New post on /r/flutterdev subreddit:

Improving Flutter camera photos
My team and I have been struggling to implement the flutter camera. It works, but the photos are subpar compared to the native phone camera even when setting resolution to ultrahigh. Do you anticipate they there will be an update or improvement? Any suggestions?

February 08, 2020 at 09:28AM by PixzApp
https://ift.tt/39f61kv
New post on /r/flutterdev subreddit:

Flutter Activity Transition Android Background Service
In this video, I'm just showing a preview of a flutter app that uses Activity Transition API in the android platform. It runs an android background service. I'm kind of confused about how to demonstrate the code for this application. So, I wanted to launch the preview video to get your feedback.How should I demo my code? Do you want me to explain the code which is already done or do you want me to split the video into parts? I'll also leave the source code for this application in the next video.https://youtu.be/tucJvioga3k -- Video Link​Thanks & Regards,Developer Gunda

February 08, 2020 at 09:38AM by sriharsha6
https://ift.tt/3857BoR