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

can anybody explain this code to me ?
<>return Column(children: [Question(questions[questionIndex]['questionText'],),...(questions[questionIndex]['answers'] as List<Map<String, Object>>).map((answer) {return Answer(() => answerQuestion(answer['score']), answer['text']);}).toList()],);</>​​why did he put three dot before (questions[questionIndex]['answers'])

April 03, 2021 at 11:06PM by seifbon77
https://ift.tt/3sQlsJV
New post on /r/flutterdev subreddit:

Material and Cupertino: how to play nice?
I've been working on a Flutter app for the last 9 months as a side project. I just updated the flutter SDK and all sorts of dependencies. I like having one code base that works for Android and iOS. I use a few different classes depending on the platform (eg Scaffold vs CupertinoPageScaffold) but mostly don't use Cupertino very much.With the new update, it tries to force me to use "CupertinoApp" instead of "MaterialApp" for some Cupertino customizations. But that wreaks havoc down the line for all the code depending on the themes etc. I went down a rabbit hole that got worse and worse.I worry that Cupertino is going down a dangerous path of re-inventing everything to fit better to iOS. Which is great if you ONLY want to build an iOS app. But if you want an app that can do both, and looks somewhat native for each, it seems like you'd have to do a ton of duplicate work.I could use some advice on this. Are there current best practices for building apps for both platforms? Some good code examples? Blog posts on the matter? Thanks!

April 04, 2021 at 03:50AM by oskar_pelotrak
https://ift.tt/3cSlVWN
New post on /r/flutterdev subreddit:

UXCAM? Has anyone used it?
Hi,I’m looking to find a solution to playback user sessions to better understand their issues. (We’re still in alpha testing and I’m just handing it out to friends and family, but sometimes a few forget to screen record and it’s a bit annoying to manage).I came across UXCAM and wanted to see if anyone has used it and what are their thoughts? Also if there are better alternatives?Thanks!!!

April 04, 2021 at 03:48AM by Breadcrmbs
https://ift.tt/3fFA2QM
New post on Flutter Dev Google group:

How to map or index to image and audio in flutter?
- How to map or index in image and audio in flutter - I am try to make Slider app If slider open play the audio - I was Stored 26 images and 26 audios - If first slide open play the first audio and 2nd image 2nd audio - I am using Swiper flutter_sw

April 04, 2021 at 08:06AM by Kumaresan Jackie
https://ift.tt/3rPjZ5e
New post on /r/flutterdev subreddit:

I need an alcoholic drinks nutritional info API
/r/developer/comments/mjrihc/i_need_an_alcoholic_drinks_nutritional_info_api/

April 04, 2021 at 09:25AM by Holmetis
https://ift.tt/3rPQhgu
New post on /r/flutterdev subreddit:

Why is hardware setup in the cloud hard? And how Stadia engineers solved it.
https://ift.tt/31LreRm

April 04, 2021 at 10:54AM by Purple_Pizzazz
https://ift.tt/3dxTrAv
New post on Flutter Dev Google group:

Flutter pub get problem
Hello, I have a problem how can I solve this. Running “flutter pub get” in Flutter-BuySell… Because flutterdemoapp depends on flutter_localizations any from sdk which depends on intl 0.17.0, intl 0.17.0 is required. So, because flutterdemoapp depends on intl 0.16.1, version solving failed. pub

April 04, 2021 at 11:14AM by Azad Saibov
https://ift.tt/2R5mNPf
New post on Flutter Dev Google group:

Syncronous Image load in list view builder
Hi guys, need some help. i have some product list is built in listview builder. i have using lazy load to load more after 1/4 of screen scroll. the problem is image is not load also when list is build but is loaded when we show the card. take a look for detail question i have made. still not

April 04, 2021 at 11:38AM by darmawan zulkifli
https://ift.tt/3rIWFGs
New post on /r/flutterdev subreddit:

Does Flutter have full or at least partial optimization for Apple M1? If no, is there any insights on when it is going to launch?
Q

April 04, 2021 at 11:43AM by haqnazar
https://ift.tt/3sONHJ9
New post on /r/flutterdev subreddit:

Flutter is good for background services or not ?
I want to

April 04, 2021 at 02:18PM by Prashant_4200
https://ift.tt/3sTtnqa
New post on Flutter Dev Google group:

Regarding Responsive Design
Hello All, I have implemented this code but I am unable to set properly for responsiveness. I am have attached the SS of the screen which I am getting. Please correct me. Please help. Below is my code: import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class

April 04, 2021 at 03:47PM by HIMANSHU MISHRA
https://ift.tt/3dw5SwI
New post on Flutter Dev Google group:

how do I report copyright credit problem on pub plugin?
How should I report a pub package author re-using Google flutter dart code without copyright crediting the Google authors? the offending culprit is this one; https://ift.tt/3kl9H9k copies almost the full parts of logging and some other areas with no credits in copyrights or source to

April 04, 2021 at 08:47PM by Fred Grott
https://ift.tt/3fFahQy
New post on /r/flutterdev subreddit:

Is it worth optimising firebase RTDB for data sync?
I’m making kind of a game app where users coins details (how many coins - just an int value) will update quite frequently. I was planning to have a local class that holds the updated coin value throughout the session (it writes to db everytime, but doesn’t read) but then I read a couple of firebase related post stating how cheap it is. Now I’m contemplating if I should even go through the hassle of optimising my reads or just simply put a stream-builder and let firebase be the single source of truth. What are your thoughts?

April 05, 2021 at 07:12AM by diedFindingAUsername
https://ift.tt/3dBe2Ec
New post on Flutter Dev Google group:

Flutter Crash When Run New Project
Hi i install flutter in my kde neon and test every version of it 2.0.3 with snap, 2.0.2 without snap , and 2.0.4 without snap every one crash on run new project i post problem on github no one answer please help github link for run log https://ift.tt/39EFmjt

April 05, 2021 at 08:53AM by Erfan Star
https://ift.tt/3sTg3St
New post on /r/flutterdev subreddit:

How to install Flutter: A 5 minute guide
https://youtu.be/d7UKQvEKYw4Like and subscribe my youtube channel to get more flutter tutorials 😉👍

April 05, 2021 at 08:23AM by techie_jarvis
https://ift.tt/3cNAudR
New post on Flutter Dev Google group:

Deploying a Flutter web app not working on Tomee server
Hi All I am trying to deploy the flutter web on tomee server. I have copied all the files form
New post on Flutter Dev Google group:

Dart CLI isolate error
I usually face this error and cannot understand the problem. I have installed Flutter SDK on desktop and set the path *export PATH="$PATH:/Users/rakesh/Desktop/bin" * *still problem occurs.Please help* *Thanks in Advance* *Rakesh Lahkar*

April 05, 2021 at 10:51AM by rakesh...@gmail.com
https://ift.tt/3cPbgMk