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

Real time Theme chat app
https://github.com/Chunlee17/flutter_theme_chat
a chat app that allow Light theme user and dark theme user can chat with each other with emoji support and dummy story viewer

February 16, 2020 at 10:28AM by Fienases
https://ift.tt/2SywgwJ
New post on /r/flutterdev subreddit:

Hi please someone help me on this for my internship
hello guys I kinda need helpvoid _startScanning() { setState(() { _stream = NFC.readNDEF(once: true).listen((NDEFMessage message) { print("Read NDEF message with ${message.records.length} records"); for (NDEFRecord record in message.records) { print( "Record '${record.id ?? "[NO ID]"}' with TNF '${record.tnf}', type '${record.type}', payload '${record.payload}' and data '${record.data}' and language code '${record.languageCode}'"); } }); }); }I used this functionI/flutter ( 633): Read NDEF message with 1 records I/flutter ( 633): Record '' with TNF 'NFCTypeNameFormat.well_known', type 'U', payload 'geo:27.719733645761856,85.31858292429993' and data 'geo:27.719733645761856,85.31858292429993' and language code 'null'and I got this on my consolenow I want to print this in my applicationps I'm beginner and my internship depends on this please if anyone can help

February 16, 2020 at 11:39AM by swostikg
https://ift.tt/2uGlGuF
New post on Flutter Dev Google group:

firebase ml kit
Can we have some video related to,how to use ml kit of firebase in flutter?

February 16, 2020 at 12:44PM by Anant Kumar
https://ift.tt/2Sx3yMU
New post on Flutter Dev Google group:

Using routes to manage widget visiblity
Hi, I'm currently using a stack that has an a background widget that should be visible between several screens and currently what im doing is using visibility to manage the currently displayed set of widgets and manually implementing going back and forward. How would it be possible to use

February 16, 2020 at 01:10PM by Alex McGrath
https://ift.tt/38BFYE8
New post on /r/flutterdev subreddit:

Implementation of Github Like CommitChart in flutter.
https://ift.tt/2SMsa2R

February 16, 2020 at 09:43AM by flouthoc
https://ift.tt/2V2mYdQ
New post on /r/flutterdev subreddit:

No one hiring a flutter developer?
Hi all I am learning flutter but I realized that when I search for a flutter developer job postings in UK , there is nothing.. Do you think flutter is a baby or dead already?

February 16, 2020 at 04:37PM by YellowSecurityLine
https://ift.tt/2SKMx0q
New post on /r/flutterdev subreddit:

Open dialogs on device events.
HiI am new to Flutter and have runned into a problem that needs some friendly advices.I have a Flutter app that will have a Bluetooth scanning screen. When entering this screen, and the device not have activated bluethooth or if for some reason bluethooth is deactivated, I would like to show a alert dialog.How do I do that?For state management I am using Provider and I am using the package flutter_blue.

February 16, 2020 at 04:17PM by lgLindstrom
https://ift.tt/2Syvgsg
New post on /r/flutterdev subreddit:

Does Flutter have low skill ceiling?
Hey everyone,I'm still a CS student and i'm having a blast with Flutter, however this technology is also by far the most simple and intuitive to use from everything i have worked with. This is obviously good, but it also means that a wide range of people might try to get a job with Flutter since entry barrier is pretty low, leading to over-saturation.I have only been using Flutter for 1-2 months and obviously since i'm a student i have no work exp and i can't really recognize how high is the skill ceiling, but i get a feeling that a person who has used flutter for 3 months can do 85-90% of the things person that used it for a year can do. This means that in worst case scenario in a few years if you invest time and energy in Flutter, you could potentially be replaced by someone who is willing to work for a lot less and can do most of the things you can.I'm not trying offend anyone, i might be completely wrong, this has just been on my mind.So can any experienced Flutter / Mobile developer enlighten me a bit on this topic?Thanks.

February 16, 2020 at 09:31PM by Amidone97
https://ift.tt/3bCmv8l
New post on Flutter Dev Google group:

The createState function for SiteForm returned an old or invalid state instance: SiteForm, which is not null, violating the contract for createState.
Hello Flutter developers! I constantly receive this error whenever i scroll between two or more forms, the error is solved when i change this line: _SiteFormState createState() => state; to _SiteFormState createState() => new _SiteFormState; but i want to preserve the states for form validatio

February 16, 2020 at 08:50PM by Amena Deeb
https://ift.tt/320gAFz
New post on Flutter Dev Google group:

Black Screen after the Splash in Flutter Stable Channel
Hi Flutter Devs, My app showing the blank screen after the Default Splash screen and before the main screen while using the App Localisation. Have a luck that the blank screen not showing in the *"Flutter Master" Channel. *It showing only in the *"Flutter Stable" *Channel. Kindly solve this

February 17, 2020 at 06:11AM by balaji ks
https://ift.tt/2SOEv6O
New post on /r/flutterdev subreddit:

ListView ScrollController not scrolling
If I have only small number of items in the listview with scroll controller, the listview is not scrolling.For example, if there are not enough number of items to fulfill the screen, the listview is not scrollable.However if I dont use scroll controller, it is scrolling.Please help..

February 17, 2020 at 07:22AM by steadyaction
https://ift.tt/31YdSAy