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

Put Request
How to send PUT request to server in the following raw format { "user_bio": "testing", "cV": "it is a file", "skills": ["test","test1"], "daysAvailable": ["mon"], "cover_letter": { "coverletter1": "a", "coverletter2": "b", "coverletter3": "c"

May 25, 2019 at 07:14PM by Kamran Ali
http://bit.ly/2YJKZoE
New post on /r/flutterdev subreddit:

Building a full-fledged Flutter app with Firebase
I'm trying to create a full on mobile app using Flutter and have selected to use Firebase as the backend support.So I've seen that Firebase docs and tutorials for Flutter are available for basic needs such as Authentication, CRUD and things alike. However, my app, like most others has nuanced features that the docs and tutorials do not cover, I was wondering if anyone has any resources (GitHub repos, videos, etc) that could be used to build features like the following:User persistence Friend's list Group creation by selecting friend's from list Making transaction posts (I'll use Stripe's API for transactions) in these private groups I was unable to find resources that matched these features and before I started getting my hands dirty with building them from scratch myself I wanted to see if anyone here knew of any that I may not.Thanks!

May 25, 2019 at 09:13PM by dappertiara
http://bit.ly/2JF2tPz
New post on Flutter Dev Google group:

Changing Video Player Length According to Aspect Ratio
Is there any way to change the size of flutter video player when the aspect ratio of any video changes.

May 25, 2019 at 11:12PM by Ayush Raj khare
http://bit.ly/2ExeIJM
New post on Flutter Dev Google group:

Flutter Set up Android Studio:
Hello folks, I am trying to run/debug some integration tests on a flutter project. my tests are running fine when I run "flutter drive --target=test_driver/app.dart" on my project. I am trying to create a Debug configuration in my Android Studio as per following steps in the StackOverflow answer-

May 25, 2019 at 11:38PM by Sagar Shinde
http://bit.ly/2Qr8ikj
New post on /r/flutterdev subreddit:

Flutter Web App Hosting
I currently have a Flutter app with a backend hosted on digital ocean. Backend is pretty standard and currently runs on a Django app (Python) that for the most part is pretty "standard" in terms of functionality - authentication and database stuff mostly. It also hosts my site for the application.I'm wanted to add a dashboard and some new features to my site and would love to do this with a Flutter Web app as I have much more experience with Flutter than web dev stuff however there's obviously not a ton of info on how to do this yet.I see a lot of stuff lately with Peanut and GitHub pages and I was wondering what the suggested approach would be (if such a thing even exists yet.)Thanks in advance for any advice!

May 26, 2019 at 12:21AM by dan1229
http://bit.ly/2whcDxk
New post on /r/flutterdev subreddit:

Portfolio Website Flutter Web
Hi guys,
I've very recently started building a portfolio website for my artist friend. However minor tweaks to the website can easily have it personalized. Would love some input, tweaks, or collab.
Website: protagonist.namak.tech
GitHub repo: https://github.com/an7agon1st/the_protagonist

May 26, 2019 at 01:52AM by an7agon1st
http://bit.ly/2EsGpnh
New post on /r/flutterdev subreddit:

Skip The Dishes Tracker functionality
Just ordered chicken fingers off skip the dishes. The tracker section with a maps and estimated time-to-delivery as well as watching the driver navigate is incredible. How would one even BEGIN to build that? Are they using google maps for the skin of the tracker? Maybe even for the GPS part?Just a fun thinking problem for me. Not trying to build a skip the dishes killer or anything

May 26, 2019 at 03:37AM by Wearesyke
http://bit.ly/2WhI759
New post on Flutter Dev Google group:

Hot Reload not working
Why is that my hot reload does not work the way it used to.. Every time I try to hot reload, it does not show any response. I need to hot restart my app and that is the only way I get to see the changes being made on my app. My hot reload was working great until today but suddenly it is not

May 26, 2019 at 04:29AM by Biplab Dutta
http://bit.ly/2HUja6p
New post on Flutter Dev Google group:

Login Screen Simple Example Web
import 'package:flutter_web/material.dart'; import 'package:flutter_web/widgets.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'LauncherZ'

May 26, 2019 at 04:41AM by Tiago Giroto
http://bit.ly/2W4RG87
New post on /r/flutterdev subreddit:

Accept Share intent for iOS?
There's a great blogpost on Flutter for Android that details how to do this - https://flutter.dev/docs/get-started/flutter-for/android-devs#how-do-i-handle-incoming-intents-from-external-applications-in-flutterHowever there's no such guide for iOS, and searching only leads to some open, unresolved issues on GitHub such as -1) https://github.com/flutter/flutter/issues/16712 2) https://github.com/flutter/flutter/issues/14127Just wondering does anyone have implemented it before and explain the process? I'm a backend developer so not very familiar with how to even get started with native (which I suppose would be needed in this scenario), would really appreciate any pointers!

May 26, 2019 at 08:06AM by EdChute_
http://bit.ly/2HClzni
New post on /r/flutterdev subreddit:

FlutterForce — Week 28
http://bit.ly/2HCqrJ6

May 26, 2019 at 10:37AM by flutterist
http://bit.ly/2Kd1wOf
New post on /r/flutterdev subreddit:

"Flutter pub publish --dry-run" command is working or not ??
For me is not working Error:- " could not find an option named "dry-run".Flutter 1.6.4.pre.14 channel master Dart 2.3.2-dev.0.0

May 26, 2019 at 11:54AM by viztushar
http://bit.ly/30JHWi5
New post on /r/flutterdev subreddit:

Will State management make an impact on the app's performance, BLoC vs Redux vs Provider
Have anyone tested all the State management framework before? I'm curious about which have the best performance?This article had tested BLoC, Redux and Scoped Model but not yet the Provider. I'm wondering if Provider is the Official recommended, what are the pros and cons?
Of course, there are no perfect solutions for every application, but is good to have multiple state management framework in an app to suit different use case? BLoC for local state, Redux for global stateThanks

May 26, 2019 at 11:00AM by piscessky15
http://bit.ly/2W35EHv
New post on /r/flutterdev subreddit:

[Udemy Courses] should I take Angela yu or Max's flutter Course ?
so I decided to take a flutter course, but I am so confused .. and not sure which course should I get
any advises or recommendations would be helpful
thanks !I have no prior experience with dart

May 26, 2019 at 03:49PM by a342z
http://bit.ly/30HnLkY