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

android development
I want to learn android app development. I'm really good at C++ and oop. I figured that you can develop android apps using flutter but flutter uses dart and many people say that you need java to develop android apps now my questions are 1) Should I learn (dart & flutter) or (java) for android ? 2) Will dart & flutter replace java for android development? 3) How other developers develop apps in other languages and run on android 4) Is it possible to do android devlopment with C++ only ?

April 23, 2020 at 09:13PM by yogesh0906
https://ift.tt/2VQTbE2
New post on Flutter Dev Google group:

Textfield outline border
Hello, I have TextFormField decorated with borders, but after get a validation error it losed

April 23, 2020 at 09:16PM by Saul Palenzuela Hdez
https://ift.tt/2VQZUh3
New post on /r/flutterdev subreddit:

Introducing Google Fonts for Flutter v 1.0.0!
https://ift.tt/2S1u3Jk

April 23, 2020 at 10:41PM by Elixane
https://ift.tt/3ayLiIL
New post on /r/flutterdev subreddit:

paypal with Flutter
I want to implement paypal in an application that I am developing, some guide on how to implement it

April 24, 2020 at 01:52AM by Oligar24
https://ift.tt/2XYNBSE
New post on /r/flutterdev subreddit:

Published my first package on pub
It's called typeweight, and it does nothing but map names to material fontweight numbers. So with typeweight you can use
TypeWeight.light // instead of FontWeight.w200 and TypeWeight.black // instead of FontWeight.w900 etc. 
It isn't really a thing, but I needed to use it in my projects. So I thought publishing it is probably a good idea.

April 24, 2020 at 04:50AM by frencojobs
https://ift.tt/351aB4L
New post on /r/flutterdev subreddit:

Master teases 3 min survey about Flutter
Hello Fellow Flutter Developers. I urgently need Your Help! I am doing Master teases about Flutter. I would appreciate if You could spend Only 3 min doing Survey! Your Help is valuable!https://docs.google.com/forms/d/e/1FAIpQLScZ4AHN5DD2Oqn9ZYrlVJb39RDOHFbblAs0ttDeZgk38nQjvw/viewform?usp=sf_linkThank You!

April 24, 2020 at 07:04AM by Uzis12
https://ift.tt/3avOncl
New post on /r/flutterdev subreddit:

Question on indentation
AuthResult result = await _auth.createUserWithEmailAndPassword(email: email, password: password); 
why does auto formatting in Visual Studio Code leads to
AuthResult result = await _auth.createUserWithEmailAndPassword( email: email, password: password); 
i am not using any extension like prettier or beautify.is there any way to prevent code (the one in the brackets) from being pushed to next line when using shift + alt + F?

April 24, 2020 at 10:12AM by helpmeindent
https://ift.tt/2VPGLw2
New post on /r/flutterdev subreddit:

Collaboration on an open source Reddit app
Hello! I'm currently working on Rabbit, a Reddit app clone, with the intent to create a completely free and open source alternative to the current one (in Flutter!). So far it has some basic functionality, but is still very much a work in progress. But I feel like this app could be a developed as a community effort. So all kinds of help, feedback or collaboration would be really appreciated. This is my first attempt at doing anything open source, so I expect there to be plenty to learn. And yes, I know there are other projects with similar goals. But this one aims to eventually do most things the official app does.

April 24, 2020 at 11:39AM by alfonsinbox
https://ift.tt/2S2TjPG
New post on Flutter Dev Google group:

Flutter desktop windows run keeps failing
I had no problem developing my Flutter program for Windows until a few days ago when it stopped running and now I can't even get example or test programs to run. Please see detailed question on Stackoverflow: https://ift.tt/2S3TRVA

April 24, 2020 at 12:10PM by michael.s.humphreys
https://ift.tt/2Kuy6tR
New post on Flutter Dev Google group:

web-app tutorial missing line
Hi, I am completely new to flutter and relatively new to web design, so it's possible I am missing something. However, Doing the tutorial until the end of step 1 at https://ift.tt/3eyDNEK I found this error when pressing the button: ════════ Exception caught by

April 24, 2020 at 12:16PM by Francesco Gurrieri
https://ift.tt/3bG20Y4
New post on Flutter Dev Google group:

Re: Flutter desktop windows run keeps failing
Did you remove the question? On Fri, Apr 24, 2020 at 06:10 michael.s.humphreys < michael....@gmail.com> wrote: > I had no problem developing my Flutter program for Windows until a few > days ago when it stopped running and now I can't even get example or test > programs to run. > > Please

April 24, 2020 at 01:50PM by Suzuki Tomohiro
https://ift.tt/3cKm8Io
New post on Flutter Dev Google group:

Connect PostgeSQL hosted on Google cloud to flutter app
I've been looking all over the web for the solution and didn't find any..Can anyone please give some step by step instructions for it please? How should I set it up, do authentication and connect it to my flutter app? The whole web is filled with flutter with firebase but none of them for SQL

April 24, 2020 at 02:56PM by Peter Chovan
https://ift.tt/3bMbUaF
New post on /r/flutterdev subreddit:

Flutter app dev on GCP Windows server
Hi how can i Dev Flutter apps on my GCP Windows server. How can i use the AVD.

April 24, 2020 at 03:05PM by FaanNewbDev
https://ift.tt/35d1RsJ
New post on /r/flutterdev subreddit:

Struggling with in app purchases
Has anyone been through the frustration of getting this mechanism functional? I got a product page up and purchases work on Android, but the purchasestream listener doesn't get called on iOS and I have no idea how to troubleshoot that. Been pouring though the plug in example for days as well as tutorial videos. All seems right in my code and it's strange the exact same code works on one platform but not the other.

April 24, 2020 at 03:23PM by CodyLeet
https://ift.tt/3azuFfN
New post on /r/flutterdev subreddit:

How to develop for Flutter Web (beta) alongside the Flutter Android and iOS apps (already built on latest stable)?
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also intend to use same codebase to develop Flutter Wb app with slightly similar functionality, but since Flutter web can only be activated I beta channel, I'm unable to do so. I'm afraid that moving the whole project to beta might result in more instability of the core Flutter SDK in production. Is there a workaround for this?

April 24, 2020 at 04:26PM by mayurdhurpate
https://ift.tt/2Kx5W1m