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

How to use async code inside map() (Flutter, Firestore)
Hey, I am working on a group chat app with Flutter and the Firestore Plugin. Getting the data from the database and converting the snapshot into a List of Messages works totally fine. But now I want to convert the uid from the database into the username (uid: username are saved in the db). This

November 21, 2019 at 04:41PM by J3ns
https://ift.tt/37st3nK
New tweet from FlutterDev:

👏 Thanks for all the valuable feedback on Flutter! 👏

We're back with the Q3 survey results from over 7,500 Flutter users. 👥

Read about it here ↓ https://t.co/e8a0eyYtQP— Flutter (@FlutterDev) November 21, 2019

November 21, 2019 at 06:30PM
http://twitter.com/FlutterDev/status/1197567977006104576
New post on /r/flutterdev subreddit:

Install Flutter app onto iPhone
Hi, I have a Macbook Pro and an iPhone Xs. Can I develop a flutter app on my Mac, and then install it on my iPhone for testing without paying Apple?I see a lot of people trying to do this from a Windows machine but not a Mac.Thanks!

November 21, 2019 at 06:35PM by TopNFalvors
https://ift.tt/37rv9Ex
New post on /r/flutterdev subreddit:

Is Flutter the most ideal tech for a "Lime"(Electric scooter rental app)-like startup?
Hi people,I have been using Flutter for the past year and loving it. However I would like to get the thoughts of the community, especially the experienced developers who worked on production ready apps which require a large ecosystem of development. I think the feedback you give might be valuable to a lot of people/companies who are considering to use Flutter in a big project.If done with Flutter, what are the optimal guesses to the questions below: (Assume UI/UX design is ready along with assets, etc..)Is flutter OK for this project? (look at some of the project ingredients at the bottom of the post)How many Flutter developers are needed? (And what experience levels?)With a project of this size, what state management is best suited?Is Firebase OK for a project like this? (consider pricing while answering)How many Server side developers are needed?How many testers? (Unit tests will be written by the Flutter devs)How long for the MVP(minimal viable product) to be ready?How long needed for the App to be market ready?Please consider these requirements:(There might be some that I forgot to add. remind me if you want to add any)iOS/AndroidReal time info display(location of the scooters/battery levels/etc..)Payment servicesInternationalizingAccessibilityMaps and NavigationLocation PermissionCamera PermissionBarcode scannerPush NotificationsTestingAnalyticsCrashlyticsAnd things I forgotten to add...

November 21, 2019 at 06:11PM by aytunch
https://ift.tt/37r2YFS
New post on /r/flutterdev subreddit:

connecting to and returning results from a website
Hi, is there a built-in method in flutter to connect to a website and then parse the results?Thanks!

November 21, 2019 at 08:33PM by TopNFalvors
https://ift.tt/2QAR5ai
New post on /r/flutterdev subreddit:

Flutter winning me over SwiftUI
After spending some time with Flutter to create a mobile application for a small effort it was a pretty unique experience in that I really enjoyed the process with hot reload and being platform agnostic. I recently decided to give a try at SwiftUI and while its a great start it got very frustrating really quickly in that they don’t have a true hot reload feature and the structuring of an application was a mess. As a mainly iOS user it feels like I am cheating on a platform I have heavily invested in for a new more exciting development ecosystem.

November 21, 2019 at 08:57PM by rubenalvjr
https://ift.tt/2QH3zNw
New post on Flutter Dev Google group:

How to run multiple test cases of Flutter integration tests in single command or from single file.
How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. When I try to do separate groups in single file then app stays on same page doesn't restart. Here

November 22, 2019 at 07:49AM by Vitthal Bobade
https://ift.tt/2Oz8ddJ
New post on Flutter Dev Google group:

How to run multiple test cases of Flutter integration tests in single command or from single file.
How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. When I try to do separate groups in single file then app stays on same page doesn't restart. Here

November 22, 2019 at 07:50AM by Vitthal Bobade
https://ift.tt/35mFnEg
New post on Flutter Dev Google group:

Error running Gradle
When I try to run my app I got this error. * Error running Gradle: ProcessException: Process "C:\Users\UserName\Documents\FlutterProjects\MyApp\android\gradlew.bat" exited abnormally: > Configure project :app WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with

November 22, 2019 at 08:08AM by Binuwara Nagahawatta
https://ift.tt/2O8sWWY
New post on /r/flutterdev subreddit:

Extended capabilities for collections. Hello everyone, recently we've created dart package that improves operating the collections, it's called flinq. It adds extension getters and methods such as firstOrNull, firstOrNullWhere, mapList, min, max, sum, average, etc.
https://ift.tt/34cLMlf

November 22, 2019 at 10:12AM by ExReflect10n
https://ift.tt/35toc47
New post on Flutter Dev Google group:

Chat application development with flutter, Will it support all the features?
Hello, I am Android developer, I am new in flutter application development. Need help about development possibility regarding below requirements, I am developing *chat application like Slack* with all the feature including, single, group chat, media sharing, read receipt, typing intimation,

November 22, 2019 at 10:44AM by dayanand L
https://ift.tt/2KLMH4r
New post on /r/flutterdev subreddit:

<b>Recap: Google's BIG challenge, Make your Flutter app look gooooood &#128525;</b>
Hey, everyone! Here's a recap of what's been happening over the past couple of weeks in the Flutter-verse.We talk a lot about things like state management, so this time around we decided to highlight some of the awesome stuff Flutter allows us to do to make our apps look good and work well.Love it? Hate it? Let us know in the comments!Want to get it by email? <a href="https://flutterigniter.com/snacks/">Click here</a>.____Your Flutter app needs to look good and feel greatWe've all had designers that have asked for things that were just wayyyyy too complex. Thankfully, Flutter gives us some awesome tools that make it much easier to say “yes” to designers while keeping your code &#128170;&#8203;<strong>Export Flutter code from Zeplin</strong>...ever gotten a Sketch or Photoshop file from a designer and then had to manually figure out colors, sizes, etc? Yeah, it’s a pain in the a**. Thankfully, if you use <a href="https://zeplin.io/">Zeplin</a>, there’s a <a href="https://medium.com/flutter-community/flutter-and-zeplin-speed-up-the-development-process-from-your-design-45ff5d21166a">great extension from Roberto Juarez</a> that will automatically generate Dart code you can use in your Flutter app.&#8203;<strong>Easier Styling with Division</strong>...as you work with Flutter, you’ll undoubtedly run into some awkwardness with styling, whether it’s inconsistencies in how exactly you style different things (ex: centering vs. font size) or sharing styles among multiple widgets. The <a href="https://github.com/ReinBentdal/division">Division package from Rein Bentdal</a> aims to make it a whole lot easier using CSS-inspired syntax. Need a video tutorial? <a href="https://www.youtube.com/watch?v=kcq8AbVyMbk&feature=emb_title">Look no further</a>.&#8203;<strong>Cupertino “Stack View” is coming/already here</strong>...we’ve heard it called by many names: stack view, sheet presentation and more, but you’ve undoubtedly seen <a href="https://user-images.githubusercontent.com/3678732/66692450-05bb6d00-ecd1-11e9-8ba3-e6d5df09d645.png">this view style</a> if you’ve used iOS 13. While it’s <a href="https://github.com/flutter/flutter/issues/42560">been accepted</a> as a future inclusion in the Cupertino package, a fellow Flutter community member created the <a href="https://github.com/aliyigitbireroglu/flutter-cupertino-stackview">cupertino_stackview</a> package to make it a reality now.&#8203;<strong>Theming in Flutter...</strong>&#8203;<strong>&#127761; If your app doesn’t support Dark Mode, it sucks</strong>…okay, just kidding but dark mode is a feature that will most likely come to be expected in the future given that it’s now an OS-level option. So how do we do it in Flutter? In <a href="https://www.youtube.com/watch?v=G7gV89hnooM">this video</a>, Paul Halliday shows you how it's done using Provider.&#8203;<strong>Looking for a really in-depth theming tutorial?</strong>...if you’ve already read the <a href="https://flutter.dev/docs/cookbook/design/themes">Flutter theming docs</a> and are craving more, <a href="https://www.youtube.com/watch?v=RJkiESVJXAk&feature=youtu.be">check out this video from Techie Blossom</a> that digs deep into the theming process.&#8203;<strong>Want to create your app’s theme visually?</strong>...check out the <a href="https://rxlabz.github.io/panache_web/#/">Panache theme editor</a>. Start with a base palette, customize each widget style to your heart’s content and then copy the generated code. Done!____&#127906; Animate all the things…Animation is a powerful thing. Used too much and it can ruin a perfectly good app, but used just right, it can add a whole new dimension to the user experience. Intrigued? See the list below for animation tutorials for both the novice and the elite.&#8203;<strong>Understand the basics</strong>...with <a href="https://resocoder.com/2019/08/01/flutter-animation-tutorial
New post on /r/flutterdev subreddit:

Is it just me or is labelTexts animation choppy?
The animation for labelText when it goes from inside the textfield to the border is a bit choppy? I looked into the animation and tried speeding it up a bit but it doesn't work. Anyone know why this is happening?

November 22, 2019 at 08:31PM by fd991
https://ift.tt/2KNhRIJ
New post on /r/flutterdev subreddit:

GPS tracking
I see a few things out there to help out with GPS, but I don't see anything to help me decide which one to use based on my use case. It may be that what I'm looking for is such an obvious component of GPS use that it never gets mentioned.I don't care about things like map integration or geolocation. Recording a track (as a track, not a series of waypoints a few feet apart) would be nice, but not critical. I want to 'grab' a lat/long along with the heading at the time I record it. I think I need continuous speed (and maybe heading), because I want to use a threshold speed (and maybe heading change) to trigger the capture of location and heading.

November 22, 2019 at 09:29PM by jadero
https://ift.tt/2OBFUvj
New post on /r/flutterdev subreddit:

FCM iOS push notification broken?
Hi Everyone!​I am use FCM for send push notification to device. On Android everything is work no problem. But on iOS notification often not work.I see open issue here: https://github.com/FirebaseExtended/flutterfire/issues/1041#issuecomment-547355695Is anyone else have this issue? How to fix?​Thanks!

November 22, 2019 at 10:13PM by Flutter_Dev
https://ift.tt/2qtQzAm
New post on /r/flutterdev subreddit:

Academic Survey on Mobile Cross-Platform Development
Hello wonderful people, I'm doing a quali-quantitative research on cross-platform frameworks and I'd love to take a deeper look on your thoughts on them!Here's the link: https://forms.gle/YCnfddQNvzN38pLU7

November 22, 2019 at 10:06PM by K1NGC0D
https://ift.tt/2OB4Xif