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

I have trouble with keeping the app alive in a foreground process, even with platform specific code
I have my app in Flutter and within the app I have a button that starts a foreground process and shows it in the notification bar.But here's the thing: if the app is killed, the only thing that remains is that foreground service. Therefore, my flutter code is killed and can't to any processing. I want to do some calculations within the process but if the app is killed I can't send anymore data. Is there anyway I could do this? What's the point of having a platform specific code with a background/foreground process if you can't use it? Of course I could just make the calculations inside the native code, but what's the point of using flutter then?How can I basically have some background/foreground processes in flutter?

January 12, 2020 at 12:45PM by dragonslayerarmour
https://ift.tt/30jqscH
New post on Flutter Dev Google group:

HOW TO CONVERT A WIDGET TO IMAGE IN FLUTTER WEB
I've been trying to convert flutter widget to image , by using the method described here ( https://ift.tt/2FEpxKx ) but it only workied on android (or ios maybe) and not on flutter web, im geeting this error : > *Unsupported

January 12, 2020 at 01:44PM by vinay sharma
https://ift.tt/380g5x7
New post on /r/flutterdev subreddit:

Database for Mobile app
Hi Dev,New to flutter and trying to build mobile app. I need a database to store user Emails and password.I was considering firebase but I don’t want to be dependent on the service.Currently looking into Hive. They use ‘boxes’. It sounds a lot like blockchain. I’m kool with that.Just want something easy to maintain just how flutter makes it easy to merge design+development.Let me know your thoughts. Thanks.flutter + Hive

January 12, 2020 at 02:21PM by shakofall
https://ift.tt/2ta00WQ
New post on /r/flutterdev subreddit:

How do I get the "raw" html data from a website
Hey guys,i am fairly new to (flutter) development and I have a question:There is this website, and I would like to display the content in an app. As far as I understood the website, it is an server-site html render. Since there are no API's (atleast I didn't find them) which I can use to read the data, I wanted to get the whole html document and parse all of the "interesting" data out.​Do you guys have any idea how I get the html document so that I can start parsing?Or is there a more elegant solution to my problem?EDIT: I don't want to make a html render, I have build my own UI and just want to insert specific data​Thanks a lot in advance!

January 12, 2020 at 01:50PM by vuk_64
https://ift.tt/2RanNxW
New post on /r/flutterdev subreddit:

Any Experiences with using Cupertino Widgets for iOS Version? Worth it or stick to Material?
Has anyone developed an App that uses cupertino widgets for iOS? I'm currently experiencing with it using the flutter_platform_widgets library. I like the look but I'm not sure if its worth the work. There are quite a few Widgets that are not supported in cupertino design such as TabBars under the AppBar and FloatingActionButtons. I'm still undecided if I should rather use Material for iOS Apps as well for simplicity reasons.

January 12, 2020 at 02:45PM by jwknows
https://ift.tt/2NkeQkr
New post on /r/flutterdev subreddit:

Really need your feedback on new get_it API
Hi,after trying out the new API of GetIt to orchestrate an async startup in my main project I got the feeling that it is not as good as I thought and that the previous version actually was easier to understand and more flexible.Please have a look and comment on this Gist discussion https://gist.github.com/escamoteur/c4c717518729a4c24a4ce95c10111473#gistcomment-3135119

January 12, 2020 at 03:17PM by escamoteur
https://ift.tt/2NjTB2l
New post on /r/flutterdev subreddit:

Adding top and bottom separators with ListView.separated | Code With Andrea
https://ift.tt/2FHeL67

January 12, 2020 at 05:17PM by bizz84
https://ift.tt/2uHwzMi
New post on /r/flutterdev subreddit:

State vs Data, do you ever mix the two?
I'm using hydrated bloc to persist app state to the device and I've got my data in Firebase. I'm tempted to create state objects from relatively static data retrieved to reduce DB hits and speed things up a bit. My current thinking is to create a bloc for "recently viewed" data, where whole documents are stored in a map.Does this make sense to do? Is there a better way?

January 12, 2020 at 06:39PM by inhumantsar
https://ift.tt/37Y1br3
New post on /r/flutterdev subreddit:

Easy UI Templates
Hey all, I'm looking for a simple dashboard template, something I can use to get started quickly. Charts and all... I want to build a really quick prototype in about a week. Any idea where I could find something like that?

January 12, 2020 at 08:28PM by spaces_over_tabs
https://ift.tt/2R88plK
New post on /r/flutterdev subreddit:

FlutterForce — Week 60
https://ift.tt/2TgFw9r

January 12, 2020 at 10:37AM by flutterist
https://ift.tt/37YhxQA
New post on /r/flutterdev subreddit:

Babeledit can edit arb files
from their site:Edit your json, yaml, php, arb, vue or properties translation files with ease.babel edit

January 11, 2020 at 02:29PM by bogdan_marinescu
https://ift.tt/3a5yquj
New post on Flutter Dev Google group:

Using video_player to display a video from a given starting position
Hi! I'm trying to create a simple app where I can iterate between video clips. Each videoClip is described by a file location, a start time, and an end time (Durations). When I switch from one clip to another, I would like the UI to simply show the starting frame of the next video clip. I am

January 12, 2020 at 11:49PM by tusike
https://ift.tt/2Nk12Xb
New post on Flutter Dev Google group:

"An InputDecorator, which is typically created by a TextField" not fixed by wrapping in Expanded
I have this: Expanded( child: TextField( controller: _controller ) ) Inside a Column, inside a row, in the body of Scaffold. I get the error "An InputDecorator, which is typically created by a TextField, cannot have an unbounded width". The

January 13, 2020 at 12:31AM by Guyren Howe
https://ift.tt/36Lh97W
New post on /r/flutterdev subreddit:

Widget Hide and Seek: A guide to managing Flutter widget’s visibility
https://ift.tt/3a4824k

January 13, 2020 at 04:26AM by lgn03
https://ift.tt/36QiU3B