New post on /r/flutterdev subreddit:
How to parse an array of strings in flutter?
I need to parse an array of strings that is not necessarily valid JSON.I am using the HTTP client and getting back the following response body from the API. How would I do this in flutter?
February 23, 2019 at 02:10AM by Dazza5000
https://ift.tt/2IwKN9l
How to parse an array of strings in flutter?
I need to parse an array of strings that is not necessarily valid JSON.I am using the HTTP client and getting back the following response body from the API. How would I do this in flutter?
[ "Feb 22, 2019 20:16:04 UTC - TestProperty, Elevator 1001: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 20:12:56 UTC - TestProperty, Elevator 1001: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 19:20:33 UTC - TestProperty, Elevator 1001: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 19:17:46 UTC - TestProperty, Elevator 1003: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 18:35:36 UTC - TestProperty, Elevator 1001: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 18:34:59 UTC - TestProperty, Elevator 1001: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 18:34:59 UTC - TestProperty, Elevator 1001: The monitoring device on the elevator experienced a power loss and just restarted.", "Feb 22, 2019 03:02:08 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 02:47:04 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 02:31:59 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 02:16:54 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 02:01:49 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 01:46:44 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 01:31:39 UTC - TestProperty, Elevator 1001: LiftAI is continuing to watch for any activity on this elevator, nothing during the past 15 minutes", "Feb 22, 2019 01:16:34 UTC - TestProperty, Elevator 1001: Elevator just ended a trip up with a duration of 8 seconds", "Feb 22, 2019 01:14:47 UTC - TestProperty, Elevator 1001: LiftAI is now watching the elevator, which has never recorded a trip", "Feb 22, 2019 01:11:33 UTC - TestProperty, Elevator 1001: LiftAI is now watching the elevator, which has never recorded a trip" ]
February 23, 2019 at 02:10AM by Dazza5000
https://ift.tt/2IwKN9l
reddit
r/FlutterDev - How to parse an array of strings in flutter?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
A problematic date with camera, permissions and image_picker
So i had to urgently add a image capture an selection from gallery feature to my app in flutter and i tried both image_picker and camera packages. I followed the official example codes for both and while the first one gave no when i clicked the button to open the camera the latter package stated that i wasn't granted the MediaRecoderCamera permission and upon my findings i came to know that on android permissions are handled by the packages themselves. I thought no worries, lets ask for the permissions ourselves , so i reverted to using packages like simple_permission and permission but alas they too generated an error saying that they conflict with existing permission routine. I had to finally switch to android native after a whole day of finding solution. Does anyone know what caused the issue? Note: i only tested my app on android, but added the key strings for permissions on info.plist Thank-you
February 23, 2019 at 05:01AM by fardeen9983
https://ift.tt/2E3YZAX
A problematic date with camera, permissions and image_picker
So i had to urgently add a image capture an selection from gallery feature to my app in flutter and i tried both image_picker and camera packages. I followed the official example codes for both and while the first one gave no when i clicked the button to open the camera the latter package stated that i wasn't granted the MediaRecoderCamera permission and upon my findings i came to know that on android permissions are handled by the packages themselves. I thought no worries, lets ask for the permissions ourselves , so i reverted to using packages like simple_permission and permission but alas they too generated an error saying that they conflict with existing permission routine. I had to finally switch to android native after a whole day of finding solution. Does anyone know what caused the issue? Note: i only tested my app on android, but added the key strings for permissions on info.plist Thank-you
February 23, 2019 at 05:01AM by fardeen9983
https://ift.tt/2E3YZAX
reddit
r/FlutterDev - A problematic date with camera, permissions and image_picker
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Introducing Widget of the Week!
https://www.youtube.com/attribution_link?a=AAiZvNrnzoc&u=%2Fwatch%3Fv%3Db_sQ9bMltGU%26feature%3Dshare
February 23, 2019 at 06:06AM by Pixelreddit
https://ift.tt/2Eb1mlw
Introducing Widget of the Week!
https://www.youtube.com/attribution_link?a=AAiZvNrnzoc&u=%2Fwatch%3Fv%3Db_sQ9bMltGU%26feature%3Dshare
February 23, 2019 at 06:06AM by Pixelreddit
https://ift.tt/2Eb1mlw
YouTube
Introducing Widget of the Week!
Fighting the good fight for Widget Awareness! Widget of the Week is a series of quick, animated videos, each of which covers a particular widget from the Flu...
New post on /r/flutterdev subreddit:
Flutter New Updates February 2019 | Flutter 1.2 | MWC | Flutter Create Contest
https://youtu.be/neT_S9X-kHw
February 23, 2019 at 06:47AM by imthepk
https://ift.tt/2E2Z6wK
Flutter New Updates February 2019 | Flutter 1.2 | MWC | Flutter Create Contest
https://youtu.be/neT_S9X-kHw
February 23, 2019 at 06:47AM by imthepk
https://ift.tt/2E2Z6wK
YouTube
Flutter New Updates February 2019 | MWC | Flutter Create Contest
Check out new things happening in the flutter world. Flutter Create Contest ( Check FB Comments For Info) - https://goo.gl/Pm2orC Flutter New Site - https://...
New post on Flutter Dev Google group:
Change drawer SCRIM color
Hello friends, someone can help with this? i'm trying to change the drawer scrim color like this picture based in Posivibes Material Theme i want to change the traditional gray color with my custom color. [image: drawer.png]
February 23, 2019 at 07:31AM by Adolfo Cueto
https://ift.tt/2Eoup6r
Change drawer SCRIM color
Hello friends, someone can help with this? i'm trying to change the drawer scrim color like this picture based in Posivibes Material Theme i want to change the traditional gray color with my custom color. [image: drawer.png]
February 23, 2019 at 07:31AM by Adolfo Cueto
https://ift.tt/2Eoup6r
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:
Shared preferences getting deleted when updating app even if the update contain style change
Shared preferences getting deleted when updating app even if the update contain style change and workaround for it why it's getting deleted?
February 23, 2019 at 10:20AM by Kotaibaw
https://ift.tt/2NpkBMl
Shared preferences getting deleted when updating app even if the update contain style change
Shared preferences getting deleted when updating app even if the update contain style change and workaround for it why it's getting deleted?
February 23, 2019 at 10:20AM by Kotaibaw
https://ift.tt/2NpkBMl
reddit
r/FlutterDev - Shared preferences getting deleted when updating app even if the update contain style change
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
firebase_authentication - Cannot query users by their username
I'm new to flutter and attempting to add firebase_auth GoogleSignIn to my app. I've followed the instructions of about 5 samples I've found online but keep getting the error when I run the app: E/GraphResponse( 8321): {HttpStatus: 404, errorCode: 803, subErrorCode: -1, errorType: OAuthException,
February 23, 2019 at 12:35PM by Noel Austin
https://ift.tt/2VhHN26
firebase_authentication - Cannot query users by their username
I'm new to flutter and attempting to add firebase_auth GoogleSignIn to my app. I've followed the instructions of about 5 samples I've found online but keep getting the error when I run the app: E/GraphResponse( 8321): {HttpStatus: 404, errorCode: 803, subErrorCode: -1, errorType: OAuthException,
February 23, 2019 at 12:35PM by Noel Austin
https://ift.tt/2VhHN26
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:
Get size.center of the screen.
Hi everyone, I am trying to get the center of the screen when I initialize a class. I have gotten that using CustomPainter like this: ``class IndoorMapPinter extends CustomPainter { @override void paint(Canvas canvas, Size size) { final Offset center = size.center(Offset.zero);``` But I
February 23, 2019 at 03:22PM by Santiago Taco
https://ift.tt/2TdFCPz
Get size.center of the screen.
Hi everyone, I am trying to get the center of the screen when I initialize a class. I have gotten that using CustomPainter like this: ``class IndoorMapPinter extends CustomPainter { @override void paint(Canvas canvas, Size size) { final Offset center = size.center(Offset.zero);``` But I
February 23, 2019 at 03:22PM by Santiago Taco
https://ift.tt/2TdFCPz
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:
Why Flutter went with Dart, and not Swift/Kotlin?
Don’t me wrong, Dart looks good; But, Swift or Kotlin are both open source, have more features, and already known in the mobile industry.
February 23, 2019 at 02:28PM by KingAntwelm
https://ift.tt/2EqIPDl
Why Flutter went with Dart, and not Swift/Kotlin?
Don’t me wrong, Dart looks good; But, Swift or Kotlin are both open source, have more features, and already known in the mobile industry.
February 23, 2019 at 02:28PM by KingAntwelm
https://ift.tt/2EqIPDl
reddit
r/FlutterDev - Why Flutter went with Dart, and not Swift/Kotlin?
0 votes and 4 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is it possible to put check-boxes on a zoomable image?
So just as the title says, but to add on that, once a box is checked (which should have a predefined co-ordinate) the data is sent over to a server. The image would be a simple floorplan. So is that doable in flutter?
February 23, 2019 at 03:52PM by doesmylifeevenmatter
https://ift.tt/2XkA8ll
Is it possible to put check-boxes on a zoomable image?
So just as the title says, but to add on that, once a box is checked (which should have a predefined co-ordinate) the data is sent over to a server. The image would be a simple floorplan. So is that doable in flutter?
February 23, 2019 at 03:52PM by doesmylifeevenmatter
https://ift.tt/2XkA8ll
reddit
r/FlutterDev - Is it possible to put check-boxes on a zoomable image?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Maps like that of Uber
Hello Developers, I am actually developing an app at the moment and I need help as to how i can create a box more like that of what Uber use in their app to basically hold a gps location of what a user chooses. Any help?
February 23, 2019 at 05:42PM by Joshua Hlordze
https://ift.tt/2TdHOGW
Maps like that of Uber
Hello Developers, I am actually developing an app at the moment and I need help as to how i can create a box more like that of what Uber use in their app to basically hold a gps location of what a user chooses. Any help?
February 23, 2019 at 05:42PM by Joshua Hlordze
https://ift.tt/2TdHOGW
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 Cookbook - Persist data with SQLite
https://ift.tt/2T5fdUf
February 23, 2019 at 10:32PM by Purple_Pizzazz
https://ift.tt/2BRNpZo
Flutter Cookbook - Persist data with SQLite
https://ift.tt/2T5fdUf
February 23, 2019 at 10:32PM by Purple_Pizzazz
https://ift.tt/2BRNpZo
flutter.dev
Persist data with SQLite
If writing an app that needs to persist and query larger amounts of data onthe local device, consider using a database instead of a local file orkey-value store. In general, databases provide faster inserts, updates,and queries, compared to other local persistence…
New post on /r/flutterdev subreddit:
1kb JS demos [inspiration for flutter-create]
https://js1k.com/
February 23, 2019 at 10:30PM by Osamito
https://ift.tt/2U5ekYW
1kb JS demos [inspiration for flutter-create]
https://js1k.com/
February 23, 2019 at 10:30PM by Osamito
https://ift.tt/2U5ekYW
New post on /r/flutterdev subreddit:
Flutter 2019 : Real Splash Screens Tutorial
https://youtu.be/BjV4RMkVY6w
February 24, 2019 at 06:11AM by imthepk
https://ift.tt/2XjWAuW
Flutter 2019 : Real Splash Screens Tutorial
https://youtu.be/BjV4RMkVY6w
February 24, 2019 at 06:11AM by imthepk
https://ift.tt/2XjWAuW
YouTube
Flutter 2019 : Real Splash Screens Tutorial
In this video, I will explain how to make splash screens for both android and ios.
Article Link - https://medium.com/@imthepk/flutter-2019-real-splash-screens-tutorial-16078660c7a1
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example Apps - https://goo.gl/8hZQkq…
Article Link - https://medium.com/@imthepk/flutter-2019-real-splash-screens-tutorial-16078660c7a1
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example Apps - https://goo.gl/8hZQkq…
New post on /r/flutterdev subreddit:
[Flutter Challenge]Custom ListView
Hello Pros,Challenge :-List with custom view -List item with button to add item in the listEasy, right ??
February 24, 2019 at 11:14AM by deepss1
https://ift.tt/2E2qH0U
[Flutter Challenge]Custom ListView
Hello Pros,Challenge :-List with custom view -List item with button to add item in the listEasy, right ??
February 24, 2019 at 11:14AM by deepss1
https://ift.tt/2E2qH0U
reddit
r/FlutterDev - [Flutter Challenge]Custom ListView
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
#Flutter Tutorial for Beginners - Build iOS and Android Apps with Google's Flutter & Dart
https://youtu.be/qBhNpE7PxFg
February 24, 2019 at 10:57AM by professionaltut143
https://ift.tt/2Ebtlln
#Flutter Tutorial for Beginners - Build iOS and Android Apps with Google's Flutter & Dart
https://youtu.be/qBhNpE7PxFg
February 24, 2019 at 10:57AM by professionaltut143
https://ift.tt/2Ebtlln
New post on /r/flutterdev subreddit:
FlutterForce — Week 15
https://ift.tt/2tBY8CY
February 24, 2019 at 10:52AM by flutterist
https://ift.tt/2T0JLHz
FlutterForce — Week 15
https://ift.tt/2tBY8CY
February 24, 2019 at 10:52AM by flutterist
https://ift.tt/2T0JLHz
Medium
FlutterForce — #Week 15
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Flutter in Practice: Types & JSON Serialization
https://www.youtube.com/watch?v=rniuCsmxCsI
February 24, 2019 at 12:02PM by zaiste
https://ift.tt/2Xl3GiH
Flutter in Practice: Types & JSON Serialization
https://www.youtube.com/watch?v=rniuCsmxCsI
February 24, 2019 at 12:02PM by zaiste
https://ift.tt/2Xl3GiH
YouTube
Flutter in Practice - E06: Types & JSON Serialization
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building…
New post on /r/flutterdev subreddit:
Connect flutter app to mySql server and phpmyadmin
https://www.youtube.com/attribution_link?a=FaTnjsjA0qA&u=%2Fwatch%3Fv%3DHT5WuFRJ2no%26feature%3Dshare
February 24, 2019 at 01:26PM by kibatheseven
https://ift.tt/2U5V0KY
Connect flutter app to mySql server and phpmyadmin
https://www.youtube.com/attribution_link?a=FaTnjsjA0qA&u=%2Fwatch%3Fv%3DHT5WuFRJ2no%26feature%3Dshare
February 24, 2019 at 01:26PM by kibatheseven
https://ift.tt/2U5V0KY
YouTube
Connect flutter app to mySql server and phpmyadmin
On this video you are going to learn how to connect your flutter app to your web server. free hosting: https://in.000webhost.com/ seemoney app: https://play....
New post on /r/flutterdev subreddit:
How to connect flutter app to mysql web server and phpmyadmin
https://ift.tt/2IxhEL9
February 24, 2019 at 02:21PM by kibatheseven
https://ift.tt/2SXYRNC
How to connect flutter app to mysql web server and phpmyadmin
https://ift.tt/2IxhEL9
February 24, 2019 at 02:21PM by kibatheseven
https://ift.tt/2SXYRNC
Medium
How to connect flutter app to mysql web server and phpmyadmin
Hey guys on this article I am going to show you the step by step process that will enable you to connect your flutter app to a web server!