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

Text Recognition
Hi, I need text recognition for some documents in my app. I read about the firebase ML kit but I want to know if there is other library out there for approaching this in Flutter. Any recommendation will be appreciated.

March 05, 2020 at 03:39PM by Ridyckz
https://ift.tt/2x7ZdHu
New post on Flutter Dev Google group:

can anyone help me out with this error?
Launching lib\main.dart on Android SDK built for x86 in debug mode... Running Gradle task 'assembleDebug'... D8: Cannot fit requested classes in a single dex file (# methods: 87865 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of

March 05, 2020 at 03:48PM by Sharwan Solanki
https://ift.tt/39pOKFz
New post on /r/flutterdev subreddit:

stratis_flutter | Flutter Package
https://ift.tt/33cShUX

March 05, 2020 at 05:06PM by carminezacc
https://ift.tt/32QaGHE
New post on /r/flutterdev subreddit:

Is there an ORM for Cloud Firestore in Flutter?
I find myself writing boilerplate code to create records, update records and deleting records with Cloud Firestore instead of writing my app's logic.Is there an ORM in Dart for Cloud Firestore that can be used in Flutter? Somethings I was interested in:Be able to serialize to/from JSONWrite all the boilerplate code to save records and retrieve themAdd validators on each field so that I'm not checking logic such as if the field is empty or notIs there something like this that already exists in Dart/Flutter? I haven't been able to find it so far in my search.

March 05, 2020 at 07:03PM by davydany
https://ift.tt/32QD1xu
New post on /r/flutterdev subreddit:

Tips on building a backend
I was thinking to go with .NET for my backend and flutter in frontend, since the company I worked for used to do it like that. But I don't have any experience at all with the backend and need something really simple, for now I'll only need is to build an API that handles CRUD actions.I believe my experience with Flutter is pretty solid, and this won't be the problem (not even the requests, I was pretty much the only Flutter dev at the company so in the frontend I'll be fine), all I need are some tips on how to get started with building the backend (I don't even know where to start).Again, I really want something simple since I'm a complete beginner with anything but android development and flutter.It would be nice to know of some series of videos that teach you how to build the backend then integrate with the aplication, but videos that don't focus on Flutter.Thanks fo any help.

March 05, 2020 at 07:40PM by _hadhodrim
https://ift.tt/32TF5oe
New post on /r/flutterdev subreddit:

SchooLife: LMS created with Flutter and Firebase
SchooLife connect you with your Kids and their Teachers.Learning Management System created with Flutter and Firebase.

March 05, 2020 at 07:32PM by jairofloress
https://ift.tt/39ng9rM
New tweet from FlutterDev:

👂Are you listening to your widgets?

Did you know that widgets can dispatch notifications? For instance, Scrollable widgets like ListView dispatch scroll notifications.

💡You can also dispatch your own notifications.

More #WidgetoftheWeek here → https://t.co/XKwpuygptB pic.twitter.com/lO02nbsmcH— Flutter (@FlutterDev) March 5, 2020

March 05, 2020 at 07:42PM
http://twitter.com/FlutterDev/status/1235636714892222465
New tweet from FlutterDev:

📢 Announcing our new podcast: Apps, Games, & Insights

🎧 Tune in over the next 8 episodes for fascinating discussions and learnings from industry experts covering trending topics around mobile apps, games, and tech. #appsgamesinsights

▶️ Listen now → https://t.co/DgEmasoH8o pic.twitter.com/mEpLwHgyfC— Google Play Apps & Games (@GooglePlayDev) March 5, 2020

March 05, 2020 at 09:41PM
http://twitter.com/FlutterDev/status/1235666787619885056
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