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

How to make upgraded version number in flutter?
I have made an app and distribute it to my few friends. Now I have change something there and want to send my friends the upgraded version of the app. But when i command flutter build it gives me the version number 1.0.0

March 15, 2019 at 04:39AM by biswajitbimoli
https://ift.tt/2TIBk41
New post on Flutter Dev Google group:

facing difficulties
hello community please i need help when ever i try running my flutter app i always get this error "Error running Gradle: ProcessException: Process "C:\Users\DESMOND\Desktop\exercise\flutterapp\android\gradlew.bat" exited abnormally: FAILURE: Build failed with an exception. Where: Build file

March 15, 2019 at 06:24AM by wendah nyiawung
https://ift.tt/2T6NKxp
New post on Flutter Dev Google group:

Phone Authentication for flutter
Hello guys, Is there any solution or any possibilities to authenticate/verify unlimited phone numbers using OTP in flutter?. As firebase authentication is available but it only allows 10k free phone authentications per month in blaze plan. Regards, Pravin Marathe

March 15, 2019 at 06:45AM by PRAVIN MARATHE
https://ift.tt/2Jcq36Y
New post on Flutter Dev Google group:

Error EdgeInsets.fromLTRB
Can someone please help me ,how to remove this error provided in the attached file? Facing an error with EdgeInsets as undefined class

March 15, 2019 at 10:13AM by rakesh lorentz
https://ift.tt/2TEIINF
New post on Flutter Dev Google group:

How to change default app-release.apk file name
Hi Guys, The command- flutter build apk generates apk file with default name "app-release". How can we change this default name in flutter project. Regards, Pravin Marathe

March 15, 2019 at 12:39PM by PRAVIN MARATHE
https://ift.tt/2HAK1G0
New post on Flutter Dev Google group:

Flutter Login json
Hello I want to log in with the json from the flutter. Can you help with the topic?

March 15, 2019 at 01:19PM by bka...@medipol.edu.tr
https://ift.tt/2HwXnTK
New post on /r/flutterdev subreddit:

Is it possible to embed HTML forms in Flutter?
<form action="https://example.com" method="POST"> <input type="text" name="first_name"> <input type="text" name="last_name"> <input type="submit" value="Submit"> </form> 
I would like to add the above HTML form in a Flutter page. I tried searching for packages, but there doesn't seem to be anything available.Is this possible? I believe we will have to use the HTTP Client to submit it.

March 15, 2019 at 12:54PM by themindstorm
https://ift.tt/2Cn4s5V
New post on /r/flutterdev subreddit:

When exactly is onChange fired?
Sorry if the question is silly, I haven't had time to properly experiment with Flutter yet, but it certainly looks awesome.Consider a CupertinoSwitch instance. When we tap it, it fires onChange callback, which changes a value in the parent state, which causes parent build to re-render the widget and display the updated value.However, iOS-like switches do not change their visual state immediately, they play a little animation. This means an actual immediate re-render wouldn't work, as it would instantly render the switch in its target state, without animation.My question is, how is this problem solved in Flutter? When exactly is onChange event fired? Does it happen immediately when the switch is tapped? If that's the case, shouldn't parent build() also be called immediately and show the updated value of the switch, without any animation? Or does onChange get fired only after the animation finished?Any explanations are appreciated!

March 15, 2019 at 01:23PM by smthamazing
https://ift.tt/2FdeiZR
New post on Flutter Dev Google group:

Flutter Contest 5Kb limit
Hi all, Is anyone here taking part of Flutter Contest? I'm trying to stay below the 5kb limit but it's hard. Does anyone know if is allowed to minify dart files for the contest? Regards, Dimas Salazar

March 15, 2019 at 01:58PM by Dimas Salazar
https://ift.tt/2JepLMX
New post on Flutter Dev Google group:

What the best way to use strings ?
Hi guys I am learning flutter. What the best way to use this in assets? I believe this will facilitate me for further internationalization. import 'package:flutter/material.dart'; class Strings{ static String menu01 = "Login"; static String menu02 = "Register"; static String menu03 =

March 15, 2019 at 03:08PM by Nilmar Castro
https://ift.tt/2HqkjF0
New post on Flutter Dev Google group:

Flutter & CircleCI ?
Have someone made integration with flutter - fastlane and circleci? I already make Android one but the macos env output is always. ( cirrusci/flutter) #!/bin/bash --login -o pipefail flutter doctor /bin/bash: flutter: command not found

March 15, 2019 at 04:01PM by Miguel
https://ift.tt/2TOPnnB
New post on /r/flutterdev subreddit:

How does Google monetize Flutter?
Hi, somehow I wasn't able to find information about how google makes money with Flutter. Anyone knows? Also is there any "calling home" built in?

March 15, 2019 at 03:49PM by leaiaiai
https://ift.tt/2VWHLNa
New post on /r/flutterdev subreddit:

rxDart vs Bloc Library
After this talk https://www.youtube.com/watch?v=RS36gBEp8OI it seem that Bloc is a very powerful state-management strategy for Flutter. Currently the 2 major Bloc implementation options seem using rxdart package vs the u/felangel1 's Bloc build on top of rxDart.​What are your views of using Bloc vs rxDart for Flutter State Management?

March 15, 2019 at 04:24PM by mayurdhurpate
https://ift.tt/2UCREQ7
New post on /r/flutterdev subreddit:

Flutter Pie Chart with disc animation
https://ift.tt/2FdhMLT

March 15, 2019 at 05:52PM by ayushpguptaapgapg
https://ift.tt/2O8WDoZ