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

FlutterForce — Week 79
https://ift.tt/2Am03lE

May 31, 2020 at 03:16PM by flutterist
https://ift.tt/2XMxi9J
New post on Flutter Dev Google group:

Doubt
Hi Team, Can you help me out how to implement this design : [image: image.png] I've done this : import 'package:flutter/material.dart'; class CustomFbLikeButton extends StatelessWidget { @override Widget build(BuildContext context) { return Container( height: 20,

May 31, 2020 at 03:45PM by Ram Kumar
https://ift.tt/2MshgNf
New post on /r/flutterdev subreddit:

Do you actually make money as a Flutter Developer?
I'm trying to make some cash with Flutter but unsuccessfully. I'm not an expert and still learning but again depending on the project I could make something. I know about flutterjobs website but there are no many remote jobs there. I looked on freelancer.com, every job has way too many bids and all the bidders are experienced people with highly rated accounts. On UpWork there are also jobs but people require these relatively big apps, for example guy wants app for food ordering and offers 60 dollars? This is rare however.. But generally most of the jobs want some big apps which I don't think I can make alone. Does anyone here care to share their preferably successful experiences? Where and how you get the jobs and what level of knowledge is required, what exactly do I need to learn in order to make some cash. I'm not even thinking big cash, I would be happy with 50$ if the app is reasonable amount of work for that money.

May 31, 2020 at 04:17PM by itsdjoki
https://ift.tt/2XOG7zJ
New post on Flutter Dev Google group:

Android license status unknown.
Hello Gang! After downloading android 4.0 I came across this - C:\Users\holum\AndroidStudioProjects\fluttershare>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.17.2, on Microsoft Windows [Version 10.0.18363.836], locale en-US) [!]

May 31, 2020 at 04:57PM by spaceage
https://ift.tt/2BbBXdE
New post on Flutter Dev Google group:

Not able to start new flutter project
Hi gentlemen, am about to start new flutter project but the issue here not able to press on Next button as showing attached BR

May 31, 2020 at 05:05PM by Ahmed Magdy
https://ift.tt/2ZQYZAY
New post on Flutter Dev Google group:

flutter build apk fails due to failed execution of :app:validateSigningRelease
Hello, Last week I created my project's app bundle and built a set of apk files without issue. This week after adding a new screen and some links to cloud firestore I go to rebuild my apk (and recreate the appbundle) and **I get * *thrown this error.** FAILURE: Build failed with an exception. >

May 31, 2020 at 07:47PM by Russ Brewer
https://ift.tt/3cdLaiA
New post on Flutter Dev Google group:

StreamSubscription calling from another class
In my main activity, I have two tab, named tab1 and tab 2. Tab 2 page consists of a listView and I use StreamSubscription to listen upload progress result. On tab2 action bar, it has one icon. When icon is pressed, it will navigate to pageC,which consists of listView, and I use StreamSubscriptio

May 31, 2020 at 08:26PM by Tony Seng
https://ift.tt/2XQay93
New post on Flutter Dev Google group:

The named parameter 'isInitialRoute' isn't defined.
I can't run my app because of this debug error. Can anyone help out. The named parameter 'isInitialRoute' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'isInitialRoute'. This is the dart code that causes the error.

May 31, 2020 at 08:42PM by I
https://ift.tt/3ck2DpB
New post on Flutter Dev Google group:

FAILURE: Build failed with an exception.
I am building a movie streaming app and when I try to run the app, I get this error. Can anyone help? Compiler message: /C:/src/flutter/.pub-cache/hosted/ pub.dartlang.org/dio-2.2.2/lib/src/dio_http_headers.dart:55:8: Error: The method 'DioHttpHeaders.add' has fewer named arguments than those of

May 31, 2020 at 08:43PM by I
https://ift.tt/2zQeVsD
New post on /r/flutterdev subreddit:

I've just released on GitHub my First Flutter project (started in 2018). It is a unit converter. Give me some advice
https://ift.tt/3gCPawp

May 31, 2020 at 08:55PM by damiano-ferrari
https://ift.tt/36O4kKO
New post on /r/flutterdev subreddit:

File Picker
Is there a good file picker available? I am not able to find any

May 31, 2020 at 10:38PM by shivansh_thakr_
https://ift.tt/3eyjLth
New post on /r/flutterdev subreddit:

Cache http responses with dio
I wrote a medium story explaining how to integrate dio_http_cache with Dio to cache http responses and show exactly how and where data are stored in the out of the box database .https://medium.com/@obada454u2u/cache-your-json-response-with-dio-flutter-http-caching-1fa819776d7d

June 01, 2020 at 04:08AM by ObadaJasm
https://ift.tt/2zExQXq
New post on /r/flutterdev subreddit:

Looking at buying a new computer are AMD processors working well yet?
About a year ago I started working with a flutter developer who had the hardest time getting emulators through ANdroid Studio running well on their machine. I am looking to get a new computer and some of the AMD processor models are tempting for the price. Are things better now or is it still best to stick with Intel when using Android Studio & Flutter?

June 01, 2020 at 04:51AM by McCossum
https://ift.tt/2yUNEou
New post on /r/flutterdev subreddit:

AR Applications in Flutter???
Good day Flutter Devs, I’m really new when it comes to developing mobile applications especially to the Flutter tool just wondering how good is the AR side of Flutter. A little guidance or views on what tools I should be using in order to accomplish my thesis project will do a lot of help to me, and down below is what I’m trying to accomplishObjectives:Develop an AR mobile app.One mobile platform that lets users switch between a Creator or Viewer user type.Creators that lets them simulate a location or space, and turning it into their own personal digital art hub gallery by being able to place their artworks in a digital format in their AR spaceViewers that lets them have an easy time locating any recent or existing creations created by the Creator using the application as well as being able to record a video of the ongoings within an AR space if the Creator allows it.For some reason I can't post images of what my UI's will look like so here's a link to see all the mockup UI's i've made https://docs.google.com/document/d/1x_ujLjg1TtBCFEnU9qXolvSFtvK4nkX6RjOs3pIcaDw/edit?usp=sharing

June 01, 2020 at 06:16AM by JieXi4n
https://ift.tt/2ZWJBmO
New post on Flutter Dev Google group:

How do you store Push Notifications locally and prevent double messages.
Hi, I have configured Push notifications with Firebase Messaging but the messages disappear after awhile. How can I store them locally? And I am also getting double messages when I push messages to the client, is there any solution to this? Kind Regards, Archie Kariuki

June 01, 2020 at 08:06AM by Archie Kariuki
https://ift.tt/2XRylFD
New post on /r/flutterdev subreddit:

Flutter Design Patterns: An overview of the Flyweight design pattern and its implementation in Dart and Flutter
https://ift.tt/36Zrxdf

June 01, 2020 at 08:14AM by mkobuolys
https://ift.tt/2MjvgJ2