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

How to use List
class CovidData { final String countryName; final String date; final double confirmed; final double deaths; final double recovered; CovidData({ this.countryName, this.date, this.confirmed, this.deaths, this.recovered, }); } void main(){ List
New post on Flutter Dev Google group:

TextFormField input text alightment
Hi, in my textformfield input text is not coming in proper alignments and also suffix widget, please check image and code help me. Row(children: [ Flexible( child: TextFormField( validator: (value) { if (value.isEm

August 15, 2020 at 09:31PM by Gulam Fahad Ahmed
https://ift.tt/3aqaiU2
New post on Flutter Dev Google group:

How to use List of Class datatype
how to use List
New post on Flutter Dev Google group:

I'm looking to connect with Flutter Developers as Interns (Paid)
We are building a project and need a help on application development on UI base. Anyone who is interested please guide me from where I can connect with them or Share the resume of those who wants to work with us. It's a paid internship where the intern will get the stipend every month till the

August 16, 2020 at 06:25AM by Sanchit Taksali
https://ift.tt/2Y7febj
New post on /r/flutterdev subreddit:

A new package makes it simple and efficient to pass events from logic code to UI code.
Hello friends.I've just created a package that makes it simple and efficient to pass events from logic code to UI code. I hope you guys use it and appreciate how useful it is compared to other ways. For example, listening to a stream. I am currently testing it in my project.https://pub.dev/packages/action_mixin

August 16, 2020 at 06:59AM by tbm98dev
https://ift.tt/31USFYG
New post on /r/flutterdev subreddit:

Pub.dev library example source code on GitHub not aligning to stable/selected version (e.g. firebase_auth)
I'm a new Flutter developer and I have been trying to view the example for the packages on pub.dev.One thing I noticed is that the example source code usually aligns to the latest code in the github repository - not the code that is used in the stable/selected pub.dev package. That means in many libraries I tried, the example simply won't work with the stable package. This could be a short-fall in Pub.dev.Does anyone know the easy way to get the source code that is used for the stable/selected package?Example:Package: https://pub.dev/packages/firebase_auth .The latest stable version is 0.16.1Clicking on the example application link will take me to latest code on GitHub just committed a few days ago (which revamped the entire firebase_auth library)... this mean I cannot use that example source code with the latest stable package (0.1.6.1.)Thanks!

August 16, 2020 at 07:51AM by Signature-Conscious
https://ift.tt/31XwrFq
New post on Flutter Dev Google group:

Connecting Flutter with Django rest api (Futter web)
Hii, Currently I am working on an flutter project for which I am using django rest framework as the backend. For now I am creating a login page using the help from flutter cookbook https://ift.tt/31RxVAW https://ift.tt/3hdnqy8

August 16, 2020 at 08:49AM by Vaibhav Bisht
https://ift.tt/31VjprT
New post on Flutter Dev Google group:

Looking for a Flutter Lead
Hi Group, My apology if this message is not appropriate here. In fact, I couldn’t think of a better place for this. At the same time, I’m aware of the possible annoyance this might cause. I’m running a startup and we are getting ready to launch our Flutter app later this year. We are

August 16, 2020 at 09:20AM by Quan Nguyen
https://ift.tt/3iLP85y
New post on /r/flutterdev subreddit:

FlutterForce — Week 86
https://ift.tt/2DWd9Is

August 16, 2020 at 10:13AM by flutterist
https://ift.tt/3asQeQQ
New post on Flutter Dev Google group:

Re:flutter drop-down menu state is disabled in flutter bloc
Hi, Can any one help me with this? Github repo code is available here below link https://ift.tt/2E9JNWE Thanks & regards K.sukumar 7358670730

August 16, 2020 at 12:45PM by Dindukurthi Kondiah
https://ift.tt/3kPyW5f
New post on /r/flutterdev subreddit:

flutter or native for my case
i’m a dev having some experience with flutter and ios swift but not kotlin , i know wordpress , react and web development.should i focus on flutter and dart or should i add kotlin to my experience.? i will not make a huge apps .. mostly CRUD apps but i like swift more than dart .i don’t know and i’m disappointed because of don’t know is it easy and smart to work with 2 languages ,could somebody have the knowledge in both easily ?. i am not sure of that , although kotlin is like swift.i also think that learning native dev is future stable than cross platform alternatives which has a lot of issues . but i saw that flutter popularity increases quickly.please could you share your knowledge ... please don’t be lazy to add anything .. every experience matters . thx in advance.

August 16, 2020 at 04:35PM by HosMercury
https://ift.tt/3iMQ0Hb
New post on /r/flutterdev subreddit:

Pubspec Assist for Neovim
https://ift.tt/3g2ybCn

August 16, 2020 at 05:13PM by fperson_
https://ift.tt/346RKai
New post on /r/flutterdev subreddit:

When should you choose native over flutter
I am a native iOS app developer who also codes in react native and has been exploring Flutter, so far so good loving every moment.But I was wondering when should we avoid using flutter? What are those technical conditions or requirement in our app that makes you avoid using flutter and build the app in native instead of Flutter?Is Flutter just going to be used for small to medium scale apps with little to medium scale complexity? Do the apps build in Flutter scale well?Please suggest

August 16, 2020 at 06:15PM by codecat15
https://ift.tt/34cbyc2
New post on Flutter Dev Google group:

Sharing edited url preview
Hi im new to flutter and im trying to fetch the htlm data's like metatags(og)title, description and image,while fetched we need to share and post to other application with edited title... description..image...!Which means editing the url preview by users itself. May this is possible in flutter?

August 16, 2020 at 07:31PM by Bhuvi Bhuvi
https://ift.tt/34bDpJL
New post on /r/flutterdev subreddit:

scoped_get_it, a new library to add scopes to get_it package.
I have been using get_it together with injectable alot recently but I found that get_it is lacking support for dependencies that live only inside a certain scope. So I made this simple package to achieve that.I would love to hear your feedback and new features/suggestions.https://pub.dev/packages/scoped_get_it

August 16, 2020 at 08:27PM by TarekkMA
https://ift.tt/2Y72Bgw