New post on /r/flutterdev subreddit:
How do you format your Flutter code?
I have been building app for the last month and I find that the code, specially for UI ends up looking DISGUSTING due to all those nested initializations. I tried to avoid all that nesting by creating methods that return Widgets but still, setting properties looks disgusting.How do you format your code and is there any recommended naming conventions to look at?
January 21, 2019 at 04:42AM by mentalfloss3
http://bit.ly/2sFDz7S
How do you format your Flutter code?
I have been building app for the last month and I find that the code, specially for UI ends up looking DISGUSTING due to all those nested initializations. I tried to avoid all that nesting by creating methods that return Widgets but still, setting properties looks disgusting.How do you format your code and is there any recommended naming conventions to look at?
January 21, 2019 at 04:42AM by mentalfloss3
http://bit.ly/2sFDz7S
reddit
r/FlutterDev - How do you format your Flutter code?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Widget 06 | RaiseButton
This is my 6th widget RaiseButton, Hope you like.https://medium.com/flutteropen/widgets-06-raisebutton-6322e0bb2a95
January 21, 2019 at 08:29AM by nb312
http://bit.ly/2RIMoNh
Flutter Widget 06 | RaiseButton
This is my 6th widget RaiseButton, Hope you like.https://medium.com/flutteropen/widgets-06-raisebutton-6322e0bb2a95
January 21, 2019 at 08:29AM by nb312
http://bit.ly/2RIMoNh
New post on /r/flutterdev subreddit:
Cannot reduce graphics memory leak of my app
I am using ImageProvider in 2 parts of my code 1.getting bytes from a file in system 2. drawing image on canvas And i guess this is the reason for the memory leak I tried clearing the imageCache of the PaintingBinding but didnot solve my problem
January 21, 2019 at 07:38AM by yashwanth_boddu
http://bit.ly/2DmT1vR
Cannot reduce graphics memory leak of my app
I am using ImageProvider in 2 parts of my code 1.getting bytes from a file in system 2. drawing image on canvas And i guess this is the reason for the memory leak I tried clearing the imageCache of the PaintingBinding but didnot solve my problem
January 21, 2019 at 07:38AM by yashwanth_boddu
http://bit.ly/2DmT1vR
reddit
r/FlutterDev - Cannot reduce graphics memory leak of my app
1 vote and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Single Thread, multi threading, synchronous and asynchronous. This article explains the different code execution modes in Flutter.
http://bit.ly/2AV2Rn0
January 21, 2019 at 09:35AM by etca2z
http://bit.ly/2R3Ocv2
Single Thread, multi threading, synchronous and asynchronous. This article explains the different code execution modes in Flutter.
http://bit.ly/2AV2Rn0
January 21, 2019 at 09:35AM by etca2z
http://bit.ly/2R3Ocv2
Didier Boelens
Didier Boelens - Flutter
Flutter - Single Thread, multi threading, synchronous and asynchronous. This article explains the different code execution modes in Flutter.
Difficulty: Intermediate
Difficulty: Intermediate
New post on Flutter Dev Google group:
How can i build an app like 'Reflectly'?
When I was going through the flutter.io website, I saw something like Reflectly- an award-winning app developed using flutter. The animations, UI and overall this app is having a new kind of user experience. can somebody explain me how this app is built?
January 21, 2019 at 10:19AM by Rupesh Frost
http://bit.ly/2RRXmQ3
How can i build an app like 'Reflectly'?
When I was going through the flutter.io website, I saw something like Reflectly- an award-winning app developed using flutter. The animations, UI and overall this app is having a new kind of user experience. can somebody explain me how this app is built?
January 21, 2019 at 10:19AM by Rupesh Frost
http://bit.ly/2RRXmQ3
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:
UI Automation Testing for native flutter application
Hi everyone, Does anyone suggest me that which tools are compatible to test the UI of native applications designed on flutter. Also selenium and Appium are compatible with these kind of applications or not ?
January 21, 2019 at 10:22AM by flutt...@gmail.com
http://bit.ly/2HpkxNl
UI Automation Testing for native flutter application
Hi everyone, Does anyone suggest me that which tools are compatible to test the UI of native applications designed on flutter. Also selenium and Appium are compatible with these kind of applications or not ?
January 21, 2019 at 10:22AM by flutt...@gmail.com
http://bit.ly/2HpkxNl
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:
Material and Cupertino
Hi everyone!Recently come from Android development and have started with Flutter.Where does the Cupertino library fit in? Every tutorial I’ve followed online has used the Material library and was reading how it doesn’t work well/look nice on iOS and to use the Cupertino library but doesn’t that defeat the purpose of the cross platform design needing to program the app for two platforms?Still new to this and I’ve seen the archived posts talking about this and others in the past mentioning about Flutter in the future to dynamically use the library based on the device it’s running on.If there are good resources on this, please let me know.
January 21, 2019 at 02:53PM by pandasdokungfu
http://bit.ly/2U5wkBQ
Material and Cupertino
Hi everyone!Recently come from Android development and have started with Flutter.Where does the Cupertino library fit in? Every tutorial I’ve followed online has used the Material library and was reading how it doesn’t work well/look nice on iOS and to use the Cupertino library but doesn’t that defeat the purpose of the cross platform design needing to program the app for two platforms?Still new to this and I’ve seen the archived posts talking about this and others in the past mentioning about Flutter in the future to dynamically use the library based on the device it’s running on.If there are good resources on this, please let me know.
January 21, 2019 at 02:53PM by pandasdokungfu
http://bit.ly/2U5wkBQ
reddit
r/FlutterDev - Material and Cupertino
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How do i create this animation using flutter?
https://codepen.io/stevn/pen/kXyKjQ
January 21, 2019 at 04:10PM by zapoJMR
http://bit.ly/2S07E0l
How do i create this animation using flutter?
https://codepen.io/stevn/pen/kXyKjQ
January 21, 2019 at 04:10PM by zapoJMR
http://bit.ly/2S07E0l
New post on Flutter Dev Google group:
Invoke MethodChannel result object asychronously
I have a situation where I am using a MethodChannel to invoke a native function on a third-party SDK. The native function is itself asynchronous i.e. it performs some network call before it returns a result asynchronously. My question is; is it a good idea to hold onto the MethodChannel result
January 21, 2019 at 04:34PM by Ian Evans
http://bit.ly/2DnPFZx
Invoke MethodChannel result object asychronously
I have a situation where I am using a MethodChannel to invoke a native function on a third-party SDK. The native function is itself asynchronous i.e. it performs some network call before it returns a result asynchronously. My question is; is it a good idea to hold onto the MethodChannel result
January 21, 2019 at 04:34PM by Ian Evans
http://bit.ly/2DnPFZx
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 Animation with the article.
https://i.redd.it/yqg71yd6qsb21.gif
January 21, 2019 at 04:43PM by nb312
http://bit.ly/2RCB9py
Flutter Animation with the article.
https://i.redd.it/yqg71yd6qsb21.gif
January 21, 2019 at 04:43PM by nb312
http://bit.ly/2RCB9py
New post on /r/flutterdev subreddit:
Flutter widgets 07 | AppBar
https://medium.com/flutteropen/flutter-widgets-07-appbar-86cae58244cdhttps://i.redd.it/43lhqam9psb21.png
January 21, 2019 at 04:32PM by nb312
http://bit.ly/2DoSIkh
Flutter widgets 07 | AppBar
https://medium.com/flutteropen/flutter-widgets-07-appbar-86cae58244cdhttps://i.redd.it/43lhqam9psb21.png
January 21, 2019 at 04:32PM by nb312
http://bit.ly/2DoSIkh
Medium
Flutter Widgets 07 | AppBar
In this tutorial, you will learn more detail about the AppBar in the flutter.
New post on Flutter Dev Google group:
Building on Android, Waiting for observatory port to be available...
The terminal seems to be stuck here and won't launch on my Google Pixel. Does anyone know what is happening here? I did recently change the package name but I'm not sure if this has something to do with it. I did see one thing that suggested that it could be but I'm not sure how to fix it. [
January 21, 2019 at 06:30PM by Brennan Altringer
http://bit.ly/2AWCIEB
Building on Android, Waiting for observatory port to be available...
The terminal seems to be stuck here and won't launch on my Google Pixel. Does anyone know what is happening here? I did recently change the package name but I'm not sure if this has something to do with it. I did see one thing that suggested that it could be but I'm not sure how to fix it. [
January 21, 2019 at 06:30PM by Brennan Altringer
http://bit.ly/2AWCIEB
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:
Gradle error when trying to build with Firebase: "Failed to generate v1 signature"
Hello, I've just created a new flutter project and tried to configure firebase. Just followed the firebase steps to add Firebase SDK into flutter, but got this error, anyone to help? I'm using VS Code, tried to delete the build folder and run flutter build apk again, but not working..
January 21, 2019 at 06:40PM by Ezequiel Post
http://bit.ly/2U6RcJ0
Gradle error when trying to build with Firebase: "Failed to generate v1 signature"
Hello, I've just created a new flutter project and tried to configure firebase. Just followed the firebase steps to add Firebase SDK into flutter, but got this error, anyone to help? I'm using VS Code, tried to delete the build folder and run flutter build apk again, but not working..
January 21, 2019 at 06:40PM by Ezequiel Post
http://bit.ly/2U6RcJ0
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 tweet from flutterio:
In this unique experiment @chinmaygarde, a Google engineer, ported the Flutter engine to a Raspberry Pi.
Learn how here 👇https://t.co/RQylPOcu4I— Flutter (@flutterio) January 21, 2019
January 21, 2019 at 07:00PM
http://twitter.com/flutterio/status/1087409490952105984
In this unique experiment @chinmaygarde, a Google engineer, ported the Flutter engine to a Raspberry Pi.
Learn how here 👇https://t.co/RQylPOcu4I— Flutter (@flutterio) January 21, 2019
January 21, 2019 at 07:00PM
http://twitter.com/flutterio/status/1087409490952105984
Twitter
Chinmay Garde (@chinmaygarde) | Twitter
The latest Tweets from Chinmay Garde (@chinmaygarde). Buzzy is Good, Buzzy is Wise. San Francisco, CA
New post on /r/flutterdev subreddit:
Updated Intro To Rapido Video and Tutorial
https://youtu.be/INRvXH_8_84
January 21, 2019 at 07:20PM by moephan
http://bit.ly/2U4ffbF
Updated Intro To Rapido Video and Tutorial
https://youtu.be/INRvXH_8_84
January 21, 2019 at 07:20PM by moephan
http://bit.ly/2U4ffbF
YouTube
Intro To Rapido
Rapido is a RAD framework for Flutter. A lot of work has gone into Rapido since the first video was published. Rapido is more powerful and easier to use. Thi...
New post on /r/flutterdev subreddit:
Seperating widgets, seperate files (Drawer)
https://youtu.be/LWiAyWUg9W0
January 21, 2019 at 08:32PM by rymotion
http://bit.ly/2U74Z2m
Seperating widgets, seperate files (Drawer)
https://youtu.be/LWiAyWUg9W0
January 21, 2019 at 08:32PM by rymotion
http://bit.ly/2U74Z2m
YouTube
Flutter tutorial: Seperating widgets, seperate files
Today I am going to show you how you can make a drawer in Flutter outside of the "main.dart" file within your flutter application
More information on Inheritance in coding:
https://en.wikipedia.org/wiki/Object-oriented_design
More information on Flutter:…
More information on Inheritance in coding:
https://en.wikipedia.org/wiki/Object-oriented_design
More information on Flutter:…
New post on /r/flutterdev subreddit:
Flutter essentials(tutorial) series: Stateless widgets [Part 2]
https://www.youtube.com/watch?v=uXeriatOSGo
January 21, 2019 at 10:34PM by flutterProgrammer
http://bit.ly/2T4QSKT
Flutter essentials(tutorial) series: Stateless widgets [Part 2]
https://www.youtube.com/watch?v=uXeriatOSGo
January 21, 2019 at 10:34PM by flutterProgrammer
http://bit.ly/2T4QSKT
YouTube
Flutter essentials(tutorial) series: Stateless widgets [Part 2]
In this video, you will see an explanation of flutter stateless widgets and how to use them efficiently for better performance. This is the second video in t...
New post on Flutter Dev Google group:
Build failure with packages cloud_firestore and flutter_local_notifications
With packages cloud_firestore and flutter_local_notifications, I got the following build failure: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:preDebugBuild'. > Android dependency 'com.android.support:support-compat' has different version for the
January 21, 2019 at 11:30PM by Yu Shen
http://bit.ly/2W1B1yu
Build failure with packages cloud_firestore and flutter_local_notifications
With packages cloud_firestore and flutter_local_notifications, I got the following build failure: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:preDebugBuild'. > Android dependency 'com.android.support:support-compat' has different version for the
January 21, 2019 at 11:30PM by Yu Shen
http://bit.ly/2W1B1yu
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:
How to implement notification dialogue, alternative to flutter_local_notifications?
I am able to use flutter_local_notifications to implement notification dialogue. But unfortunately, it has conflicts of build with cloud_firestore, which I also need. So I'd like to learn a better or alternative way to implement a
January 21, 2019 at 11:37PM by Yu Shen
http://bit.ly/2R5fj95
How to implement notification dialogue, alternative to flutter_local_notifications?
I am able to use flutter_local_notifications to implement notification dialogue. But unfortunately, it has conflicts of build with cloud_firestore, which I also need. So I'd like to learn a better or alternative way to implement a
January 21, 2019 at 11:37PM by Yu Shen
http://bit.ly/2R5fj95
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:
Wishlist for Flutter in 2019
http://bit.ly/2W6evEF
January 22, 2019 at 12:28AM by Purple_Pizzazz
http://bit.ly/2R4tVWb
Wishlist for Flutter in 2019
http://bit.ly/2W6evEF
January 22, 2019 at 12:28AM by Purple_Pizzazz
http://bit.ly/2R4tVWb
Medium
Wishlist for Flutter in 2019
Flutter is awesome. Here are some things that I believe will make it even more awesome.