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

How to deal with timestampMicros and threadTimestampMicros in TimelineEvent
I've got this kind of event in timeline: { "name": "MessageLoop::FlushTasks", "cat": "Embedder", "tid": 1646, "pid": 1620, "ts": 97584928561, "tts": 18829654, "ph": "E", "args": {} }, ts here is

July 14, 2020 at 09:26PM by Artur Korobeynyk
https://ift.tt/2OriHMQ
New post on /r/flutterdev subreddit:

Need Collaborators for a huge flutter project.
Hey I have a really cool idea which can even be monitized. I need team members with moderate Flutter experience. Ping me I'll give you the details abt the app.

July 14, 2020 at 10:49PM by yashkhasgiwala
https://ift.tt/3j3z7ZJ
New post on /r/flutterdev subreddit:

Any experience iteratively migrating a native app to flutter? A Native/Flutter hybrid?
There are tons of case studies of companies iteratively introduction react native into their apps, and making a transition. It seems like I haven't heard as many case studies of this with flutter, and most flutter apps are greenfield.Can anyone talk to their experience iteratively integrating flutter into a large native production app?

July 14, 2020 at 10:47PM by duhhobo
https://ift.tt/3iZMDxw
New post on Flutter Dev Google group:

help a first timer! Qs RE multiple types of user profiles and multi-user addition of data to an app
I’m interested in using Flutter to create my first app. I have experience with coding in R and shell script in Linux, but app development and all that comes with it is new to me. After some research I have a few questions about building an app with Flutter: 1. I wish to create an app

July 15, 2020 at 12:02AM by Gethin Thomas
https://ift.tt/2WmhVVw
New post on Flutter Dev Google group:

Flutter Android Dev Doc Error
On the page https://ift.tt/32pIqxr search keyword widgets = List.from(widgets); The above line should be widgets = List
New post on Flutter Dev Google group:

The application may be doing too much work on its main thread flutter
I'm facing an issue in flutter. its saying "The application may be doing too much work on its main thread" when methodchannel invoke the method from android to flutter, in flutter main function receive the call back, in this point we are calling one API for some reason ,that time i got the

July 15, 2020 at 08:13AM by nisho kumaran
https://ift.tt/2WjEWZt
New post on Flutter Dev Google group:

Polestar SDK integration
Hi All, I am wanting to integrate a native Android SDK to a Flutter app. I have seen various attempts at this and none seem to cover the aspects that I seem to be encountering. I would want the SDK from here < https://docs.nao-cloud.com/docs/mobile-sdk/android-sdk/setting-up-your-android-studio

July 15, 2020 at 08:16AM by Sean Ferguson
https://ift.tt/3j2SphZ
New post on /r/flutterdev subreddit:

Outsource projects
If you have any projects feel free to send them to me, as I will most likely do them way cheaper. I prefer to work on simpler apps , cause they dont occupy all of my time. But anything you got will do.Also if anyone wants to partner or something like that, we can work on something together. I'm just looking for some job :)Also if you simply need an app, I would be happy to do it.Let me now if you have anything, just for example, simple one page app, would cost less than 100 euros. While any other app that does not require some authentication and database would be less than 300 euros. Feel free to contact me for more detailed pricing.

July 15, 2020 at 09:46AM by itsdjoki
https://ift.tt/38VXuUJ
New post on /r/flutterdev subreddit:

How will the client manage the app day-to-day?
I've never built a production app before as I'm still in the learning phase. But I just thought of something that hadn't crossed my mind before.Let's say I build a food delivery app. How would the staff be able to edit/cancel orders, delete users, do other admin stuff? Do I have to build a whole separate app for the company staff and add these features?Are these things called an admin panel? Or internal tools? I've confused about the topic, to be honest. What's the standard for approaching this issue? I came across this website by coincidence (https://retool.com/) and it got me thinking about this topic.

July 15, 2020 at 11:17AM by Grenddit
https://ift.tt/2WlqkZD
New post on /r/flutterdev subreddit:

Flutter for Beginners in 2020
The article will cover up the following topics:What is Flutter?Why you should choose Flutter?Flutter or React Native?Where should I take a start?Bonus Tips!--> Article <--

July 15, 2020 at 11:16AM by Fewthp
https://ift.tt/2ZvuRdM
New post on /r/flutterdev subreddit:

Is it possible to keep an app running for long periods of time in the background?
I'm making a running app that tracks the users when they're running. For this to work I have to be able to keep the app running in the background for the entire run, which in some cases can be over an hour long.I've managed to keep tracking in the background for shorter periods of time using Background Locator, however, the app shuts down at what seems to be unpredictable times. One time it lasted for over 50 minutes, another only 13 minutes.For now, I'm only running on Android. Could this be some limitation of the Android operating system? If so, is there something I can do about this to keep the app running in the background for long periods of time?

July 15, 2020 at 12:38PM by idropeggsforaliving
https://ift.tt/38ZMpSE
New post on Flutter Dev Google group:

Can i change the volume of my AUDIO FILE without changing the SYSTEM volume in Flutter?
Can i change the volume of my AUDIO FILE without changing the SYSTEM volume in Flutter?

July 15, 2020 at 01:37PM by hamza idrees
https://ift.tt/2Zs9fim
New post on /r/flutterdev subreddit:

State of flutter and core android functions
So I am learning flutter and there was this one assignment in which we were supposed to make an app that will get the current device location from god and send that data to an API and get weather info back (a weather app), but I had (having) a really hard time to work with the location.There are two packages the location and geolocator but both of those are very buggy. I have seen more people complaining about them. They just don't want to work properly.So why am I writing this rant? I am writing this to ask you the community about what do you think is gonna happen to flutter. In my opinion, flutter needs a way to directly contact the machine instead of using a package written by someone else in native code i.e. making flutter the native language. Or having packages made and maintained by the flutter team so we don't have to deal with the old outdated packages.Google is working on Fuchsia but that's no one knows when it'll come and what will happen to it.Are packages even important?So I have like 200 apps on my phone and there are three types of apps:GamesApps that get their data from the internet.Apps that use core Android function & Photo editorsThe first 2 types don't really need core Android feature (games can be tackled with unity and internet services can use firebase) but type 3 does BUT the percentage of type 3s are so low that they don't even matter.So what's gonna happen; is Google gonna assume that people who wanna use core Android Mobile functions are smart enough to code Java or are they gonna bring the java power to dart and flutter.Note: Whenever I use the word Android I am also talking about IOS but we know apple isn't gonna let anyone into there devices.

July 15, 2020 at 02:00PM by souljaboihere
https://ift.tt/3ew5lt5