Reddit: Flutter — Implementing Micro-interactions — Scrollable Horizontal List View
https://ift.tt/2CsPSvf
Submitted October 05, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2OGSdZi
https://ift.tt/2CsPSvf
Submitted October 05, 2018 at 06:35PM by Purple_Pizzazz
via reddit https://ift.tt/2OGSdZi
Medium
Flutter — Implementing Micro-interactions — Scrollable Horizontal List View
Animating horizontal list view to make micro-interactions
If you need to know whether the app is currently running in production (as opposed to debug or profile mode), use the dart.vm.product environment flag. It can help you decide between logging, throwing or ignoring an exception. #FlutterFriday
Learn more→ https://t.co/Op8YJkmlAs pic.twitter.com/JG2g2vFNvf— Flutter (@flutterio) October 5, 2018
October 05, 2018 at 08:27PM
via Twitter https://twitter.com/flutterio
Learn more→ https://t.co/Op8YJkmlAs pic.twitter.com/JG2g2vFNvf— Flutter (@flutterio) October 5, 2018
October 05, 2018 at 08:27PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
Reddit: Is it possible to turn off the auto-generated comments on the closing paren of objects?
Hi,I'm a completely new Flutter dev, just getting started, but one thing is bugging me and I've spent half an hour trying to find an answer on my own. It's a minor thing, but minor things bug my OCD a lot :)In Android Studio, latest version, the Flutter plugin (I assume, I could be wrong) seems to put a comment at the end of objects within the build() method:
Submitted October 05, 2018 at 09:41PM by fzammetti
via reddit https://ift.tt/2OLPhed
Hi,I'm a completely new Flutter dev, just getting started, but one thing is bugging me and I've spent half an hour trying to find an answer on my own. It's a minor thing, but minor things bug my OCD a lot :)In Android Studio, latest version, the Flutter plugin (I assume, I could be wrong) seems to put a comment at the end of objects within the build() method:
Widget build(BuildContext context) { return new MaterialApp( title : "Flutter Demo", theme : new ThemeData( primarySwatch : Colors.blue, ), // ThemeData home : new MyHomePage(title : "Flutter Demo Home Page"), ); // MaterialApp }See the // ThemeData and and // MaterialApp comments there? I simply want to turn those off.I can't edit them, and in fact copying the code results in them not being present, so they don't appear to be actual comments per se but instead are some sort of markers only seen in the editor itself.While I appreciate the thought behind them, and I actually always use trailing comments like that by force of habit anyway, I really dislike them being automatically embedded like this because I prefer a different format (/* xxx */) and the fact that they seem to not actually be part of the code per se bothers me.I feel generically like an IDE should never modify my code unless I specifically tell it to either by executing a function or by a setting I consciously set to allows an automatic change. So, my question simply is whether there is a setting for this to turn if off that I haven't been able to find yet?Thanks all!EDIT: Sorry, I posted before the message about the rules hit my inbox, so I'll expect this to be deleted (though I'll leave it just in case it gets past moderation, but I expect it won't - innocent mistake, I promise!
Submitted October 05, 2018 at 09:41PM by fzammetti
via reddit https://ift.tt/2OLPhed
reddit
r/FlutterDev - Is it possible to turn off the auto-generated comments on the closing paren of objects?
1 vote and 1 comment so far on Reddit
Reddit: It seems like flutter is keeping Dart alive. Would it be possible for Flutter to use ex Kotlin, Swift or any other popular language instead?
Alot of Android developers use Kotlin and alot of iOS developers use swift. Both of those languages are pretty popular. If flutter supported one or more of those languages then I am convinced the flutter userbase would grow really fast. C# is also a language that have evolved in to a really nice language and it seems pretty similar to dart. Most Xamarin developers would have a lower threshold of moving to flutter. You could also reuse code with a .NET core backend. In an optimal world it would be possible to use any language to develop Flutter apps. Perhaps support building flutter apps using webassemmbly.Whats your opinion on this? Why have a completely new language that not so many like as the base of such an excellent UI toolkit?I don't like Go for different reasons but it does at least have some passionate followers and a growing community. I don't see a lot of posts praising Dart. I'm not saying Dart is a bad language it's probably even good. The biggest problem is that it is to close to other languages so people feel that it doesn't bring anything new to the table.
Submitted October 06, 2018 at 09:29AM by pure_x01
via reddit https://ift.tt/2zUkgfz
Alot of Android developers use Kotlin and alot of iOS developers use swift. Both of those languages are pretty popular. If flutter supported one or more of those languages then I am convinced the flutter userbase would grow really fast. C# is also a language that have evolved in to a really nice language and it seems pretty similar to dart. Most Xamarin developers would have a lower threshold of moving to flutter. You could also reuse code with a .NET core backend. In an optimal world it would be possible to use any language to develop Flutter apps. Perhaps support building flutter apps using webassemmbly.Whats your opinion on this? Why have a completely new language that not so many like as the base of such an excellent UI toolkit?I don't like Go for different reasons but it does at least have some passionate followers and a growing community. I don't see a lot of posts praising Dart. I'm not saying Dart is a bad language it's probably even good. The biggest problem is that it is to close to other languages so people feel that it doesn't bring anything new to the table.
Submitted October 06, 2018 at 09:29AM by pure_x01
via reddit https://ift.tt/2zUkgfz
reddit
r/FlutterDev - It seems like flutter is keeping Dart alive. Would it be possible for Flutter to use ex Kotlin, Swift or any other…
1 vote and 1 comment so far on Reddit
Reddit: Need help for Flutter on AWS
Flutter is not currently supported by Amazon AWS as there is no Dart/Flutter SDK for AWS. It’s in their backlog they said. Someone posted Flutter support request in AWS Github repo: https://github.com/aws-amplify/amplify-js/issues/1852 Amplify is AWS’s client library for mobile and web apps. Would appreciate your help to post a comment so as to register the interest for Flutter support. This will help Flutter usage. I have seen projects dropped from using Flutter because the clients are AWS shop. Thank you for your time.
Submitted October 06, 2018 at 03:52PM by OffBeannie
via reddit https://ift.tt/2yk6TU6
Flutter is not currently supported by Amazon AWS as there is no Dart/Flutter SDK for AWS. It’s in their backlog they said. Someone posted Flutter support request in AWS Github repo: https://github.com/aws-amplify/amplify-js/issues/1852 Amplify is AWS’s client library for mobile and web apps. Would appreciate your help to post a comment so as to register the interest for Flutter support. This will help Flutter usage. I have seen projects dropped from using Flutter because the clients are AWS shop. Thank you for your time.
Submitted October 06, 2018 at 03:52PM by OffBeannie
via reddit https://ift.tt/2yk6TU6
GitHub
Flutter support · Issue #1852 · aws-amplify/amplify-js
is there any roadmap for flutter with amplify-js ?
Reddit: New to Flutter, What to do and How?
I want to create a messaging application using flutter and i don't have any previous experience in flutter or android or react native. I'm starting with flutter. Will it be easy for me to develop? For back end what will be good (easy) to use?BTW Flutter (also Dart) Documentation is too good to read
Submitted October 06, 2018 at 06:21PM by regularman171
via reddit https://ift.tt/2PdBZUI
I want to create a messaging application using flutter and i don't have any previous experience in flutter or android or react native. I'm starting with flutter. Will it be easy for me to develop? For back end what will be good (easy) to use?BTW Flutter (also Dart) Documentation is too good to read
Submitted October 06, 2018 at 06:21PM by regularman171
via reddit https://ift.tt/2PdBZUI
reddit
r/FlutterDev - New to Flutter, What to do and How?
0 votes and 0 comments so far on Reddit
GGroup: Convert TimeOfDay to hh:mm:ss
Hi All, Please help me for value Time of Day become hh:mm:ss example TimeOfDay(13:00) to 13:00:00 [image: Screen Shot 2018-10-06 at 11.50.59 PM.png]
Submitted October 06, 2018 at 06:54PM by Edi Kurniawan
via Flutter Dev https://ift.tt/2pFchgL
Hi All, Please help me for value Time of Day become hh:mm:ss example TimeOfDay(13:00) to 13:00:00 [image: Screen Shot 2018-10-06 at 11.50.59 PM.png]
Submitted October 06, 2018 at 06:54PM by Edi Kurniawan
via Flutter Dev https://ift.tt/2pFchgL
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.
Reddit: Just released v0.1.2 of custom_radio! It enables easy creation of custom animated radio buttons.
https://ift.tt/2E2aUCH
Submitted October 06, 2018 at 08:07PM by f4t3d
via reddit https://ift.tt/2Qx2vZu
https://ift.tt/2E2aUCH
Submitted October 06, 2018 at 08:07PM by f4t3d
via reddit https://ift.tt/2Qx2vZu
Dart Packages
custom_radio | Flutter Package
custom_radio Flutter and Dart package - An animatable radio button that can be customized to the max.
GGroup: Gradle Bug
I have a Big problem when i run my flutter app. It's allways bug. The problem is : Build failed with exception. Error running gradle. A problem occured configuring Root project 'android' Help please!!!
Submitted October 06, 2018 at 10:02PM by Dom's Buhendwa
via Flutter Dev https://ift.tt/2IFed1c
I have a Big problem when i run my flutter app. It's allways bug. The problem is : Build failed with exception. Error running gradle. A problem occured configuring Root project 'android' Help please!!!
Submitted October 06, 2018 at 10:02PM by Dom's Buhendwa
via Flutter Dev https://ift.tt/2IFed1c
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.
GGroup: Error running
Submitted October 06, 2018 at 10:16PM by Dom's Buhendwa
via Flutter Dev https://ift.tt/2OGT5NH
Submitted October 06, 2018 at 10:16PM by Dom's Buhendwa
via Flutter Dev https://ift.tt/2OGT5NH
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.
Reddit: Decent way for trscking location ?
I looked into several flutter packages for now but there is always something missing on them. I just want to detect whether the how is enabled or not and get the hospital information. If God is disabled I want to prompt the user to enable it.Geolocator doesn't provide a Working way to detect if Gps is enabled or notGeolocation isn't updated for dart ,2.0 so u have to use a fork of it. The detection of GPS is on or off works but the tracking of the current location always throws a exceptionThe location package does prompt the user to enable Gps, but if turned on it can't detect the GPS information without reloading the whole screenSo what is the favorite way of you guys out there, to simply get GPS information from the device and determine if Gps is on or off (if not prompt)?I'm also wondering why such a basic function doesn't come with flutter as default
Submitted October 06, 2018 at 10:28PM by linero7
via reddit https://ift.tt/2BXKOhz
I looked into several flutter packages for now but there is always something missing on them. I just want to detect whether the how is enabled or not and get the hospital information. If God is disabled I want to prompt the user to enable it.Geolocator doesn't provide a Working way to detect if Gps is enabled or notGeolocation isn't updated for dart ,2.0 so u have to use a fork of it. The detection of GPS is on or off works but the tracking of the current location always throws a exceptionThe location package does prompt the user to enable Gps, but if turned on it can't detect the GPS information without reloading the whole screenSo what is the favorite way of you guys out there, to simply get GPS information from the device and determine if Gps is on or off (if not prompt)?I'm also wondering why such a basic function doesn't come with flutter as default
Submitted October 06, 2018 at 10:28PM by linero7
via reddit https://ift.tt/2BXKOhz
reddit
r/FlutterDev - Decent way for trscking location ?
1 vote and 0 comments so far on Reddit
Reddit: BoxDecoration Class
what is the usage of stops property in BoxDecoration class ?
Submitted October 07, 2018 at 10:14AM by _a7me63azza8
via reddit https://ift.tt/2E1eDQU
what is the usage of stops property in BoxDecoration class ?
Submitted October 07, 2018 at 10:14AM by _a7me63azza8
via reddit https://ift.tt/2E1eDQU
reddit
r/FlutterDev - BoxDecoration Class
2 votes and 0 comments so far on Reddit
GGroup: bottom sheet open
Hi All, Can any one tell me how to default open bottom sheet when page is called.
Submitted October 07, 2018 at 07:10PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2pN99iZ
Hi All, Can any one tell me how to default open bottom sheet when page is called.
Submitted October 07, 2018 at 07:10PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2pN99iZ
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.
GGroup: Firebase Hosting
Can someone tell me how to integrate firebase hosting with a flutter app.
Submitted October 07, 2018 at 08:14PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2zWWksh
Can someone tell me how to integrate firebase hosting with a flutter app.
Submitted October 07, 2018 at 08:14PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2zWWksh
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.
Reddit: Chromcast Integration
Are there any plugins to use the Chromecast in a Flutter App? Can't get my head around Platform Channels. Detailed platform channels instructions would be appreciated too.
Submitted October 07, 2018 at 09:15PM by GotRedditFever
via reddit https://ift.tt/2PosX7u
Are there any plugins to use the Chromecast in a Flutter App? Can't get my head around Platform Channels. Detailed platform channels instructions would be appreciated too.
Submitted October 07, 2018 at 09:15PM by GotRedditFever
via reddit https://ift.tt/2PosX7u
reddit
r/FlutterDev - Chromcast Integration
2 votes and 0 comments so far on Reddit
Reddit: Working with APIs in Flutter
https://ift.tt/2RyWywb
Submitted October 08, 2018 at 01:26AM by Elixane
via reddit https://ift.tt/2Rwv3U5
https://ift.tt/2RyWywb
Submitted October 08, 2018 at 01:26AM by Elixane
via reddit https://ift.tt/2Rwv3U5
Medium
Working with APIs in Flutter
A beginner’s guide to conquering the world of APIs in Flutter for a better ‘Future’.
Reddit: 🔥 New Flutter Bloc Package 🔥
https://ift.tt/2EdRhHI
Submitted October 08, 2018 at 04:55AM by felangel1
via reddit https://ift.tt/2IGr1V7
https://ift.tt/2EdRhHI
Submitted October 08, 2018 at 04:55AM by felangel1
via reddit https://ift.tt/2IGr1V7
Dart Packages
bloc | Flutter Package
bloc Flutter and Dart package - a package to help implement the bloc pattern.
GGroup: How to work with APK files that exceed the Play Store size limit of 100MB
Hi, My android release APK size built using Flutter is around 275MB due solely to a large number of image and video assets. I would like to upload this APK to the Google Play store but there appears to be an APK size limit of 100MB. In Android app development you can create APK expansion
Submitted October 08, 2018 at 08:35AM by Ben Priebe
via Flutter Dev https://ift.tt/2RAd0w9
Hi, My android release APK size built using Flutter is around 275MB due solely to a large number of image and video assets. I would like to upload this APK to the Google Play store but there appears to be an APK size limit of 100MB. In Android app development you can create APK expansion
Submitted October 08, 2018 at 08:35AM by Ben Priebe
via Flutter Dev https://ift.tt/2RAd0w9
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.
Reddit: Sydney Flutter Jam #1
https://ift.tt/2Nurdrh
Submitted October 08, 2018 at 09:22AM by Purple_Pizzazz
via reddit https://ift.tt/2C1PT8w
https://ift.tt/2Nurdrh
Submitted October 08, 2018 at 09:22AM by Purple_Pizzazz
via reddit https://ift.tt/2C1PT8w
Medium
Sydney Flutter Jam #1
I recently live coded a Flutter app live on stage, without any preparation. It was an amusing experience of reading documentation…
GGroup: Flutter Features Hot Reload, Hot Restart, Timeline View, Flutter Inspector are disabled.
I'm using Android Studio to Develop Flutter Apps and I run the Apps in a Physical Device. When running apps in Physical Device, Features such as Hot Reload, Hot Restart, Timeline View, Flutter Inspector are disabled. But when running apps on emulator the former options are available to use. Can
Submitted October 08, 2018 at 03:36PM by arav...@criarsolutions.in
via Flutter Dev https://ift.tt/2Og6Rav
I'm using Android Studio to Develop Flutter Apps and I run the Apps in a Physical Device. When running apps in Physical Device, Features such as Hot Reload, Hot Restart, Timeline View, Flutter Inspector are disabled. But when running apps on emulator the former options are available to use. Can
Submitted October 08, 2018 at 03:36PM by arav...@criarsolutions.in
via Flutter Dev https://ift.tt/2Og6Rav
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.
GGroup: How can I add a firebase performance metrics custom trace on a http read request?
I've integrated the firebase performance tool for an android app. And I'm using firebase_performance package in my project. I tried to follow the example provided by this package. But I guess I'm making a mistake in the
Submitted October 08, 2018 at 06:44PM by Rishabh Jain
via Flutter Dev https://ift.tt/2RyD6j8
I've integrated the firebase performance tool for an android app. And I'm using firebase_performance package in my project. I tried to follow the example provided by this package. But I guess I'm making a mistake in the
Submitted October 08, 2018 at 06:44PM by Rishabh Jain
via Flutter Dev https://ift.tt/2RyD6j8
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.