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

Is there a signal strength widget for flutter?
Something like the image here​https://imgur.com/a/AckHVaP

October 27, 2019 at 03:33AM by Dazza5000
https://ift.tt/2WhZPCR
New post on /r/flutterdev subreddit:

Any barcode scanner library?
I'm new to Flutter, so pardon if some of my assumptions is bad.I'm looking for a library that offers barcode scanning. The use case is that I would have home page and search result page. From the home page, user can type item name manually, or search by barcode scanning. Once they click search or finished scanning, it will navigate to search result page.I've been playing with barcode_scanning library, while good, I have a problem with the navigation. From home page, if I go to the scanning page, I can't navigate directly to search result page. It will go back to the home page screen briefly before the navigation go to the search result page. I assume this is because the scanning page was 'layered' on top of the home page, so when the Navigator wants to push, it needs to go back to the home page first before it can push the next page onto the stack. So... That's a limitation. Or I'm just too noob to figure out how.Is there a library that does barcode scanning by Widget, so that I can put that onto a page? That way, I don't have to see the home page after scanning is finished.

October 27, 2019 at 04:43AM by redfournine
https://ift.tt/2PmgB2h
New post on /r/flutterdev subreddit:

Http Requests
Hello everyone, please i just made an app call to the pixabay api to get photos by querying a keyword from a form. I got the data back but now I want to be able to click on a single photo and view it's other properties like "photographer, views, comments " . Please how to do I go about it?

October 27, 2019 at 08:00AM by Dugba
https://ift.tt/2Wi4d4R
New post on /r/flutterdev subreddit:

FlutterForce — Week 50
https://ift.tt/2JFyTrV

October 27, 2019 at 09:05AM by flutterist
https://ift.tt/2NhaXMf
New post on /r/flutterdev subreddit:

#22 Drawer Flutter Widget
https://youtu.be/KYXuwMrDXgY

October 27, 2019 at 10:25AM by systechdevelopers
https://ift.tt/36jaPES
New post on /r/flutterdev subreddit:

Best practice for page routing in flutter?
I was wondering if there is a best practice on how to organize the page routing.Maybe I am wrong, but after reading the page routing example on flutter.dev I feel that it would be better not to initiate routing within the routes themselves, but have a central class that manages which route to display.In Android, e.g. this could be a FragmentManager located in the MainActivity, which manages which fragment to show.If anyone had a link to an example on how to organize the routing, or something similar, this would be very valuable to me.

October 27, 2019 at 10:44AM by lazy_Ambitions
https://ift.tt/2PtDqkV
New post on /r/flutterdev subreddit:

Calculator using flutter
Hey guys,This is a sample calculator application that I have built. The code might seem messy but I'm working on improvising the implementation everyday. Please do check it out and put down your thoughts.​Github repo : https://github.com/emilsharier/CalculatorInstagram post : https://www.instagram.com/p/B31saiYAT2Q/?utm\_source=ig\_web\_copy\_link

October 27, 2019 at 11:54AM by eeelll414
https://ift.tt/31Vbnxn
New post on Flutter Dev Google group:

how to clean up FlutterEngine
hi, recently, I need to lazy start FlutterEngine, and clean up it on demand. I did it as following: 1. set all plugin's methodChannel as nil 2. dealloc all FlutterViewController 3. Underlying the Engine, I set the leak_vm setting as false, so it will not keep dart VM 4. At last, I can see

October 27, 2019 at 02:39PM by Jim Xu
https://ift.tt/2PmUNUd
New post on /r/flutterdev subreddit:

A Flutter Web App to bookmark or share collections of Dart pub.dev packages.
https://ift.tt/2p89QXq

October 27, 2019 at 02:56PM by modulovalue
https://ift.tt/367zrQI
New post on /r/flutterdev subreddit:

Happy Diwali To Everybody. Found out a special video related to Flutter and Diwali. https://ift.tt/2PmYYiQ
https://www.youtube.com/watch?v=8gtwa9DgZaI

October 27, 2019 at 03:28PM by maadhav2001
https://ift.tt/345glc7
New post on /r/flutterdev subreddit:

Is Flutter ready for production apps?
If you have to build a business case to make an app in Flutter, you will get the question - is Flutter ready for production apps?What's your advice on how to answer this question?

October 27, 2019 at 04:19PM by hipster_zeus
https://ift.tt/2pSBmrU
New post on /r/flutterdev subreddit:

Dependency Injection recommendations?
I've been looking for a package to help with dependency injection. The main ones I've looked at are kiwi, get_it and provider, however, these seem to be just variations of the service locator anti-pattern. I've also come across inject on GitHub, which does seem closer to what I'm looking for, but it's only a developer preview and hasn't been touched in months.Just wondering what thoughts others have, and if anyone here has any recommendations for (ideally) compile-time/generator dependency injection?

October 27, 2019 at 04:42PM by Not0nFire
https://ift.tt/2qQVHOR
New post on /r/flutterdev subreddit:

Call a method on flutter notification possible?
Hi,I am using flutter_local_notifications to handle my notifications which does so very well. I want my program to, on a notification, call a method. This method will handle a timer which basically waits until the user confirms something, and if it doesn't, a new method is called, terminating the action.I wonder if there is anything like this for Flutter. I have asked some of my Android dev friends. They tell me that in Android they use PendingIntent, which does seem to do what I want, but I have yet found something like it for Flutter.I'd appreciate any advice or workarounds if there is nothing like it.​Thanks!

October 27, 2019 at 05:41PM by lenn_armstrong
https://ift.tt/2p66BQd
New post on /r/flutterdev subreddit:

Widget-Maker alpha release
https://ift.tt/31QnUBV

October 27, 2019 at 06:19PM by norbert515
https://ift.tt/2Wi3HUx
New post on /r/flutterdev subreddit:

Login and different user types
Are there any examples out there on how to create a user login with flutter and node js? I'd also like to know if anyone has implemented role based fluter apps with views for admin only etc

October 27, 2019 at 07:04PM by davicitos
https://ift.tt/2JrbWZo
New post on Flutter Dev Google group:

disable Flutter crash reporting?
[image: h01.PNG]

October 27, 2019 at 10:41PM by LOUNES Abbar
https://ift.tt/2JrVs2T
New post on /r/flutterdev subreddit:

Minesweeper in flutter
On the webhttp://www.adamhammer.ca/minesweep/Sourcehttps://github.com/ahammer/flutter_minesweeperPlay Storehttps://play.google.com/store/apps/details?id=com.metalrain.mine_sweeper&hl=en_USNote, performance on the web isn't great, but I wasn't expecting it to be either.Architecturally, it uses Redux, but Provider is used to grease the wheels a bit in places.No article or how to, but I'll gladly field any questions.

October 27, 2019 at 09:14PM by HaMMeReD
https://ift.tt/34gWBmb