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

Need help for my app.
Hello Flutter devs, I need help, I'm developing an app using flutter and firebase this is the idea or my problemLogin will be a phone authenticationafter the login process, I wanted the user to fill up some fields so that we know who owns the number (not some dark stuff I just don't know how to explain it exactly hehehe.)I wanted the user id to be the phone number of the user so that under that user id which the phone number is the credentials of the user.there is a profile page where the user info will be displayedThe app is a food delivery app project. Thank you for helping

November 17, 2019 at 12:55PM by marcreginald-dev
https://ift.tt/35k3rYD
New post on /r/flutterdev subreddit:

FlutterForce β€” Week 53
https://ift.tt/2NRAaOO

November 17, 2019 at 12:47PM by flutterist
https://ift.tt/2NVb2H2
New post on Flutter Dev Google group:

Strophe.js with flutter
I am trying to make a chat app using flutter with ejabberd
New post on /r/flutterdev subreddit:

I need advice for making flutter chat app which works on both Android and iOS devices and uses ejabberd chat server
Hi,I was working on flutter chat app which uses ejabberd chat server. I stumbled upon a dart package strophe but it is not compatible with newer versions of dart.There is a javascript library strophe.js, I think could be useful for the app but I don't know how to make interop between javascript library and dart possible, I tried flutter_liquidcore but couldn't do it.please let me know how can I integrate strophe.js in flutter app, if you can think of any other way to connect to ejabberd server from flutter please also mention that.Thank you!

November 17, 2019 at 02:42PM by ygr28
https://ift.tt/33X3rxd
New post on /r/flutterdev subreddit:

Complex Web Editor Built with Flutter Web (AMA) πŸš€
http://ampstor.web.app

November 17, 2019 at 03:47PM by SoundDr
https://ift.tt/2Oj8ZLP
New post on /r/flutterdev subreddit:

Tutorial for Google Maps with Places on Flutter
I am looking for a flutter video tutorial which shows how to search for places on Google maps and get a direction from the user's current location to a destination all in one application. Tried finding it but couldn't, I am looking for it so I can learn how to create it in my app, which have more features in it. Thanks. Searched on YouTube and o line couldn't find a good one. Hope this sub knows.Thanks in advance !!

November 17, 2019 at 05:07PM by nblogist
https://ift.tt/2NUb3Lc
New post on Flutter Dev Google group:

Flutter bloc
Hello Community, I have been learning flutter and right now I'm working on a mobile application using flutter. I've been searching for a painless state management technique. I found out that flutter_bloc is one of the better ones going on now. Where do I get a better documentation for

November 17, 2019 at 06:32PM by Jilson Saji
https://ift.tt/2KwBTah
New post on Flutter Dev Google group:

Search multi filtering
Hello, i'm building my first app with Flutter, and i'm very happy with it!!! i've just one question where i don't have finded answers on the net, how can i built (with firebase) a multiple filtering search page on my app like the screenshot (like a search car app) Thanks so much in adavance

November 17, 2019 at 07:37PM by Marknot
https://ift.tt/359SrN5
New post on /r/flutterdev subreddit:

Platform integration question
If you had 3 equally capable libraries for say, speech recognition, (Native Android, Native iOS and a C library) which would you interop with and why? From the standpoint of performance and ease of integration. I feel like the most difficult part of Dart FFI with C, would be embedding the libraries in their respective platforms but other than that, there wouldn't be much platform side code, right?

November 17, 2019 at 08:40PM by _thinkdigital
https://ift.tt/32YRNAt
New post on /r/flutterdev subreddit:

In complex layouts, how do you not get lost in all the objects in your build method?
I know you can break out related components into methods and classes, but still I find it hard to keep track of everything going on in the build methods of my more complex layouts (whereas a UI builder would definitely alleviate that issue). Does anyone else have this problem and what are the strategies in combatting this?

November 17, 2019 at 09:35PM by ac_version_01
https://ift.tt/2OlVVpa
New post on /r/flutterdev subreddit:

Help creating a personal media app
I'm looking to create a personal media app to stream my locally stored content. I came across this Netflix UI clone https://github.com/KalleHallden/Netflix_Clone which figured I could use as a base to learn the Flutter framework.I currently have the layout arranged however the app needs to be compatible with Dpad input to be used on Android TV/firestick.Can anyone offer a working example of how to accomplish this?Cheers

November 17, 2019 at 09:47PM by phillwilk
https://ift.tt/2Kt5e5i
New post on /r/flutterdev subreddit:

Flutter Discovery 17: Extensions Methods, Flutter Interact Viewing Parties, Flutter Element Tree and more...
https://ift.tt/2Okc7au

November 16, 2019 at 09:08PM by DecimalSaxon
https://ift.tt/2KuEP7b
New post on Flutter Dev Google group:

How to make a post request in a json nested on flutter like this?
class Welcome { int nit; String name; City city; Welcome({ this.nit, this.name, this.city, }); factory Welcome.fromJson(Map
New post on /r/flutterdev subreddit:

Sensors - on shake?
Hi everyone.Just started with Flutter this weekend and am making great progress.I have an app that simply changes the image on screen when the image is tapped, or, if the phone is shaken. The first part was simple, and on tap, my images change. Struggling with the shake part.Been looking at the Sensors package, but am not having much luck (possibly because i don't fully understand what i'm looking for!). Do I just want the app to listen for when a certain accelerometer change happens, and if so, run my change image function? If so, what is the best way to do this?Any other ideas welcome!Thanks all :)

November 17, 2019 at 11:42PM by teek20
https://ift.tt/37egmNc
New post on /r/flutterdev subreddit:

Looking to create a unique website for a single purpose with a single button.
At my job, we need to use a voting website this week, opavote. Previously, we would use kiosk mode on the site, and we'd type in every single code that we get (250) for each person voting.Discovered they have the ability for urls that use the code, following a basic structure. At first I generated a file with 250 we codes, 2 to a page. But I realized this still isn't the quickest way (since it opens a tab each scan, some volunteers may never close tabs, and have 100 tabs open on an iPad.)So I'm thinking I upload the text file of codes to a server, have a private (flutter based) site, with a button that pulls a code, deletes the code from the file, and loads the site.But if two stations pressed the button at the same time, it could in theory grab the same code.How do I avoid a collision? Is there a way to handle it from the server?I'm assuming flutter would be easy because I'm comfortable with Dart, and it's been a while since using PHP or JS.

November 18, 2019 at 12:34AM by jthornenj
https://ift.tt/2qlIqOc
New post on /r/flutterdev subreddit:

Help on how to create a (really) custom Bottom Navigation Bar
So, I've been tasked with this somewhat unorthodox Bottom Navigation Bar that is somewhat transparent, so it needs to be on top of every screen instead of below them. The official implementation is very limited and doesn't seem to allow this, let alone any see-through functionalities on the bottom navbar. If I try to mess with the opacity I see a blank background where the BottomNavigationBar is, so I ended up creating a Stack on every page with a custom widget aligned to bottomCenter (which works). This widget gets recreated on every screen, which doesn't seem like the best way to handle this. Is there a better way?

November 18, 2019 at 04:47AM by nnnightmare
https://ift.tt/2qdmyoj
New post on /r/flutterdev subreddit:

Why can't you make columns scrollable?????
I dont want to use a listview.. its not compatible with the layout ive already made with column. If the screen is tilted and an overflow happens i just want it to be scrollable. Why is this so difficult????

November 18, 2019 at 04:07AM by fd991
https://ift.tt/2pqZzpc