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

Can someone validate my data storage thoughts
So my app will have users enter multiple things every day. That data will be displayed to them in a whole multitude of different ways.I basically have 2 options:1) Firebase. I have very little experience with NoSQL and i'm really struggling to organise my data in a way that makes sense for the user to input things, but also for me to be able to show it to them to analyse. For example, one possible way I thought of storing it was:Users/{user_id}/dates/{date_id}Users/{user_id}/{date_id}/{result_id}So I would store 2 things for every result, the date in /dates, and the result in /{date_id}, except I have no idea how to for example, get ALL the data for a user. Or all of a specific result, across all dates, etc. Am I missing something?2) Sqflite. This I am more knowledgeable of, and storing my data in a way that was easy to extract would be trivial, however I would want it to be online and offline capable. That means I would need to create some source of event sourced syncing. Is this overkill? I tried to find something that would do it for Flutter, but couldn't. Has anyone had any experience with this?Honestly just a bit confused. If anyone is really knowledgeable, would love to chat.

March 06, 2020 at 02:24AM by 946789987649
https://ift.tt/3cBLw43
New post on /r/flutterdev subreddit:

App name and icon in app switcher page?
Does anyone here know how to change the icon and app name when you're in the App Switcher page(the one where you swipe up from the bottom and see all the active app pages)? I have done some apps with the Angela Yu's course, but all of them do not have any app name on the App Switcher page. Tried searching all over and couldn't anything.

March 06, 2020 at 05:49AM by jameslatief
https://ift.tt/2PRvJo1
New post on Flutter Dev Google group:

How can Software Companies protect their organization from Coronavirus
Read the full blog here: How can Software Companies protect their organization from Coronavirus < https://www.brsoftech.com/blog/how-can-software-companies-protect-their-organization-from-coronavirus/ >

March 06, 2020 at 08:21AM by Game Reviewer
https://ift.tt/2VLAmnf
New post on /r/flutterdev subreddit:

Hey! I got a quick question! :)
So, I am brand new to Flutter in general and am making an app (with Dart) and have 2 questions:I have a double which I set to $2.50 but it always rounds it off to $2.5. How do I keep it in 'money' amounts?I have said double ^ which everytime a button is pressed it goes: "varName = varName - 0.1;". This works about 3 times where it goes from 2.5 to 2.4 to 2.3 then suddenly it goes to 2.20000000000004 or something. How would I go about fixing this?Thanks so much for help; it is much appreciated!!

March 06, 2020 at 08:53AM by sniperpanda33
https://ift.tt/32Vg77Y
New post on /r/flutterdev subreddit:

Question about box.get() in HiveDB
So I'm saving the app's theme (light or dark) in HiveDB. The FAQ says that box.get is synchronous, but not slow. There are a few instances in my app where I need to get the current theme (light/dark) for some conditional styling. For example, darker colors if it is dark mode.My question is: Are there are any problems with using something like box.get('theme') to get the theme every time? Will there be any affects in speed and in performance the app? Thank you.

March 06, 2020 at 10:16AM by memesligma
https://ift.tt/32WQx2o
New post on Flutter Dev Google group:

Async loading widget
Hi, I have the code below must perform the asynchronous loading of a rest call to a server, carried out by the method
New post on /r/flutterdev subreddit:

eBay like payment system for flutter
Are there any payment services that allow you to create an eBay type marketplace app for flutter?

March 06, 2020 at 11:41AM by prezldn
https://ift.tt/2IlUBjx
New post on /r/flutterdev subreddit:

App Feedback Thread - March 06, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

March 06, 2020 at 01:08PM by AutoModerator
https://ift.tt/2TLkpKX
New post on /r/flutterdev subreddit:

Finally made my own public package, expansion_tile_card
https://ift.tt/3aABgXE

March 06, 2020 at 03:10PM by TehSkull
https://ift.tt/2VSbBWq
New post on /r/flutterdev subreddit:

I created a package that allows you to quickly show a beautiful but simple dark mode switcher widget to your users
That was a widget I created sometimes ago but I decided to make it public today. It's available on pub.dev. You can check the source code on Github if you want.

March 06, 2020 at 03:28PM by Skyost
https://ift.tt/2TILnmD
New post on /r/flutterdev subreddit:

ListUic - UI component (part of my UIC package) for easy building list screen in Flutter. It takes care about data loading and related states, and has rich options to customize its appearance.
https://ift.tt/2xhgj5Y

March 06, 2020 at 06:10PM by echedev
https://ift.tt/3aummSM
New post on /r/flutterdev subreddit:

What widget do you wish was available in flutter?
No text found

March 06, 2020 at 08:24PM by The_CoolNERD
https://ift.tt/2TIjhYK
New post on /r/flutterdev subreddit:

Python with Flutter
I need to run a python file that creates an HTML file. Later I’ll use flutter web view to open the html file, but I was wondering how I can get the python file to run in my flutter app

March 06, 2020 at 08:15PM by surprisedduck26
https://ift.tt/2TMt1B1
New post on Flutter Dev Google group:

How to create a dynamic chart in flutter?
Hello! May I ask something in this community: I want to create a pie chart in flutter which users can edit manually. More detailed: Users should be able to edit the pie chart by clicking on it, so they can change the value and or the name of some parts of the chart. I don't know how to do this

March 06, 2020 at 08:03PM by Marcus
https://ift.tt/2IpkajB
New post on Flutter Dev Google group:

How to make an add post option in flutter where user chooses multiple videos or images together?
Hi flutter community, I want to allow my user choose multiple images and videos and add it in one post, i dont want it to be two separate buttons for photos/videos choosing, in addition i want them to be displayed in a swiper together (instagram UI) .. Any help??

March 06, 2020 at 08:08PM by Amena Deeb
https://ift.tt/32Vghwp
New post on /r/flutterdev subreddit:

I Am Rick (Episode 6): Rick’s Protein Intake Calculator
https://ift.tt/32XJWox

March 07, 2020 at 12:07AM by Elixane
https://ift.tt/2TvsKDZ