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

What is state?
Can anybody tell me what is state in flutter? And what is meant by the statement"We can't change the state of widget in stateless widget"flutter #dart #flutterDev

November 02, 2019 at 07:35PM by m_hamzashakeel
https://ift.tt/2PFA2U3
New post on Flutter Dev Google group:

Flutter image_picker camera does not recognize text with firebase_ml_vision plugin.
Hello All, I am using firebase ml vision for one project. Bu when i take photo add starting ocr process doesnt recognize texts and i think also image. Do i need to convert to image ?

November 02, 2019 at 09:42PM by Yasin Ilhan
https://ift.tt/3388EC4
New post on /r/flutterdev subreddit:

Data Structures? How to properly structure data for use with Firebase?
I’m new to the whole no SQL database and I’m finding myself at a loss for figuring out how I should structure my data within Firebase for use with my flutter application. Are there any good resources that could help a new dev out with this problem?

November 02, 2019 at 09:33PM by ro_mo
https://ift.tt/34nmh0d
New post on /r/flutterdev subreddit:

Smart new way to build and test for multiple resolutions
While building the tablet version of Newsvoice, I came up with a smart new way of testing your app for multiple devices. Made writeup on Medium. This can literally save you days of testing and frustration! :)https://medium.com/flutter-community/building-flutter-apps-for-multiple-screen-sizes-and-devices-5ec7f86df96e

November 02, 2019 at 08:12PM by vik76
https://ift.tt/33mzpCA
New post on /r/flutterdev subreddit:

Anyone Open For Collaboration ?
Hello Everybody :)I was wondering If anyone is open for team work collaboration and work together with Flutter ?I have months of experience and you can checkout my few apps I've made here: https://abdessaied.com/MobileDM on Discord If you guys are Interested: Imperial#3212

November 02, 2019 at 08:10PM by Cangasevere
https://ift.tt/33b2Bg0
New post on /r/flutterdev subreddit:

I'm about to purchase a PlayStore license. Anything I should know about first?
I'm about to get a Google PlayStore license so I can publish my apps to the PlayStore. Are there any thing I need to know before going ahead to make the purchase? If you've successfully published a Flutter app for Android, I'd love to hear your experiences.Also, I'm thinking of creating a secondary mail to use rather than my current primary email address, are there any caveats to this?Thanks a lot...♥️

November 02, 2019 at 09:43PM by preshtagon16
https://ift.tt/2qbWklJ
New post on /r/flutterdev subreddit:

App to measure your current speed??
Hi! I'm relatively new to flutter and I was wondering if it's possible to develop an app that shows your current walking/running speed, if so, what libraries should I use to develop this??

November 02, 2019 at 10:39PM by fmaldonado6
https://ift.tt/32fdGvn
New post on Flutter Dev Google group:

Assets in package, app e web
Hello friends, I have a problem when I try to make use of assets within my project which is a package containing 3 more projects. When running the project project_app, and accessing images that are in project / assets / images, the error below Running "flutter pub get" in atae_zeus_app...

November 03, 2019 at 03:37AM by Leonardo Ferreira
https://ift.tt/2qfBEcx
New post on /r/flutterdev subreddit:

Flutter, Firebase, and ThirdParty APIs
Hello! I am a new flutter developer and I am right now creating an application that hopes to incorporate ThirdParty APIs such as the Fitbit API. I want to ask anyone here if they have already found out a way to make the 'callback URI' from Firebase (Authentication from either Facebook or Twitter) work with third-party APIs. I've been stuck at this problem for quite some time since everytime I try to authenticate my app(using OAuth2.0 Implicit Grant Flow since I do not have a server to exchange access tokens with) with the Fitbit API it does, however it doesn't redirect me to my application unlike the Firebase Auth from Facebook. I would appreciate any help or further resources so I can fix this problem ASAP.

November 03, 2019 at 05:21AM by allenind
https://ift.tt/2PRC03V
New post on /r/flutterdev subreddit:

I dislike the current Flutter lint rules. How can we contribute?
Does anyone know how to contribute/write your own lint rules for Flutter? I feel it is a major pain. There are a lot of places that could receive a rule, and there are a lot of rules that could be better (for example, it tells you to add a const keyword in init methods from classes, but there is no "click here to do it"!).I am coming from Android development and in native Android there are lint rules for basically everything. Not only this, but they usually provide suggestions on how to fix, so with two clicks you see the issue and fix it. Flutter has fewer rules and most of them does not provide suggestions. How can I help improve this?

November 03, 2019 at 05:34AM by bernaferrari
https://ift.tt/2pDeTPz
New post on /r/flutterdev subreddit:

Just rolled out Flutter WEB in production. That's right 😈
Hey Flutter Community,
As some of you know, I was refactoring my website from react to fluttter web. I'm documenting my refactoring on medium as well. However it came to a time to finish line! And here it is!https://rentmi.co - my first production ready Flutter website.And yes, I would not encourage you to build production ready website on Flutter just yet.​As you might pick it up (especially with Chrome), it's little laggy. I noticed that performance is highly influenced by images. What's funny though, on Safari it feels quite smooth!
What else is performance of pageview. Oh damn that's clunky sometimes!Besides that - I think it's quite well. There are still couple things to fix, but here it is.Let me know what do you think or you have any questions to it! I'm more than happy to answer.

November 03, 2019 at 07:05AM by Deimantasa
https://ift.tt/2JKUmzp
New post on /r/flutterdev subreddit:

Published my first package 📦 Simple and easy-to-use Dart wrapper for HackerEarth API which provides endpoints for compiling and running code in several languages.
https://ift.tt/2JFIDlR

November 03, 2019 at 02:15PM by fleper
https://ift.tt/2pAym3m
New post on /r/flutterdev subreddit:

Scrum Poker Cards App, from Android+Kotlin to Flutter (Android + Web)
Android dev here, I just want to share a simple app that I made using Flutter! Check it out here:https://play.google.com/store/apps/details?id=com.polbins.scrumsterAlso available on web:https://scrumster.netlify.comIt took me longer (~5 days) compared to Android+Kotlin (1 day), but it's because I wanted to learn every bit from scratch. The port was quite easy and everything works as expected! (except for web w/c is expected, doesn't play nice on some browsers) It was a very pleasant experience all in all! :DAny feedback on the app is appreciated :)

November 03, 2019 at 02:59PM by polbins
https://ift.tt/2JLERar
New post on /r/flutterdev subreddit:

Firebase storage tutorial
I'm currently playing with firebase storage, by using the firebase_storage package. But there are no good tutorials, and the documentation is only for Swift and Kotlin. Does someone know a good tutorial to start with firebase storage?

November 03, 2019 at 03:36PM by Qfine
https://ift.tt/2JLfPZk
New post on Flutter Dev Google group:

64 bit show stopper error
I am trying to publish our flutter application to the google play store and Im getting what appears to be a show stopper error... Error This release is not compliant with the Google Play 64-bit requirement The following APKs or App Bundles are available to 64-bit devices, but they only have

November 03, 2019 at 06:40PM by Sam Cromer
https://ift.tt/2rbazYr
New post on /r/flutterdev subreddit:

ISO an example for querying Firestore DB based on geopoints?
I currently have a Map screen and a Firestore query to "grab everything" from the DB. But I ultimately want a query that "grabs everything within a 5 mile radius of my objects".Each object in my database has a variable named geopoint that is an Array<double> that is where the location is stored.Any help, example, or direction would be wonderful!

November 03, 2019 at 07:00PM by maylortaylor
https://ift.tt/34j60tk