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

Workout plans app
Guys check out my first personal flutter project: ActivePam App: features easy access to weekly home workout plans. Technologies used: #flutter and #firebase. - Used #firebase for user authentication and data storage, also for user progress tracking - I played the workout videos using YT_playerpackage https://t.co/lu1PbihMW0 . Features : -easy access to weekly home workout plans. -user authentication with email and password or with Google account. -Progress tracking. -Set scheduled reminders option. Visit my github repo to see screenshots. Please give me a star on github if you like it GitHub: Github repositoryflutter #flutterdev

January 17, 2021 at 01:58AM by hanxtothemax
https://ift.tt/35RqNXZ
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 71! - Tutorials, videos, packages, and much more!
https://ift.tt/39Ex9va

January 18, 2021 at 01:03PM by vensign
https://ift.tt/3inCVVP
New post on /r/flutterdev subreddit:

Do you use Cupertino widgets for the iOS builds?
I am porting for the first time my flutter app to iOS, and I have tried to apply native UI look with cupertino widgets...but after a couple of hours I have decided to stop because of the huge amount of re-work needed in order to give a 100% iOS style.My question is, do you use material look for both android & iOS? For the iOS users: do you think that a material look will have a negative impact on how the users perceive the app?

January 18, 2021 at 04:16PM by svprdga
https://ift.tt/35Pg4gE
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