New post on /r/flutterdev subreddit:
Dart’s DevTools are a suite of web-based debugging and profiling tools you can launch directly from IntelliJ, VS Code, and the command line. There's real-time memory usage and even a line-by-line debugger!
http://bit.ly/2N4k9XD
June 21, 2019 at 07:09PM by EngineerScientist
http://bit.ly/2WYczNU
Dart’s DevTools are a suite of web-based debugging and profiling tools you can launch directly from IntelliJ, VS Code, and the command line. There's real-time memory usage and even a line-by-line debugger!
http://bit.ly/2N4k9XD
June 21, 2019 at 07:09PM by EngineerScientist
http://bit.ly/2WYczNU
DevTools (preview)
Getting Started
Performance tools for Flutter.
New post on Flutter Dev Google group:
Finished with error: Gradle task assembleDebug failed with exit code 1
I enable authentication by google on my firebase, and replace the file google-service.json by the new file, then I came across this error more information http://bit.ly/2IvT3nL
June 21, 2019 at 08:33PM by El marouv Mohamed
http://bit.ly/2L8lMAM
Finished with error: Gradle task assembleDebug failed with exit code 1
I enable authentication by google on my firebase, and replace the file google-service.json by the new file, then I came across this error more information http://bit.ly/2IvT3nL
June 21, 2019 at 08:33PM by El marouv Mohamed
http://bit.ly/2L8lMAM
Gist
I enable authentication by google on my firebase, and replace the file google-service.json by the new file, then I came across…
I enable authentication by google on my firebase, and replace the file google-service.json by the new file, then I came across this error - flutter doctor -v
New post on /r/flutterdev subreddit:
Dart Futures - Flutter in Focus
https://youtu.be/OTS-ap9_aXc
June 21, 2019 at 08:59PM by EngineerScientist
http://bit.ly/2J1Dnrn
Dart Futures - Flutter in Focus
https://youtu.be/OTS-ap9_aXc
June 21, 2019 at 08:59PM by EngineerScientist
http://bit.ly/2J1Dnrn
YouTube
Dart Futures - Flutter in Focus
This is the second video in the Flutter in Focus series on asynchronous coding in Dart. In this episode, learn everything about Future objects, Dart’s most basic API for async, including how to handle data, catch errors, and put futures to work building Flutter…
New post on /r/flutterdev subreddit:
Splash Screen and Intro Animation using Flare in Flutter
https://youtu.be/4PgdFYcQpuc
June 21, 2019 at 09:29PM by Filledstacks
http://bit.ly/2IwA5xy
Splash Screen and Intro Animation using Flare in Flutter
https://youtu.be/4PgdFYcQpuc
June 21, 2019 at 09:29PM by Filledstacks
http://bit.ly/2IwA5xy
YouTube
Animated Splash Screen using Rive | Flare
Flare assets: https://firebasestorage.googleapis.com/v0/b/filledstacks.appspot.com/o/tutorials%2F015%2Fflare-assets.zip?alt=media&token=5ee74694-d601-477e-81e0-984398d3ca36
Flare animation: https://www.2dimensions.com/a/danemackier/files/flare/splashintro/preview…
Flare animation: https://www.2dimensions.com/a/danemackier/files/flare/splashintro/preview…
New post on /r/flutterdev subreddit:
Best way to load and store text assets?
I have a question i wanna throw out there: For me there is two ways to load constant data into an application developed in flutter. One: Store data in a csv or json file in the asset directory and then att application start load and parse the data in a class where it is cached and can later be accessed. Second: Hard code data in a class and access it whenever neccecary.So what method is the best? What are the pros and cons of the different methods?
June 21, 2019 at 09:21PM by redsuperbat
http://bit.ly/2L6GmkZ
Best way to load and store text assets?
I have a question i wanna throw out there: For me there is two ways to load constant data into an application developed in flutter. One: Store data in a csv or json file in the asset directory and then att application start load and parse the data in a class where it is cached and can later be accessed. Second: Hard code data in a class and access it whenever neccecary.So what method is the best? What are the pros and cons of the different methods?
June 21, 2019 at 09:21PM by redsuperbat
http://bit.ly/2L6GmkZ
reddit
r/FlutterDev - Best way to load and store text assets?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is Firebase too overkill for a habit tracking application?
I’m facing the decision of using sqflite vs Firebase and I’m not sure whether a whole Firebase backend would be overkill for my use case since I don’t need any kind of realtime features or data sharing between my users.
June 21, 2019 at 09:17PM by iamarr0gant
http://bit.ly/2XmEJX9
Is Firebase too overkill for a habit tracking application?
I’m facing the decision of using sqflite vs Firebase and I’m not sure whether a whole Firebase backend would be overkill for my use case since I don’t need any kind of realtime features or data sharing between my users.
June 21, 2019 at 09:17PM by iamarr0gant
http://bit.ly/2XmEJX9
reddit
r/FlutterDev - Is Firebase too overkill for a habit tracking application?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Adapter Classes
Hi all,I'm fairly new to flutter, but I was wondering if there was a way to make an adapter class for a page. For example, if I had a bunch of similarly laid out pages with different text content.Thanks
June 21, 2019 at 09:51PM by Kibitz117
http://bit.ly/2FjqCHR
Flutter Adapter Classes
Hi all,I'm fairly new to flutter, but I was wondering if there was a way to make an adapter class for a page. For example, if I had a bunch of similarly laid out pages with different text content.Thanks
June 21, 2019 at 09:51PM by Kibitz117
http://bit.ly/2FjqCHR
reddit
r/FlutterDev - Flutter Adapter Classes
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
More than a Flutter Web App, is a full Flutter WebSite!
http://bit.ly/2Y3WCXR
June 21, 2019 at 11:37PM by EngineerScientist
http://bit.ly/31NF1Wf
More than a Flutter Web App, is a full Flutter WebSite!
http://bit.ly/2Y3WCXR
June 21, 2019 at 11:37PM by EngineerScientist
http://bit.ly/31NF1Wf
Medium
More than a Flutter Web App, is a full Flutter WebSite!
This journey started with my Flutter Game for mobile, which added Desktop support and then, Flutter Web support (so excited!).
New post on Flutter Dev Google group:
Firebase ListView Multiple Collection Filter
Hi guys, How can a ListView item refresh after each async task? I have 2 collections on firebase that needs to be accessed and please, if there's another way please advise since I'm new in Firebase and Flutter. My users have a collection inside called favorites with the userID field (same of
June 22, 2019 at 12:33AM by F' Santos
http://bit.ly/2FmeHJ5
Firebase ListView Multiple Collection Filter
Hi guys, How can a ListView item refresh after each async task? I have 2 collections on firebase that needs to be accessed and please, if there's another way please advise since I'm new in Firebase and Flutter. My users have a collection inside called favorites with the userID field (same of
June 22, 2019 at 12:33AM by F' Santos
http://bit.ly/2FmeHJ5
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 interview gone wrong
Hi guys!Due to the circumstances, I made a throw away account to post this.I recently had a flutter interview. Given I had been working professionally with flutter since a couple months before flutter live, I was feeling pretty confident. I work with a startup in the bay area.It started out fine. He asked basic questions about flutter and I responded with confidence. He asked me why I like flutter and I gushed for a couple minutes.Things went south when he asked me to name a couple of widgets. I mentioned everything in flutter is a widget. Then I mentioned a couple like Text, Row, Column, Expanded. He said that he was expecting me to say stateless or stateful widget. I said oh those too. I can speak about them. But he says that's fine and proceeded to the next question.The biggest issue was when he asked me to write the code to get an image from a phone. I asked him to clarify. And he said write the dart code to get an image from a device.I wasn't sure he knew how flutter is supposed to work. I told him that for example, if you have an app that has a button and if you press that button, you want your cameras flash light to turn on, dart by itself can not do that. The UI for the button would be rendered by Skia using dart code yes, but the command to turn on the flash would be sent through a platform channel to the native side. And then we need to write the code to turn on/off the flash light using kotlin or swift code depending on which device we were targeting the app for.Please refer to this link if you're interested in learning on how to do this yourself: https://link.medium.com/OTt7zgQmIXAnd after explaining, I asked him do you want me to just write code for the method channel to the native code? He repeated the question again. I forfeited after a while because even if I did make the method channel, I haven't worked with the image picker (i believe there is an intent for the android side) so I'd have to either Google that or ask the interviewer that.There was one other issue that left a bad taste in my mouth but it's not as problematic as these two.Was that a valid question to ask for an interview? If not, is there any value in me contacting the recruiter about this issue?I did get the rejection letter a couple days later. But I feel like my skills weren't tested properly.I really really liked the project that the team was recruiting for since it hits close to what I really enjoy working with. My experience was pretty bad BUT I would absolutely love to work on that project.
June 22, 2019 at 03:25AM by kittykittyharrington
http://bit.ly/2IxmqGj
Flutter interview gone wrong
Hi guys!Due to the circumstances, I made a throw away account to post this.I recently had a flutter interview. Given I had been working professionally with flutter since a couple months before flutter live, I was feeling pretty confident. I work with a startup in the bay area.It started out fine. He asked basic questions about flutter and I responded with confidence. He asked me why I like flutter and I gushed for a couple minutes.Things went south when he asked me to name a couple of widgets. I mentioned everything in flutter is a widget. Then I mentioned a couple like Text, Row, Column, Expanded. He said that he was expecting me to say stateless or stateful widget. I said oh those too. I can speak about them. But he says that's fine and proceeded to the next question.The biggest issue was when he asked me to write the code to get an image from a phone. I asked him to clarify. And he said write the dart code to get an image from a device.I wasn't sure he knew how flutter is supposed to work. I told him that for example, if you have an app that has a button and if you press that button, you want your cameras flash light to turn on, dart by itself can not do that. The UI for the button would be rendered by Skia using dart code yes, but the command to turn on the flash would be sent through a platform channel to the native side. And then we need to write the code to turn on/off the flash light using kotlin or swift code depending on which device we were targeting the app for.Please refer to this link if you're interested in learning on how to do this yourself: https://link.medium.com/OTt7zgQmIXAnd after explaining, I asked him do you want me to just write code for the method channel to the native code? He repeated the question again. I forfeited after a while because even if I did make the method channel, I haven't worked with the image picker (i believe there is an intent for the android side) so I'd have to either Google that or ask the interviewer that.There was one other issue that left a bad taste in my mouth but it's not as problematic as these two.Was that a valid question to ask for an interview? If not, is there any value in me contacting the recruiter about this issue?I did get the rejection letter a couple days later. But I feel like my skills weren't tested properly.I really really liked the project that the team was recruiting for since it hits close to what I really enjoy working with. My experience was pretty bad BUT I would absolutely love to work on that project.
June 22, 2019 at 03:25AM by kittykittyharrington
http://bit.ly/2IxmqGj
Medium
Image Picker in Flutter
Image is a poem without words..
New post on /r/flutterdev subreddit:
Let's dive into Flutter for Web!
https://www.youtube.com/watch?v=H2Dy6Fn0xHA
June 22, 2019 at 03:07AM by kirkwight
http://bit.ly/2X1w8Fa
Let's dive into Flutter for Web!
https://www.youtube.com/watch?v=H2Dy6Fn0xHA
June 22, 2019 at 03:07AM by kirkwight
http://bit.ly/2X1w8Fa
YouTube
Flutter For Web – Flutter Vancouver Meetup Group
On June 11, 2019, I gave a talk about Flutter for Web to the Flutter Vancouver Meetup Group. This is a screencast version of that talk.
New post on Flutter Dev Google group:
Warning Warning Warning...!!!
Some *serious warnings in Flutter* when integrating firebase into Flutter. *The App is running* but gives several warnings. *Please help...!!!*
June 22, 2019 at 05:47AM by Yasas Sandeepa
http://bit.ly/2WZFxwB
Warning Warning Warning...!!!
Some *serious warnings in Flutter* when integrating firebase into Flutter. *The App is running* but gives several warnings. *Please help...!!!*
June 22, 2019 at 05:47AM by Yasas Sandeepa
http://bit.ly/2WZFxwB
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:
I/flutter ( 6255): PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException:
how can I solve this problem I try authentication with google account but I encountered error? how can I solve it? I/flutter ( 6255): PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null) [image: google error.PNG]
June 22, 2019 at 07:08AM by El marouv Mohamed
http://bit.ly/2WV3Qki
I/flutter ( 6255): PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException:
how can I solve this problem I try authentication with google account but I encountered error? how can I solve it? I/flutter ( 6255): PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null) [image: google error.PNG]
June 22, 2019 at 07:08AM by El marouv Mohamed
http://bit.ly/2WV3Qki
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:
Connection failed to mysql8.0
Hello, Connection failed to mysql server 8.0 with flutter due to authentication plugin not supported Your help is appreciated Thanks & Regards Gopal Sajjan Jangid Mobile : +91 9602603063 E-Mail ID : jangidg...@gmail.com
June 22, 2019 at 09:03AM by Gopal Jangid
http://bit.ly/2IwB7ta
Connection failed to mysql8.0
Hello, Connection failed to mysql server 8.0 with flutter due to authentication plugin not supported Your help is appreciated Thanks & Regards Gopal Sajjan Jangid Mobile : +91 9602603063 E-Mail ID : jangidg...@gmail.com
June 22, 2019 at 09:03AM by Gopal Jangid
http://bit.ly/2IwB7ta
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:
contents json ios
Does it matter if I replace the filename by a simple one as long as it matches the name of the new image? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76 @2x.png", "scale" : "2x" }, new code: { "size" : "76x76",
June 22, 2019 at 12:30PM by Bened
http://bit.ly/2x7nUk3
contents json ios
Does it matter if I replace the filename by a simple one as long as it matches the name of the new image? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76 @2x.png", "scale" : "2x" }, new code: { "size" : "76x76",
June 22, 2019 at 12:30PM by Bened
http://bit.ly/2x7nUk3
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:
Flutter Table like excel
I want to create data table like excel in flutter but more easier. Every cell is an textfield. Can you have me this?
June 22, 2019 at 12:39PM by Khiêm Lê
http://bit.ly/2RqcDog
Flutter Table like excel
I want to create data table like excel in flutter but more easier. Every cell is an textfield. Can you have me this?
June 22, 2019 at 12:39PM by Khiêm Lê
http://bit.ly/2RqcDog
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:
I wrote this about testable Flutter architecture using Redux
http://bit.ly/2Y4s7Ry
June 22, 2019 at 02:26PM by jorgecastilloprz
http://bit.ly/31P0L48
I wrote this about testable Flutter architecture using Redux
http://bit.ly/2Y4s7Ry
June 22, 2019 at 02:26PM by jorgecastilloprz
http://bit.ly/31P0L48
👨💻 Jorge Castillo
Flutter - Testable architecture using Redux
Architecture concepts are often common across platforms. Let’s learn how to build an end to end architecture for Flutter using Redux. Our main focus will be testability. ✅ Unidireccional data flow This is something we’ve heard many times already, so let me…
New post on Flutter Dev Google group:
changing the flutter app icon for ios and android devices
*FLUTTER APP ICON FOR IOS DEVICE:* Does it matter if I replace the filename by a simple one as long as it matches the name of the new image and will it works on an ios device? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76
June 22, 2019 at 02:58PM by Bened
http://bit.ly/2Y5Q230
changing the flutter app icon for ios and android devices
*FLUTTER APP ICON FOR IOS DEVICE:* Does it matter if I replace the filename by a simple one as long as it matches the name of the new image and will it works on an ios device? example: source code: { "size" : "76x76", "idiom" : "ipad", "filename" : "Icon-App-76x76
June 22, 2019 at 02:58PM by Bened
http://bit.ly/2Y5Q230
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:
Build APK(s) missing in Flutter
The build APK(s) is not systematically done in Flutter, I have to open the project in Android Studio 15:31 Build APK(s) APK(s) generated successfully for 1 module: Module 'app': locate or analyze the APK.
June 22, 2019 at 03:37PM by Bened
http://bit.ly/2X08aK5
Build APK(s) missing in Flutter
The build APK(s) is not systematically done in Flutter, I have to open the project in Android Studio 15:31 Build APK(s) APK(s) generated successfully for 1 module: Module 'app': locate or analyze the APK.
June 22, 2019 at 03:37PM by Bened
http://bit.ly/2X08aK5
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:
An option to NOT write expected code. fontWeight: fontWeight.bold -> fontWeight: .bold
I dont see why this couldnt be a thing. This could fix a quite big problem i have with flutter. Having to write so much twice.This can atleast be usefull where a enum is expected:fontWeight: fontWeight.bold -> fontWeight: .bold // because a FontWeight is expected it can be omittedscrollDirection: .verticalalignment: .centeretc
June 22, 2019 at 03:35PM by ReinBentdal
http://bit.ly/31OecBb
An option to NOT write expected code. fontWeight: fontWeight.bold -> fontWeight: .bold
I dont see why this couldnt be a thing. This could fix a quite big problem i have with flutter. Having to write so much twice.This can atleast be usefull where a enum is expected:fontWeight: fontWeight.bold -> fontWeight: .bold // because a FontWeight is expected it can be omittedscrollDirection: .verticalalignment: .centeretc
June 22, 2019 at 03:35PM by ReinBentdal
http://bit.ly/31OecBb
reddit
r/FlutterDev - An option to NOT write expected code. fontWeight: fontWeight.bold -> fontWeight: .bold
0 votes and 2 comments so far on Reddit