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

I created my first flutter web portfolio check it out guys and let me know how this is.
The flutter web experience is very great no HTML,no css only dart.My portfolio made with flutter web My PortfolioIf you want source code or want to know how to deploy flutter website in 3 lines of code .You can check this post How to deploy flutter website in 3 lines of code

August 04, 2020 at 11:17AM by Professional_Box_783
https://ift.tt/2BWWX8N
New post on Flutter Dev Google group:

Problems implementing a visual programming editor
Hi guys, I am trying to build a visual programming editor with flutter. The user has to be able to add nodes, connect nodes, edit node properties and other related stuff. I have done some experiments with Stack and CustomPaint but I've stucked with two problems: 1. I want to implement zoom+transl

August 04, 2020 at 11:56AM by Carmelo Juanes Rodríguez
https://ift.tt/2EGMHT4
New post on Flutter Dev Google group:

ICON
I did the app icon in the correct way. But i cant see that icon in my phone's home screen. But when i look the app settings i can see the icon. All time its happening same thing for me. I mean the app icon set by me. The icon already set up by londonappbrewery not happening like this. Once when

August 04, 2020 at 12:19PM by ANAGHA VP
https://ift.tt/31eIFZO
New post on /r/flutterdev subreddit:

Flutter : Preview form builder like google forms preview system in flutter
https://ift.tt/3kca5bh

August 04, 2020 at 01:04PM by sulli110
https://ift.tt/3fr5HSg
New post on /r/flutterdev subreddit:

Flutter : Increment and Decrement with use of counter
So I have an application where I am grading student, so I have created a counter where in as the counter moves up from 0 to 10, it is counted as mistakes student has made. So student has total Marks 10, every time a student makes a mistake, counter goes up and Marks should decrease by 1. I just need to implement proper login for the counter to work with Marks. Counter goes up marks should decrease.
Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ FlutterCounter( initialValue: _defaultValue, minValue: 0, maxValue: 10, onChanged: (value) { setState(() { _defaultValue = value; _counter = value; }); print(value); }, decimalPlaces: 0), Text( '$grades', style: TextStyle( fontSize: 22.0, fontWeight: FontWeight.bold, ), ), 
This is the counter and a text widget with it when counter increments the grades should decrease by 1.
double grades = 10.0; double currentValue; num _counter = 0; num _defaultValue = 0; 


August 04, 2020 at 01:02PM by sulli110
https://ift.tt/39RQw3x
New post on Flutter Dev Google group:

Help on Integrating Facebook Audience Network Ads on Flutter application.
Hi All, I successfully integrated Facebook Audience Network in my flutter app using facebook_audience_network0.7.0 pub package. Issue i am facing is , i am not able to see the facebook ads on my flutter app, if the app is installed via apk file or from playstore, but the same app if i am

August 04, 2020 at 01:58PM by CYRIL P. JOY
https://ift.tt/2DbE82u
New post on /r/flutterdev subreddit:

Im trying to create a Rich Text Editor from scratch in flutter
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as datatype is a good option. I used zefyr text editor but it do not give level of customization needed for my used case

August 04, 2020 at 02:34PM by jtresponse
https://ift.tt/3i5ir2H
New post on /r/flutterdev subreddit:

App Feedback Thread - August 04, 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

August 04, 2020 at 02:33PM by AutoModerator
https://ift.tt/3gtQkK6
New post on /r/flutterdev subreddit:

Help on creating a Rich text editor
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as datatype is a good option. But I need help on how to create the textfield from scratch and how to start

August 04, 2020 at 02:18PM by jtresponse
https://ift.tt/2DuMIJt
New post on Flutter Dev Google group:

Show app in suggestion when a link is clicked
Hey there, am looking for a way to show our app in suggestion as other app are shown in suggestion. For example, When a link is particular link is clicked then show our app in suggestion for further action. see the screenshot- [image: app_show.png]

August 04, 2020 at 03:03PM by Yash Chandra verma
https://ift.tt/3fus9Kl
New post on /r/flutterdev subreddit:

Show app in suggestion when a link is clicked
Hey there,am looking for a way to show our app in suggestion as other app are shown in suggestion. For example, When a link is particular link is clicked then show our app in suggestion for further action. (When a link is click in whatsapp, suppose browser or particular app are shown up). I also want to do same. Any guidance will be helpful. Thanks

August 04, 2020 at 03:04PM by ycv005
https://ift.tt/3kaHWBD
New post on /r/flutterdev subreddit:

Hive or moor/sembast or any other?
I was really into Hive, I really liked it's APIs, documentation and functionality but in the last few months I lost my confidence on this, on top it currently it is maintenance mode, so I'm confused on using this on my new project. is there any other reliable recommended library? what about Moor, Sembast.

August 03, 2020 at 04:48PM by sadmansamee
https://ift.tt/3klaMzo
New post on /r/flutterdev subreddit:

Flutter login ui fast cpde
https://youtu.be/vW0Oyv3USRQ

August 04, 2020 at 09:44AM by m4hmoud
https://ift.tt/2ET4dE1
New post on Flutter Dev Google group:

Merge this https://ift.tt/2PpV5bG patch to 1.20.
I've been testing with my app on the latest beta and my app started to crash upon using Firebase ML FaceDetector which worked fine in 1.19 I found out that this bug is same as https://ift.tt/3i56xpC. Thanks to chunhtai, this bug has been patched in the master channel but

August 04, 2020 at 05:05PM by Taehyun Park
https://ift.tt/2EQIwnV