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

sdkmanager --update Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annota
Hello, i face this problem when i try to : flutter doctor --android-licenses A newer version of the Android SDK is required. To update, run: C:\Users\Yasser\AppData\Local\Android\sdk\tools\bin\sdkmanager --update === sdkmanager --update Exception in thread "main" java.lang.NoClassDefFoundErr

December 25, 2018 at 09:44AM by Yasser Elgammal
http://bit.ly/2EMNi4H
New post on /r/flutterdev subreddit:

Twitter Animated FAB: “How To Do It In Flutter” – Flutter Community – Medium
http://bit.ly/2AeSA4M

December 25, 2018 at 11:39AM by RaoufRahiche
http://bit.ly/2SkNLho
New post on /r/flutterdev subreddit:

Flutter hardcoding information source code Question
Hey guys, still working on my first app ever!. I want to make it secure.Are there any built in technique for hardcoding passwords? Ill give an example below: https://pub.dartlang.org/packages/flutter_secure_storageSay, i use this to securely store a key into the keystore/keychain.the code would be: "await storage.write(key: key, value:value)"I will be storing the value(lets say passcode or encryption key) and I assume I will be encrypting this "value" with the key.Ok, lets say this is my format in flutter:await storage.write(key: "myKey", value:"secretPassword")Now to retrieve this "secretPassword" from the secure storage, I would need to enter the key "myKey".Where can i store this "myKey" securely, so when anyone decomplies my source code..cannot see it?My one idea is to, generate a "myKey" to be a unique string per app(generated). Store it into sqflite, retrieve the value from the sqflite, to use it as a key to get access to my "secretPassword".Is this fair security for my future users and also valid? if not, what can I do to improve upon this.Thank you so much. Merry Christmas ya'allalso the secretPassword will be unique per app install as well

December 25, 2018 at 05:20PM by Bk_ADV
http://bit.ly/2Re2DRE
New post on /r/flutterdev subreddit:

Question about google_maps_flutter
Does anyone know how to modify the map's appearance in google_maps_flutter package?If you look at Uber's app for example, they have a custom map style that doesn't look exactly like google maps.Is there a way to do this in the google_maps_flutter package?Looking at Google's android developers guide, there is a parameter called MapStyleOptions, but no such thing exists in GoogleMap() nor GoogleMapOptions() in flutter.Any idea how I would be able to implement myself?Would really appreciate the help / pointing me in the right direction...

December 25, 2018 at 03:36PM by ComicalEconomical
http://bit.ly/2ENz9nF
New post on /r/flutterdev subreddit:

Another React-like-hooks Flutter implementation
A React-like hooks implementation for flutter.https://github.com/alfredosalzillo/flhooks

December 26, 2018 at 12:21AM by lupo93
http://bit.ly/2GEsC0n
New post on Flutter Dev Google group:

Flutter Setup Error
Hello, Please I'm new to flutter and I've been trying to set it up on my windows 64-bit machine but I continue getting the error below: Oops; flutter has exited unexpectedly. Sending crash report to Google. Crash report sent (report ID: b13beecb620f8299) Crash report written to C:\Users\davea\flu

December 26, 2018 at 01:09AM by David Asem
http://bit.ly/2BBOnYM
New post on Flutter Dev Google group:

Date and Time Zone
Hi i have a problem to get the current date and time from different zone like australia or america etc, and i want to fetch the date and time from server(firebase)

December 26, 2018 at 08:11AM by Sanjay Kumar
http://bit.ly/2GBgvkC
New post on Flutter Dev Google group:

Flutter - Push Notification click redirection to specific screen not working
I have use *flutter_local_notifications*, push notification is successfully receiving and when i click on it, i'm trying to redirect to specific screen, but it always redirect to home screen. Below is my code. @overridevoid initState() { // TODO: implement initState super.initState(); //

December 26, 2018 at 03:23PM by Nirav Bhavsar
http://bit.ly/2Cyylka
New post on Flutter Dev Google group:

Google Vision API for facial verification(recognition)
I want to create an attendance manager app based on facial recognition in Flutter. Is there a way to use google Vision API for this app?

December 26, 2018 at 08:42PM by aryank...@gmail.com
http://bit.ly/2GEaV0Z
New post on Flutter Dev Google group:

Get The currentDate from firebase
How we can get the current date from firebase server, i have used ServerValue.timestamp, but it is fiving {.sv:timestamp}, and we required this value on our app page for compare current date with some date range, how we can do this.

December 27, 2018 at 05:47AM by Sanjay Kumar
http://bit.ly/2GHUZuE
New post on Flutter Dev Google group:

Set the time zone for date
i want to set the australian/perth time zone for our app, how it is possible in Flutter,please advise.

December 27, 2018 at 05:48AM by Sanjay Kumar
http://bit.ly/2RlM0TW