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

Blogger API not loading on flutter
Adding my Blog ID and key ought to load my blog, but when i try to load on emulator, once i press launch button, it tries to load but stops just immediately.. The two errors listed below are from the code and i don't know how to go about it.. The editor is not showing any suggestion and error

January 11, 2020 at 01:42AM by Kelechi Uroko
https://ift.tt/2TbVTnH
New post on /r/flutterdev subreddit:

Epigaph of Binary
My first app publish. Epigraph developed with Flutter. It was thought that technology would not destroy history.I need more examples of content to edit the store page. And of course more comments from you. (To improve the app, not for the store.)A long press on the "Write" button in the epigraph box opens the promotion dialog.You can use "flutterDev" promotion code for free write right that limited 100 record.https://medium.com/@mehmet_76940/epigraph-of-binary-a691fa521d6c

January 11, 2020 at 05:20AM by mehmetyaz
https://ift.tt/2t9qK9P
New post on Flutter Dev Google group:

ConnectionState always waiting in StreamBuilder
I using Bloc pattern in my flutter project. In MainPage, I will add List
New post on Flutter Dev Google group:

FLUTTER_WEB API CALL NOT WORKING IN RELEASE BUILD
i'm building an flutter web app and every api calls are working fine in dev-mode but when i tried release mode some api calls are not working(workig in dev-mode) has anyone encountered this kind of problem ? Can anyone help fix this issue?

January 11, 2020 at 05:17PM by vinay sharma
https://ift.tt/2TdWUM7
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