Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on Flutter Dev Google group:

Animated examples of widgets in Flutter Docs
It is very necessary to be able easy identify the inner working an API and the right widget for your situation in business application. And either live example or animated example is the easiest and the best to improve docs and improve readability and usability. One good examples are Vuetify

May 26, 2019 at 04:24PM by Kaspars Siričenko
http://bit.ly/2W5jOI5
New post on Flutter Dev Google group:

Use different post platform or add edit to post
To improve text and posts from grammar and meaning and styling mistakes it necessary to implement git type of editing to posts. Or change contact platform to more suitable for this style of communication.

May 26, 2019 at 04:29PM by Kaspars Siričenko
http://bit.ly/2HWm4HX
New post on /r/flutterdev subreddit:

Plase, allow us to post Images/Videos
Sometimes I just want to post a gif, video or image of an example I made. Having to open another tab or the browser just to see this video is not the best experience, plus a lot of people don't watch it. If there's a reason we can't upload it at the moment, what is it?

May 26, 2019 at 04:10PM by Bernardi_23
http://bit.ly/2K4MDgB
New post on /r/flutterdev subreddit:

Should I make this a Plugin? (Google Maps Search widget)
http://bit.ly/2HWFVqn

May 26, 2019 at 04:05PM by Bernardi_23
http://bit.ly/2K4MYzT
New post on /r/flutterdev subreddit:

How to not start with Flutter
http://bit.ly/2QoCb4K

May 26, 2019 at 04:31PM by rubensdemelo
http://bit.ly/2JDf0mJ
New post on Flutter Dev Google group:

Center a SingleChildScrollView' content if it can't scroll?
I'd like to have a column of widgets that scrolls if there isn't enough space (well, a SingleChildScrollView solves that problem) but I'd also like to have the content of the SingleChildScrollView centered along the main axis when the content isn't overflowing (when the SingleChildScrollView

May 26, 2019 at 06:10PM by Modestas Valauskas
http://bit.ly/2JDnDxD
New post on /r/flutterdev subreddit:

A Quiz App
A quiz app I created using FlutterPlay Store Link https://play.google.com/store/apps/details?id=com.rpapps.quizIf you like the app Please rate and review.The source code: https://github.com/rajpar29/QuizSome Screenshots: https://imgur.com/a/FbwQZMC

May 26, 2019 at 07:00PM by rajpar29
http://bit.ly/2WllrRv
New post on /r/flutterdev subreddit:

Flutter - Is a Widget inside a Scrollable visible?
http://bit.ly/2Wly92D

May 26, 2019 at 11:03PM by Purple_Pizzazz
http://bit.ly/2JGmFkl
New post on Flutter Dev Google group:

Re Develop ionic app
how much time would it take to re-develop app like that in flutter http://bit.ly/2WbHQ4w

May 27, 2019 at 02:05AM by Mohamed Sayed
http://bit.ly/2HZGsro
New post on /r/flutterdev subreddit:

Flutter exercise app
Hello Im looking to develop an exercise app for fun that would work like other apps such as Nike. I want it to have a user profile page, library of workouts with videos to choose from, and as well as a social network aspect as you can make friends and message and encourage one another. I chose flutter to do this because it's cross platform and was planning on using firebase as the back end. I however have some issues with this as firebase is hard for me to configure to store anything else other then login authentication for email and password. Does anyone have any advice on things I could use to help me do this app or know any quality videos I can learn from that actually have finished and working code?

May 27, 2019 at 03:01AM by scorpiomoon926
http://bit.ly/2W5SSIk