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

Wrote my first Dart/Flutter package
It can be found on the pub.dartlang site: https://pub.dartlang.org/packages/credit_card_type_detector​The package is a credit card type detector. It can be used to detect the credit card type based on the string form of the credit card number. It is not specific to Flutter so it can be used in web applications too.My example is a fairly simple one but I believe it is a good use case for this package.I am working on a credit card validator package as well.My main goal with these is to help people build UI's that are responsive to user input and allows for front end validation (on top of the back end validation that should be happening).​Let me know what you think and if there is anything I can improve. Right now only Visa, Mastercard, Amex and Discover are supported but I will add other global cards soon

April 13, 2019 at 12:38AM by Cholojuanito
http://bit.ly/2DbLlwi
New post on Flutter Dev Google group:

Flutter Google Maps Plugin - Supporting Markers, Routes, Clusters as Widgets
Hi Flutter Team! Question regarding the general direction of the Google Maps Plugin. Do you plan to support markers, routes and clusters as widgets. Even more general, place any widget on any location on top of the native map in a way that widget and map rendering are synched? Best Tim

April 13, 2019 at 07:28AM by Tim Lessner
http://bit.ly/2PbU2vi
New post on /r/flutterdev subreddit:

Flutter live app
Here is my first ever self designed flutter app... https://play.google.com/store/apps/details?id=com.developer.scanone Please download and share your feedback.

April 13, 2019 at 06:00AM by turbo_01
http://bit.ly/2G7IPaU
New post on Flutter Dev Google group:

Flutter issue
*I am working on this project from 1 months but doesn't had issue like this.* *is any one have solution for this? * *Thanks in advance.* *When i am going to run flutter app it gives me issue like ...* Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'...

April 13, 2019 at 08:58AM by AKASH LONDHE
http://bit.ly/2IhsJie
New post on /r/flutterdev subreddit:

Flutter: Network Request (HTTP)
Network Request is yet another important concept in every mobile app. I am writing my own version of how to use http package to quickly make a network call and display the response in a list. Check it out here:Flutter: Network Request (HTTP) https://link.medium.com/N1O9kFpzQV

April 13, 2019 at 08:50AM by lawreytan
http://bit.ly/2Uz7dME
New post on /r/flutterdev subreddit:

I tried replicating the Flutter Demo app along with the state Management in Native Android - should I use it in production?
https://youtu.be/RmOC1-phSxE

April 13, 2019 at 05:22PM by MithuRoy
http://bit.ly/2UduP4h
New post on /r/flutterdev subreddit:

Flutter: Network Request (HTTP)
At the end of this tutorial, you will have a working Flutter App that:Integrates http packageMake a network call to the JSON hostDisplay the posts data in a list viewPull to refresh posts list

April 13, 2019 at 06:35PM by lawreytan
http://bit.ly/2XbnNPl
New post on /r/flutterdev subreddit:

Creating flutter project through Android Studio throws error
When I created a project through AS and selected (create Card sample) it did throw an error in events
Error Creating Project: Download failed. URL: https://master-docs.flutter.io/snippets/material.Card.dart Error: 404 Not Found 
and if you try to access the same url in the browser it shows firebase error 404

April 14, 2019 at 02:43AM by mosh_java
http://bit.ly/2P8pXMT
New post on Flutter Dev Google group:

How do I sync a server database and a local SQFlite database in Flutter?
I have an Async Task that fetches information from a web service API and displays in the UI. This requires me to fetch the info every time the application starts, which takes a long time for info to appear when you start the app. I would like to store the fetched information in a local SQLite

April 14, 2019 at 04:41AM by Vijay Dhakal
http://bit.ly/2Xatayh
New post on Flutter Dev Google group:

How to read sqflite data without using any UI builder ?
I want to read data from SQFlite but it is only returning an instance of the model. How to read the actual data.

April 14, 2019 at 04:47AM by Vijay Dhakal
http://bit.ly/2X9bMdq
New post on Flutter Dev Google group:

How do I prevent unnecessary rebuild of my List Item from the server
Hello, Am currently building an app that displays a list of stories from firebase. This is done using the stream builder widget of flutter. On any time I open a new page from my list page and return (push and Pop), the list rebuilds. I have a loading indicator that displays when the snapshot

April 14, 2019 at 04:59AM by Emmanuel Enya
http://bit.ly/2P8n1jr