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

V4.0.0 of get_it is almost done. I'm looking for testers / code reviewers
Hi,I'm almost done with a new version of GetIt. I did a lot of cleanup and refactoring as well as added new asynchronous support for factories and and Singletons. Also the startup synchronization has been completely redone.https://pub.dev/packages/get_it/versions/4.0.0-beta2Please check it out and give me feedback!CheersThomas

January 11, 2020 at 07:01PM by escamoteur
https://ift.tt/2QLRQNn
New post on Flutter Dev Google group:

fake location
.........hi guys how to build a fake location app in flutter but i dont need build app vpn because not useful for me ??? please help me

January 11, 2020 at 08:50PM by samer nataf
https://ift.tt/2FIs1aM
New post on /r/flutterdev subreddit:

Location based AR example with direction assistant
I used just some angle formulas and plugins to calculate true directions with ios compass and maps. I think its still not stable but nice example for better workshttps://github.com/DrAchernar/location-based-AR-app

January 11, 2020 at 10:48PM by DrAchernar
https://ift.tt/2FGw1Zh
New post on /r/flutterdev subreddit:

Flutter in gsoc
What are the organisations in GSOC who wants flutter developers?

January 12, 2020 at 09:59AM by noobmaster691111
https://ift.tt/35HktzD
New post on /r/flutterdev subreddit:

First FOSS Flutter app with the embedded google books reader, read books using Google books API . https://ift.tt/2QN6q76
I have made my first relatively big flutter app which integrates the google books reader with another api to fetch books in my college library. Github link - https://github.com/kriticalflare/SIES-LibraryAccording to the description of the app in XDA article here this would be the first FOSS app to implement the google books embedded reader in an app AFAIK .I hope this can serve as an example for others and maybe you guys can also help with a code review of the project.I have used provider with change notifier for state management, moor-ffi for persistence.

January 12, 2020 at 10:32AM by kriticalflare
https://ift.tt/35JM17r
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