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

How to include maps in flutter apps without using Google Maps?
Hello fellow developers, I am a newbie developer and I am learning to include maps in my flutter projects. I have come across a problem that there is no specific package if we want to include maps other than Google Maps.I have found services like MapQuest, or Yandex, from where I can use the APIs. But I have not found a single blog post or tutorial to get around this problem of what things to include in Android.manifest file or what keys to include in iOS info.plist etc. .I am sure there has to be a way. So you help me out in find a way to get around this. I am sure there might be someone else who is also struggling to get around this problem.Thanks ! It will be a huge help. Cheers!

May 15, 2020 at 06:31PM by kyabhailog
https://ift.tt/2WAIaZa
New tweet from FlutterDev:

🎉#FlutterFriday, #FlutterFriday

Do you have a stateless widget that you've now realized needs to be stateFUL? Both VSCode and IntelliJ have shortcuts to convert.

💡Just use Alt+Enter or ⌘+. / Ctrl+. with the cursor on the widget definition, and you now have a StatefulWidget! pic.twitter.com/8o4AtdmNaP— Flutter (@FlutterDev) May 15, 2020

May 15, 2020 at 07:10PM
http://twitter.com/FlutterDev/status/1261343129778569216
New post on Flutter Dev Google group:

If I am having an issue that is similar the same as a reported issue what is proper decorum
Hello Everybody: We have been encountering an error that is very similar or the same as: https://ift.tt/2z0j6BH
New post on /r/flutterdev subreddit:

COPYING OF FLUTTER CODES - BAD OR GOOD
I copy most of flutter codes and just modify them to build Applications and I do get the result I want.But Out of Curiosity and Guilty conscience: I will like to know if it is a bad practice and will it affect me in any way towards my career as a Flutter developer.Please honest opinions are neededThank you

May 15, 2020 at 11:57PM by benlex5
https://ift.tt/3cAU3nb
New post on /r/flutterdev subreddit:

Admin Type Auth using Firebase documents
Is there any good docs on building an app using administrator type implementation with users with Firebase as the backend? I am working on a project where an administrator will delegate an organization’s users accessibility to certain apps tools.Example: Administrator will delegate Managers to see Operation controls, HR to access only HR related controls, etc...

May 16, 2020 at 12:59AM by hughpaud2020
https://ift.tt/3fUXOG8
New post on Flutter Dev Google group:

Test folder inside local packages: IDE or Dart Analyzer doesn't work
Hi, I have multiple subpackages inside my Flutter app, and in the test folder of these packages sometimes dart analyzer doesn't work. Flutter doctor: ✓] Flutter (Channel beta, v1.17.0, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version

May 16, 2020 at 03:07AM by Ahmed Erabti
https://ift.tt/2WZeCDs
New post on /r/flutterdev subreddit:

Flutter Android Page Transitions
Why doesn't Flutter change Android page transitions depending on the Android version? Shouldn't it switch to OpenUpwardsPageTransition for Android P, ZoomPageTransition for Android 10, or FadeUpwardsPageTransition for older versions?Or does it already do this and I forgot to implement it somehow?

May 16, 2020 at 02:36AM by bosoxs202
https://ift.tt/2Tb8SoR
New post on /r/flutterdev subreddit:

First Flutter App - Music Recommendation App
Link to GitHub: GitHub-RepoRecommelody, uses Spotify Web API, spotify-dart to suggest new songs based of user's favourite songs.Since it is my first app, I'm not sure if I've met all the best practices. Suggestions are welcome. Please feel free to fork the repo, if necessary.

May 16, 2020 at 05:41AM by Gautam-j
https://ift.tt/3dUwkih
New post on /r/flutterdev subreddit:

Passing Data backwards through the navigation stack
Can someone help me to understand the data passing through Navigation.pop(context,result) and the previous screen assigning a variable and getting the value of result? I didn't understand the future involved (async and await) and how all those are working

May 16, 2020 at 07:55AM by milanpoudel
https://ift.tt/361PMqD
New post on /r/flutterdev subreddit:

How to effectively subscribe to the API response changes in the case where API provider doesn't provide subscription service directly?
I'm working on the Flutter application which requires updated scores and result of the fixtures to be fetched. But how to efficiently subscribe to the updates in API without actually spending limited API requests?I'm using https://www.cricapi.com/ to get the necessary data. But an application residing locally needs to be notified when the result of the fixture is decided.There are some solutions I have thought of: 1. Simplest of them all is to make API request periodically from each mobile device. But it's very costly and seems inefficient when we compare no. of hits and misses. 2. Slight modification to the first solution would be to run the periodic state change test using constantly running function at the server (similar to cloud function) and when there's a hit, inform the concerned peers about the changes. 3. I'm thinking of using Stream but not entirely sure about its implementation.I'm still novice in mobile application developing, so I welcome useful practices when dealing with Asynchronous services.

May 16, 2020 at 09:20AM by agent_515
https://ift.tt/2WC5u8Q
New post on Flutter Dev Google group:

Thread 1: signal sigabrt
Please help me out, how to resolve the signal sigabrt issue in ios. Its xcode 11

May 16, 2020 at 11:10AM by shinos mohamed
https://ift.tt/2y7wO5n