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

Add custom http header to audio player that plays and online file
Hi Is there any audio player for fultter that I can add custom http header to it. The payer should play an online mp3 file (from http source) and has to set some http headers.

April 03, 2020 at 05:14PM by Babak Fakhriloo
https://ift.tt/3aJx2Oe
New post on /r/flutterdev subreddit:

This honey badger pandemic is getting more and more serious, which is throwing some people into idleness, but others are springing into action. Brainstorming here - Developers what more could we create with #Flutter to help? Velmio is a good example.
https://ift.tt/2wayeLk

April 03, 2020 at 05:22PM by Gigatronbot
https://ift.tt/2Rb2tsZ
New post on /r/flutterdev subreddit:

What is the best pathway/resources to learn flutter from scratch. Path from being knowing nothing to being a developer in flutter
Am i thinking of getting to start with flutter and is hell confused how to start. Can anyone please help me?

April 03, 2020 at 05:14PM by austin_chan_
https://ift.tt/2X4tDp6
New post on Flutter Dev Google group:

VS Code extensions v3.9 - Improved Dart CLI terminal support, offline project creation, editor fixes
Hi all, v3.9.0 of the VS Code extensions are live. Release notes below (and online ). Flutter: New Project Offline Mode #1957
New post on Flutter Dev Google group:

Navigate from flutter module to android module
Team, I have added flutter module to my existing android project and I'm able to navigate from android module to flutter module but I don't know how to navigate from that flutter module to that android module.

April 03, 2020 at 06:29PM by Tamil Arasu
https://ift.tt/39Gttaf
New post on Flutter Dev Google group:

allow access cross app for all users! flutter
i am new to flutter so i am not sure what i have done wrong! i have an app where subscribed users can open an account and a profile gets created for them and i want all users to get access to that profile! but right now only the registered users gets the access to each others profiles ?! how can

April 03, 2020 at 08:00PM by Error Place
https://ift.tt/2JHHPMF
New post on /r/flutterdev subreddit:

Rover's Guide Flutter Project(Complete Guide Flutter)
Hi Friends, I am Rahul. Yesterday I had posted about my repo which I had started 2 months back named as Completed Guide to Flutter. In this particular repo, I am creating Mini Apps(i.e. Small Apps) to learn Flutter, Firebase and other technologies and how to integrate them in the Mobile Apps. As I had found out that from my experience if you are just developing without some sort of target/goals to achieve for a particular day, then you generally lose/waste a lot of your precious time. As due to the Coronavirus outbreak, I am at my home from the past 14 days and more 10 days, I will be at home. So to utilize that time from today onwards, every day I will be going to post about my One Daily Project under my 90 days challenge. I had taken this challenge for myself, so that I can learn Flutter and can get job/internship at any Startups or MNC. As right now, It is 00:56 in India. So every day around that time, I will post my project link including the source code/proper documentation in this repo. If you found it interesting pls star this repo. I know that 1 day is not enough to learn, document and deploy the project but I am going to try my level best to complete the challenge. And your support is going to keep me motivated towards this Challenge. Today is my 3rd day of the challenge. Pls have a look at the repo. In the GitHub README, I had also share the working link of the project deployed on GitHub through GitHub Actions and Flutter Web. Pls have a look at it. Right now, I am only sharing the link of my Main Repo(Complete Guide to Flutter) but you can find the source code/live project link directly on it. All the codes are not only written by me, but we are 3 friends working on it as this is my college project. As they are not on GitHub, will post their other Id's links by tomorrow. Pls star this repo, It will really help motivate in my Flutter learning journey. I am targeting to get 50 stars till my tomorrow post come at the same time. Thanks, Good Night. Pls, Be Safe in this outbreak. #3/90https://github.com/irahulcse/A-Complete-Guide-To-Flutter#003---rovers-guide-one-stop-solution-for-travellers

April 03, 2020 at 09:51PM by flutterboxinc
https://ift.tt/2UGKcFY
New post on Flutter Dev Google group:

i am finding error while i am posting data through api ([ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: Error while fetching data) my code
import 'dart:core'; import 'package:flutter/material.dart'; import 'dart:async'; import 'dart:convert'; import 'forgotp.dart'; import 'package:http/http.dart' as http; class login extends StatefulWidget{ final Future
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M45 Release
Flutter IntelliJ Plugin M45 Release Android Studio Canary in the Dev channel We added best-effort (unofficial) support for canary versions of Android Studio to the dev channel. Please use our plugin’s dev channel, not the regular stable release. Due to version number overlap, the canary builds

April 03, 2020 at 11:31PM by Steve Messick
https://ift.tt/2UFtTJt
New post on Flutter Dev Google group:

[Question] Flutter Desktop with JS/React built-in. (Local Webview)
Would it be possible for Flutter to support a kind of "Webview" with a ReactJS build locallty? I have two problems to "workaround". The first is the fact that the ElectronJS Bundle is very large. Going over 120MB. Flutter reaches an average of 40MB with Build release. And the second problem is

April 04, 2020 at 01:16AM by Michel Conrado Diz
https://ift.tt/2X8rokM
New post on Flutter Dev Google group:

Check compileSdkVersion of packages on pub.dev
Hello, I think pub.dev should also check compileSdkVersion of packages to calculate maintenance points. I had issues with an old package and manually updating its compileSdkVersion solved the issue. Where do we open issue for this? Thank you. Best regards Mutlu

April 04, 2020 at 08:23AM by Mutlu Şimşek
https://ift.tt/3dSyyiJ
New post on /r/flutterdev subreddit:

Rich push notifications (ios)
One of the issues with firebase_messaging is it's inability to show notifications with images on ios. I'm trying to implement the native way of displaying rich media, but with no results. I lack ios knowledge to actually understand what's happening, and why are they not being shown with the current implementation. Currently only receiving text only push notifications from both FCM console and postman, if notification object is included.NotificationService - https://pastebin.com/DN6iLaZqAppDelegate - https://pastebin.com/50U2hWMfPayload sent from postman https://pastebin.com/QBWRnFajIs it possible at all, while still receiving callbacks to the dart side, or the only way is fully native FCM integration with notification channels?

April 04, 2020 at 10:46AM by skyyoo_
https://ift.tt/3dTME3t
New post on Flutter Dev Google group:

Click on the component, the background color cannot be changed,setstate is invalid
video: https://ift.tt/2JA2vq6 import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home:

April 04, 2020 at 11:41AM by 南龙
https://ift.tt/2V3vV50
New post on Flutter Dev Google group:

The Impact of Coronavirus in the Crypto Markets: A Completed Analysis
Read here: The Impact of Coronavirus in the Crypto Markets: A Completed Analysis
New post on /r/flutterdev subreddit:

Covid-19 Stats My first Flutter app
Web exampleGitHub

April 04, 2020 at 12:53PM by dariolr
https://ift.tt/2x1pcRh