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

My experience launching an app in 3 months with no prior Flutter experience
I started learning Flutter since 1.0 dropped in December and am almost ready to release my app! My experience working with Flutter has been nothing but amazing. I'm still amazed by how quickly I was able to build a fully functioning app in such a short amount of time.My favourite feature is hot reloading, it makes prototyping UIs so quick and easy. As a lone developer I do all of the design and coding myself. Normally I mockup my designs in Sketch but with hot reloading I ended up building the UI in code because it was just quicker.I ended up using the BLoC pattern for state management. Redux is another good solution but I felt it was overkill for the scope of this project.Learning dart was very easy. If you know javascript, Kotlin, C#, Swift or any modern OOP language then it's really easy to pick up without having to read a programming manual or take a course.There are lots of learning material on the web but I would highly recommend Steven Girder's Udemy course if you want a crash course in Flutter and dart. Watch it on 2x speed and you can get through it in a week.Some of my favourite packages that I used in this project: * charts_flutter for charts * cloud_firestore for online data persistence * flutter_crashlytics for crash logging * intl for formatting numbers * rxdart for working with streamsI am planning on launching my app in the next month and am looking for beta testers. Would love to get some feedback, cheers! Here's a link to my site

March 14, 2019 at 06:15PM by funpolice
https://ift.tt/2TSKg5M
New post on /r/flutterdev subreddit:

Gmail Clone built with Flutter
https://ift.tt/2Cv2TmL

March 14, 2019 at 06:35PM by SoundDr
https://ift.tt/2O3IxoZ
New post on /r/flutterdev subreddit:

I'm a self-taught developer building an app with Flutter & Cloud Firestore using Bloc. This is a blog that is documenting the process. Just finished the first week!
https://ift.tt/2TJhmFp

March 14, 2019 at 09:24PM by definitely_robots
https://ift.tt/2JcOb9C
New tweet from flutterio:

Import 'dart:math' to get pi. (Happy Pi Day Flutter friends!)

Find out more about math in Dart here → https://t.co/xPTkHdVduU pic.twitter.com/Wcus7QMGAf— Flutter (@flutterio) March 14, 2019

March 14, 2019 at 09:44PM
http://twitter.com/flutterio/status/1106294961258020866
New post on Flutter Dev Google group:

Can't Initialize Async SharedPreferences Class via Constructor
I'm attempting to use this package: https://ift.tt/2qON5X8 Here's my code: import 'package:shared_preferences/shared_preferences.dart'; class SharedPreferencesProvider { SharedPreferences prefs; SharedPreferencesProvider() { init(); } // Get get

March 14, 2019 at 09:57PM by Matthew Jones
https://ift.tt/2TFBaKs
New tweet from flutterio:

🥧 Now we're craving a different kind of Pi! 🤖

What have you cooked up using a Raspberry Pi and Flutter? Here's an example to try: run Flutter on a Raspberry Pi. #PiDay

Learn how here ↓ https://t.co/ZuejhTAvQp— Flutter (@flutterio) March 14, 2019

March 14, 2019 at 10:39PM
http://twitter.com/flutterio/status/1106308837563260928
New post on Flutter Dev Google group:

How to display a image when app opens???
When we click the app to open, it shows white screen and takes 3 to 5 secs and then goes to app initial screen. I want to display some image unique to the app instead of white screen is thr anyway to do tht?????? pradeep

March 15, 2019 at 01:32AM by Riddick 4Ever
https://ift.tt/2TQ13GJ
New post on Flutter Dev Google group:

flutter Webview file choser and javascript injection
Good day is there a way to inject javascript into the webview before or on page load of the website and also allow upload button in the website be able to open file chooser in android or ios? Please help time is not on my side i really need to deliver this web app fast with custom javascript

March 15, 2019 at 01:47AM by katlego n
https://ift.tt/2JaIatR
New post on Flutter Dev Google group:

Paid Research Study: Software Development
Hello, My name is Sandra Hill. I am a research recruiter for JR Research Inc. a major market research firm. We are conducting a research study about Software Development We are looking for Professional Developers for this study and would like to consider including you in a discussion about

March 15, 2019 at 02:15AM by Sandra Hill
https://ift.tt/2HiChsU
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