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

Flutter app that allows for audio recording
Hello, I want to develop an app which allows the user to record audio, meaning I will need access to user's microphone on the mobile device. Would flutter allow this functionality? Or is it not possible to get access to microphone by third party app? ᐧ

November 27, 2019 at 01:12AM by shubhra
https://ift.tt/2Om86Dq
New post on Flutter Dev Google group:

NoSuchMethodError: The method 'validate' was called on null.
Hello all, I am getting this error can you please help me. [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: The method 'validate' was called on null. E/flutter (13281): Receiver: null E/flutter (13281): Tried calling: validate() E/flutter (13281): #0

November 27, 2019 at 01:16AM by Mahmoud Alminawi
https://ift.tt/33mLyGY
New post on /r/flutterdev subreddit:

A question about provider and themes
Hello there!I have one question about the dark mode and provider (see this video https://www.youtube.com/watch?v=G7gV89hnooM)My comment was: "Thanks, it works great... But I'm thinking about a real app. It will rebuild the whole app when the theme is changed right? As if the app was open again(just like a restart because the listener is above everything). Right?"Any help?

November 27, 2019 at 12:48AM by feelipereis
https://ift.tt/37HJahm
New post on /r/flutterdev subreddit:

Hey Flutter Developr's check this amazing telegram channel where you can solve your problem with other enthusiastic Flutter Developr's
https://ift.tt/33mmGPF

November 27, 2019 at 05:24AM by _rushikeshmore_
https://ift.tt/34pXYzl
New post on /r/flutterdev subreddit:

Developing on Chrome OS
Does anyone do this?I have heard of people using VS Code and then taking advantage of the fact that you can run Android apps natively on the Chromebook.I currently develop on a MBP, but if I could get away with using a $500 Chromebook, I may consider it.Any insight into performance, ease of use, etc? Super curious about this.Thanks!

November 27, 2019 at 04:29AM by FeelTheDataBeTheData
https://ift.tt/2DgWvzg
New post on /r/flutterdev subreddit:

FlutterVN newsletter #5: Flutter Q4 survey, Flutter vs. React Native comparison, Google Maps, Firebase Firestore and Storage, build app using Fastlane. And more…
https://ift.tt/37JUauD

November 27, 2019 at 07:19AM by fluttervn
https://ift.tt/2QUdTBX
New post on /r/flutterdev subreddit:

Am I the only one that always has problems setting up Firebase in my Flutter project?
Hello developers!The title says it all! Every time I try to set up Firebase in my Flutter project many different errors appear when trying to run the app after following ALL (and well followed) steps that are necessary.
So I'm starting to think that maybe is just me the one having so much problems (that often aren't very well documented and take time to solve) when trying to add Firebase to my project.I have to be honest, I don't come from an Android background, but I already have some experience working with Flutter. However lately it's been a pain in the ass trying to set up projects from scratch and adding Firebase to them.Anyone else having different errors/problems? Is it my fault or Google's? Any advice on how to avoid them?

November 27, 2019 at 08:55AM by UnRusoEnBolas
https://ift.tt/2XNKafu
New post on Flutter Dev Google group:

Flutter clock challenge - third party libraries
Hi! I have a question regarding flutter clock challenge. Am I allowed to use third party libraries in project? Regards, Arteki

November 27, 2019 at 10:13AM by Arkadiusz Aptewicz
https://ift.tt/33qvhAM
New post on Flutter Dev Google group:

Media FormField
Ayo Flutter community! I would really much like some kind of media formfield - given a File and whether it is video or image it should be able to show the given File as either. I have achieved this in a regular widget, but would like it as a formfield as the validation process (of e.g. the file

November 27, 2019 at 10:23AM by Adrian Westh
https://ift.tt/34q1NEE
New post on /r/flutterdev subreddit:

Flutter CI: worth investigating Bitrise?
We're looking at options around Flutter CI/CD. A colleague investigated Codemagic and got a build up and running pretty quick, but didn't have much success with Bitrise. My question is: have people had any luck using Bitrise with Flutter, and is it worth investing a bit more time to try out Bitrise? Are there other solutions worth pursuing other than those two? Is Codemagic the best option?

November 27, 2019 at 11:15AM by DangerousStick2
https://ift.tt/2XP5VLM
New post on /r/flutterdev subreddit:

Why Flutter is an Ideal Choice for MVP Development?
Are you planning to digitize your business with a mobile app? Do you want to create a prototype initially? Flutter is the best and robust framework that offers alluring UI/UX and delivers exceptional performance. Check out this post & learn why Flutter is an ideal choice to develop a minimum viable product (MVP)!!

November 27, 2019 at 11:53AM by nishant_12
https://ift.tt/2LdyAFx
New post on /r/flutterdev subreddit:

Animated Overflow
I thought this could be a useful package for many projects therefore I would like to share it here. I didn't know what to name it exactly but the video and the GIF should clarify what it is 😃A simple widget for animating overflowing content horizontally or vertically with fade.Pub | GitHubWatch on Youtube: v1.0.0

November 27, 2019 at 12:51PM by AliYigitBireroglu
https://ift.tt/34C6aMI
New post on /r/flutterdev subreddit:

How to avoid over engineering? | Software Brothers Blog
You know what they say - "the best is the enemy of the good" and it actually corresponds pretty well with the work of programmers.You see, sometimes an excessive diligence and perfectionism when writing code outweighs the needs and requirements of the client, his budget and agreed deadline.In our new article, one of our top developers explains what is the characteristic of over-engineering, its causes, ways to avoid it and deliver projects on time. We hope you'll find it useful! 💪https://softwarebrothers.co/blog/how-to-avoid-over-engineering/

November 27, 2019 at 02:07PM by SoftwareBrothers
https://ift.tt/2QTYhhS
New post on /r/flutterdev subreddit:

How long does it take to publish an Android app these days?
I remember it used to be like 2 hours.However, I submitted my app to Play Store yesterday and 36 hours later, the status is still "Pending Publication".A couple of weeks ago I submitted the iOS version to Apple's store and then few updates. All submissions got reviewed within 24h.Can't believe now it takes longer to publish an Android app than an iOS one.

November 27, 2019 at 02:07PM by EdwinLL
https://ift.tt/2KYgIOF
New post on Flutter Dev Google group:

Flutter for Web
When using the flutter http package and calling the remote data, I am able to get the data and render it on Android and iOS (Mobile). But when the same code is run on Web (-d chrome), it gives "Unsupported operation: Platform._version" error. Can anyone let me know, is there anything that I am

November 27, 2019 at 03:17PM by Sreekanth Reddy
https://ift.tt/2Y1xwK5
New post on Flutter Dev Google group:

Dependencies for development and production
I have an app, which uses a dependency, I develop myself. So I have two versions of the same dependency: one for production, fetched from the git repo and one for development, fetched from a local path When I add them to my pubspec-file dependencies: my_lib: git: url: git@...mylib.gi

November 27, 2019 at 03:48PM by Thomas V. Worm
https://ift.tt/37HlHwW
New post on Flutter Dev Google group:

Scaffold.of() called with a context that does not contain a Scaffold.
I have this error I have no idea what it means. please help! E/flutter (17371): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Scaffold.of() called with a context that does not contain a Scaffold. E/flutter (17371): No Scaffold ancestor could be found starting from the context

November 27, 2019 at 04:21PM by Mahmoud Alminawi
https://ift.tt/34uRhMk
New post on /r/flutterdev subreddit:

Flutter Dynamic Application Configuration
🚨New library release.You want to build dynamic white label, flavors apps with flutter?
You build server side rendering and routing apps with flutter ?
You want to have dynamic dependency injection apps with flutter?
You want to have dynamic theming for light and dark mode with flutter?My new flutter library allow you to all that and more.
https://pub.dev/packages/fappconfiguration

November 27, 2019 at 04:50PM by bitsydarel
https://ift.tt/33lOGmF
New post on Flutter Dev Google group:

I/flutter (17371): null
Hello all, I get null error everytime i hit submit, i am not sure why. please any help. [image: Screenshot (137).png] import 'package:flutter/material.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter_app_dating/pages/home.dart'; class LoginPage extends

November 27, 2019 at 05:23PM by Mahmoud Alminawi
https://ift.tt/34sx1uD