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
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
Dart packages
flutter_secure_storage | Flutter package
Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.
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
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
reddit
r/FlutterDev - Question about google_maps_flutter
1 vote and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Getting Started with Flutter on Linux for Android [Beginner Tutorial]
http://bit.ly/2SjTVOK
December 25, 2018 at 02:32PM by jonathanmh
http://bit.ly/2CxsKdQ
Getting Started with Flutter on Linux for Android [Beginner Tutorial]
http://bit.ly/2SjTVOK
December 25, 2018 at 02:32PM by jonathanmh
http://bit.ly/2CxsKdQ
JonathanMH
Getting Started with Flutter on Linux for Android [Beginner Tutorial]
Flutter is a cross platform and performant native mobile app framework by Google and can target Android and iOS at the moment. The language that comes with [...]
New post on /r/flutterdev subreddit:
Flutter - Distance filters with Google Maps
https://youtu.be/ZE07QCPt42c
December 25, 2018 at 06:15PM by rajayogan27
http://bit.ly/2LAMArw
Flutter - Distance filters with Google Maps
https://youtu.be/ZE07QCPt42c
December 25, 2018 at 06:15PM by rajayogan27
http://bit.ly/2LAMArw
YouTube
Flutter - Location based markers with Google Maps
Support me - https://paypal.me/RajaYogan
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Google Maps basics video - https://youtu.be/Egp_S8JN-ec
Google Maps markers…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Google Maps basics video - https://youtu.be/Egp_S8JN-ec
Google Maps markers…
New post on /r/flutterdev subreddit:
Liquid Pull To Refresh
http://bit.ly/2rThxyj
December 25, 2018 at 10:30PM by aagarwal1012
http://bit.ly/2LAmR2K
Liquid Pull To Refresh
http://bit.ly/2rThxyj
December 25, 2018 at 10:30PM by aagarwal1012
http://bit.ly/2LAmR2K
GitHub
aagarwal1012/Liquid-Pull-To-Refresh
🔁 A custom refresh indicator for flutter. Contribute to aagarwal1012/Liquid-Pull-To-Refresh development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
A month of Flutter: awesome adaptive icons
http://bit.ly/2LxmtBQ
December 25, 2018 at 10:04PM by abrahamwilliams
http://bit.ly/2rTkZJp
A month of Flutter: awesome adaptive icons
http://bit.ly/2LxmtBQ
December 25, 2018 at 10:04PM by abrahamwilliams
http://bit.ly/2rTkZJp
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: awesome adaptive icons - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
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
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
GitHub
alfredosalzillo/flhooks
React like Hooks implementation for Flutter. Contribute to alfredosalzillo/flhooks development by creating an account on GitHub.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Wrap Widget
https://www.youtube.com/attribution_link?a=uDPmlnDVoqA&u=%2Fwatch%3Fv%3DjYtpwJobJ3k%26feature%3Dshare
December 26, 2018 at 01:33AM by whatsupcoders
http://bit.ly/2QSvqeY
Flutter Tutorial - Flutter Wrap Widget
https://www.youtube.com/attribution_link?a=uDPmlnDVoqA&u=%2Fwatch%3Fv%3DjYtpwJobJ3k%26feature%3Dshare
December 26, 2018 at 01:33AM by whatsupcoders
http://bit.ly/2QSvqeY
YouTube
Flutter Tutorial - Flutter Wrap Widget
Flutter Tutorial - Flutter Wrap Widget In this video, you will learn how to use Wrap Widget. I have also added a demo page showing you the difference with an...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
xtimer is a Flutter timer app
http://bit.ly/2Cy2hgf
December 26, 2018 at 10:29AM by PedroMassango
http://bit.ly/2CySNBF
xtimer is a Flutter timer app
http://bit.ly/2Cy2hgf
December 26, 2018 at 10:29AM by PedroMassango
http://bit.ly/2CySNBF
GitHub
pedromassango/xtimer-flutter-app
Flutter timer app. Contribute to pedromassango/xtimer-flutter-app development by creating an account on GitHub.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Beginning Flutter: 41 StreamBuilder
https://www.youtube.com/watch?v=BBelgajHgzY
December 27, 2018 at 12:15AM by Purple_Pizzazz
http://bit.ly/2LAw3Eb
Beginning Flutter: 41 StreamBuilder
https://www.youtube.com/watch?v=BBelgajHgzY
December 27, 2018 at 12:15AM by Purple_Pizzazz
http://bit.ly/2LAw3Eb
YouTube
Beginning Flutter: 41 StreamBuilder
In this video, we discuss StreamBuilder. Sorry I am taking so long to discuss the created stream, but just creating a stream, and seeing how it works took m...
New post on /r/flutterdev subreddit:
A month of Flutter: set up Firestore rules tests
http://bit.ly/2QRXRdc
December 27, 2018 at 04:09AM by abrahamwilliams
http://bit.ly/2BFAE3s
A month of Flutter: set up Firestore rules tests
http://bit.ly/2QRXRdc
December 27, 2018 at 04:09AM by abrahamwilliams
http://bit.ly/2BFAE3s
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: set up Firestore rules tests - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter AnimatedContainer Widget
https://www.youtube.com/attribution_link?a=8o5OG3_wmoc&u=%2Fwatch%3Fv%3DtSO32mSzStQ%26feature%3Dshare
December 27, 2018 at 03:58AM by whatsupcoders
http://bit.ly/2QW5WO5
Flutter Tutorial - Flutter AnimatedContainer Widget
https://www.youtube.com/attribution_link?a=8o5OG3_wmoc&u=%2Fwatch%3Fv%3DtSO32mSzStQ%26feature%3Dshare
December 27, 2018 at 03:58AM by whatsupcoders
http://bit.ly/2QW5WO5
YouTube
Flutter Tutorial - Flutter AnimatedContainer Widget
Flutter Tutorial - Flutter AnimatedContainer Widget In this video, you will learn how to use AnimatedContainer Widget. I have also added a demo page showing ...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Dart vs Swift: a comparison – Coding with Flutter
http://bit.ly/2QQbcm5
December 27, 2018 at 08:36AM by bizz84
http://bit.ly/2QQbd9D
Dart vs Swift: a comparison – Coding with Flutter
http://bit.ly/2QQbcm5
December 27, 2018 at 08:36AM by bizz84
http://bit.ly/2QQbd9D
Medium
Dart vs Swift: a comparison
Dart and Swift are my two favourite programming languages. I have used them extensively in commercial and open-source code.
New post on /r/flutterdev subreddit:
Expanding Search Capabilities with Firebase
Hey Guys,
Currently building a sever-less application that will require search functionality and apparently firebase has poor querying capabilities when it comes to strings. Is there a better way of implementing full-text search that wont cost me so much ( example via algolia )? or should I be looking else-where
December 27, 2018 at 11:20AM by Yourfavooreo
http://bit.ly/2ERnYdB
Expanding Search Capabilities with Firebase
Hey Guys,
Currently building a sever-less application that will require search functionality and apparently firebase has poor querying capabilities when it comes to strings. Is there a better way of implementing full-text search that wont cost me so much ( example via algolia )? or should I be looking else-where
December 27, 2018 at 11:20AM by Yourfavooreo
http://bit.ly/2ERnYdB
reddit
r/FlutterDev - Expanding Search Capabilities with Firebase
1 vote and 0 comments so far on Reddit