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

Flutter settings switch is not turned on when I click on back button
Hi , I have a settings menu which I have used different methods for the Onchanged and I want my application to keep the switch checked once I click on it but when I click the back button and back into the settings menu it is back to false please help I have tried multiple avenues still can't

January 18, 2021 at 11:02PM by shahbaz shiekh
https://ift.tt/2M6CHWQ
New post on Flutter Dev Google group:

Question about Flutter copyright policy
I have a couple of questions, and I hope you can answer them. I am wondering if I can copyright the code I use for the app? Does Google own any rights or charge any royalties to my app? Can I monetize the app, without notifying Google? Am I the sole owner of the app? If Flutter ever were to be

January 18, 2021 at 11:20PM by isabela duque
https://ift.tt/39HmGio
New post on /r/flutterdev subreddit:

Can I connect a website --> Firebase --> flutter app?
I want to make a blog app where users can use a website to publish their story to specific genres on the flutter app. I am using firebase.Is this possible and how hard is it? Is this the best way to connect a website to flutter?

January 19, 2021 at 04:06AM by NotVector
https://ift.tt/3p1bCTC
New post on /r/flutterdev subreddit:

Floating bubbles that move with the users finger?
Hello Flutter community! I'm looking for a widget that creates a bubble on the screen, and then the user can tap the bubble and the bubble moves along the screen with the users finger.Is there a widget out there like this? I remember the Facebook messenger app used to be like this. It had bubbles for profile pics, and you could touch one, leave your finger pressed on the screen and move it about, and the bubble would move with the finger.Thanks!

January 19, 2021 at 03:42AM by bbdude1988
https://ift.tt/39FgZBA
New post on /r/flutterdev subreddit:

Learn Flutter Code Newsletter | Add Augmented Reality (AR) in your Flutter App
https://ift.tt/35Pg9AX

January 19, 2021 at 03:07AM by thehappyharis
https://ift.tt/3nXxTAC
New post on Flutter Dev Google group:

Re: i can't run my program
Remove the “pages” from the “Dart entrypoint” field. Your main.dart is not in the directory. On Mon, Jan 18, 2021 at 23:14 Natthaphat Muanpej
New post on /r/flutterdev subreddit:

How do you manage your APIs?
I'm currently working on an app. I say it's about 70% done. As a beginner developer, I'm having some difficulty keeping track of all the data that are being sent back and forth between my app and my server. Let's say my app sends a request. I use the JsonSerializable package to keep track of the data being sent and by setting `nullable` to either true or false, I am notified when I violate the structure that I have defined.On the server side, I use aws lambda with python to take care of requests. When it receives a request, I simply do `json.loads(event['body'])` and from there use keys to access specific data. This has been somewhat a nightmare since I would sometimes make a typo and my app would get `null` values.When I wish to change the name of the variable in my request, then I have to go to my dart code and change the JsonSerializable class I have defined, I need to change the python code, I need to change the sql lite package in my flutter app to accommodate the changes and I have to change the widgets to access the correct variables. And this goes on and on, and I've spent a lot of time doing this without making any meaningful progress in my app.To veteran developers, how do you keep track of your API data? Are there tools that help us manage these?

January 19, 2021 at 05:02AM by KoreanBoyscout
https://ift.tt/3bQ9lqP
New post on Flutter Dev Google group:

text field toggle not working in listview
i have made a text field in a listview which is in visibility Widget and i have used toggle to show and hide the textfield onTap method. but when i tap on "Reply" button as shown in the image all the text field opens at once. but i want only the one which i click on to open. and when tried to

January 19, 2021 at 07:05AM by Raman Plaha
https://ift.tt/3oX0sPL
New post on /r/flutterdev subreddit:

Awesome Flutter Animations - added more animation libraries
https://ift.tt/31TTj9M

January 19, 2021 at 06:40AM by tledrag
https://ift.tt/3oTi7YG
New post on Flutter Dev Google group:

How to convert to Vertical List Tiles View and then redirect to List Detail
Hi, I have uploaded text data , images data and pdfs to firebase database and storage and able to retrieve al of them in HomeScreen View in Vertical Cards List with Text Data Cattergorrytype and companyname etc. I have attached the code with this email. Now I want to convert the Home

January 19, 2021 at 08:43AM by shravan kumar Pottala
https://ift.tt/3sFctMf
New post on /r/flutterdev subreddit:

Firebase dynamic links with Flutter
Hello fellas, I'm currently working on a project where I use firebase dynamic links to trigger some users to install the app from google play and do some logic base on some parameters that I passed it with the dynamic link, my problem is that I can't know where or in which screen I should check where the app has been opened with a dynamic link, I'm using BLoC pattern (flutter_bloc package to be specific ) so if there any ideas for the best way to handle these dynamics link with BLoC rather than the one explained in the doc, or what is the cost optimal implementation of these links, please help and thank you

January 19, 2021 at 10:16AM by HeisenbergZzzz
https://ift.tt/3p1TOYw
New post on Flutter Dev Google group:

Open trip planner
Hi, Does anyone have knowledge of integration of open trip planner in a flutter app ?

January 19, 2021 at 12:00PM by sona
https://ift.tt/2XV2kNi
New post on /r/flutterdev subreddit:

I have started Learn android course series for Beginners any suggestions for me ??
I have started Learn android course series for Beginners in my Youtube channel. any suggestions for me ??Related to feedback, Idea, Topics.

January 19, 2021 at 11:59AM by think_different_us
https://ift.tt/3sEjD3m
New post on /r/flutterdev subreddit:

Created an app to find flats/rooms in Kathmandu
I created an app on flutter to find flats or rooms in Kathmandu, Nepal. I have implemented the whole thing serverless-ly with firebase for auth, storage and firestore. It was a delight to do without having to think about complicated stuff and just do what I do best. The thing I enjoyed the most here was implementing chat using subscriptions on firestore.The app has still a long way to go since its just released. I have made blog post about it (mostly non-tech stuff) https://sharadchand.com/2021-01-18-find-a-home-to-rent-in-ktm-with-rentastic/.

January 19, 2021 at 11:43AM by pepsighan
https://ift.tt/38UN0qc
New post on /r/flutterdev subreddit:

As promised, I have successfully uploaded what I believe it's the Best & Most Complete Flutter BLoC Course (link in description)
Hello everyone, again!As the title highlights, and as a follow-up to the previous post you guys liked so much, I have finally managed to upload what I believe it's...The Best & Most Complete Flutter BLoc Course - https://youtu.be/THCkkQ-V1-8Why is that you may ask? I'll give you a couple of reasons:Every topic is structured nicely on chapters and subchapters, and everyone of these are available on the YouTube timeline for easier "jump-to-topic" access.Whenever you're not sure about a topic/implementation, after you covered the entire course, you can just jump right into the topic using YouTube timeline, just like a cheatsheet of bloc.Nice animations for understanding and learning practices, real code for putting everything you learned to practice.The Course is based on my BLoC - From Zero to Hero popular playlist, but obviously it's not just a merged version of all the videos. I have modified each and everyone of them to keep only the best of the best!Many more you'll find by browsing out a couple of minutes into the course to see if it's right for you!Thanks a lot for your time and hopefully you'll like the content! Cheers!

January 19, 2021 at 11:33AM by W_C_K_D
https://ift.tt/3sDyR8z
New post on Flutter Dev Google group:

unable to upload multiple images through api
hi there, i was trying to upload list of images through api with Multipart but getting some error my code is as bellow- var uri = Uri.parse( "https://www.abc.com/xyz/mobile/insertpostproductelectronic"); var request = new http.MultipartRequest("POST", uri); for (var file in widget.imgList) {

January 19, 2021 at 12:56PM by Raman Plaha
https://ift.tt/3p0isbY