GGroup: Flutter reload when keyboard visible
Hi I've noticed that if I reload my flutter project while the keyboard is visible (on my android connected physical device) then the keyboard remains in place when the app reloads which is a problem because it should not be visible at start of the app. Is this a known issue? Michael
Submitted April 28, 2018 at 07:37PM by michael.s.humphreys
via Flutter Dev https://ift.tt/2HBAeAE
Hi I've noticed that if I reload my flutter project while the keyboard is visible (on my android connected physical device) then the keyboard remains in place when the app reloads which is a problem because it should not be visible at start of the app. Is this a known issue? Michael
Submitted April 28, 2018 at 07:37PM by michael.s.humphreys
via Flutter Dev https://ift.tt/2HBAeAE
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: Learn Dart! - Introduction to Dart Programming
https://www.youtube.com/playlist?list=PLUsqXNfbLYixE5ZDOA3xNjZS-SolHjHZs
Submitted April 28, 2018 at 09:37PM by t04glovern
via reddit https://ift.tt/2JB9uwP
https://www.youtube.com/playlist?list=PLUsqXNfbLYixE5ZDOA3xNjZS-SolHjHZs
Submitted April 28, 2018 at 09:37PM by t04glovern
via reddit https://ift.tt/2JB9uwP
Reddit: DartStatistics
DartStatistics Small Tool to get a rough estimation how complex a Dart project is.Execute in the folder that you want to examine. It will process all files in the folder and subfolders.It outputs the number ofall lines of the project lines that contain source code characters of code classes Lines containing only comments are not counted as code and character count stops as soon a // is encountered.I know this gives only a very rough estimation of complexity but might be helpful to compare different solutions to the same problem.The executable is contained in the root of this repository so you don't have to have VS to build it.https://github.com/escamoteur/DartStatistics
Submitted April 29, 2018 at 06:54PM by escamoteur
via reddit https://ift.tt/2vUNJpI
DartStatistics Small Tool to get a rough estimation how complex a Dart project is.Execute in the folder that you want to examine. It will process all files in the folder and subfolders.It outputs the number ofall lines of the project lines that contain source code characters of code classes Lines containing only comments are not counted as code and character count stops as soon a // is encountered.I know this gives only a very rough estimation of complexity but might be helpful to compare different solutions to the same problem.The executable is contained in the root of this repository so you don't have to have VS to build it.https://github.com/escamoteur/DartStatistics
Submitted April 29, 2018 at 06:54PM by escamoteur
via reddit https://ift.tt/2vUNJpI
GitHub
escamoteur/DartStatistics
Contribute to DartStatistics development by creating an account on GitHub.
GGroup: Custom transitions : MaterialPageRoute vs PageRouteBuilder
on this page https://ift.tt/2jfwqGP "Custom routesYou can create your own subclass of one of the widget library route classes like PopupRoute , ModalRoute
Submitted April 29, 2018 at 09:23PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2JERwd5
on this page https://ift.tt/2jfwqGP "Custom routesYou can create your own subclass of one of the widget library route classes like PopupRoute , ModalRoute
Submitted April 29, 2018 at 09:23PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2JERwd5
docs.flutter.io
Navigator class - widgets library - Dart API
API docs for the Navigator class from the widgets library, for the Dart programming language.
GGroup: how to monitor how much a user is on their phone?
pretty self explanatory. is there any way to monitor this? i'm thinking something similar to Moment on iOS.
Submitted April 30, 2018 at 02:08AM by Alaric Hartsock
via Flutter Dev https://ift.tt/2rephKH
pretty self explanatory. is there any way to monitor this? i'm thinking something similar to Moment on iOS.
Submitted April 30, 2018 at 02:08AM by Alaric Hartsock
via Flutter Dev https://ift.tt/2rephKH
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: Flutter in Mobile App Development - Pros & Risks for App Owners
https://ift.tt/2jhJXhe
Submitted April 30, 2018 at 02:22AM by sebe42
via reddit https://ift.tt/2JDy4gz
https://ift.tt/2jhJXhe
Submitted April 30, 2018 at 02:22AM by sebe42
via reddit https://ift.tt/2JDy4gz
upflow.co
Flutter in Mobile App Development - Pros & Risks for App Owners - Mobile & Web Development Company Poland - Droids On Roids
Reddit: Is it possible to create a screen recording session using the front camera, rear camera, and game overlays/underlays with Flutter?
No text found
Submitted April 30, 2018 at 07:39AM by johnwayne2413
via reddit https://ift.tt/2HHlP25
No text found
Submitted April 30, 2018 at 07:39AM by johnwayne2413
via reddit https://ift.tt/2HHlP25
reddit
r/FlutterDev - Is it possible to create a screen recording session using the front camera, rear camera, and game overlays/underlays…
0 votes and 2 so far on reddit
Reddit: Building Custom Scroll Physics and Simulations with Flutter
https://m.youtube.com/watch?feature=youtu.be&v=f_aN4aN3Xdc
Submitted April 30, 2018 at 08:42AM by Purple_Pizzazz
via reddit https://ift.tt/2HFZfXA
https://m.youtube.com/watch?feature=youtu.be&v=f_aN4aN3Xdc
Submitted April 30, 2018 at 08:42AM by Purple_Pizzazz
via reddit https://ift.tt/2HFZfXA
YouTube
Building Custom Scroll Physics and Simulations with Dart's Flutter Framework
In this tutorial, we take a look at how we can implement custom scroll physics and simulations in flutter. Source Code: https://github.com/tensor-programming...
GGroup: equivalent of android TYPE_TEXT_FLAG_CAP_WORDS in flutter: BLOCKER
I managed to convince my company to move to flutter but this is almost making them think maybe we should maintain the old technology we are using. I need to capitalize the first letter of names, in Android this was it https://ift.tt/2I10jbN
Submitted April 30, 2018 at 01:40PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2vTBr0S
I managed to convince my company to move to flutter but this is almost making them think maybe we should maintain the old technology we are using. I need to capitalize the first letter of names, in Android this was it https://ift.tt/2I10jbN
Submitted April 30, 2018 at 01:40PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2vTBr0S
Reddit: Video submissions to the app store
If there a tool to record your screen and make videos for submission to the app store.I would be great if it possible to integrate it into your tests and CI. Then you know you videos are always up to date.Really interested to hear about any tools which help with any of these aspects. Maybe I can string together some tools to make it work seamlessly...
Submitted April 30, 2018 at 01:14PM by gedw99
via reddit https://ift.tt/2HGK0h4
If there a tool to record your screen and make videos for submission to the app store.I would be great if it possible to integrate it into your tests and CI. Then you know you videos are always up to date.Really interested to hear about any tools which help with any of these aspects. Maybe I can string together some tools to make it work seamlessly...
Submitted April 30, 2018 at 01:14PM by gedw99
via reddit https://ift.tt/2HGK0h4
reddit
r/FlutterDev - Video submissions to the app store
1 votes and 0 so far on reddit
Reddit: Can we add Cloud Firestore server timestamps?
Hello,is it possible to add server timestamps when using the cloud_firestore package? I know we can do it using firebase_database, but I cannot see anything similar for cloud_firestore.Am I missing anything, or should I lodge an issue?Cheers.
Submitted April 30, 2018 at 02:13PM by s0ft3ng
via reddit https://ift.tt/2rfYnTx
Hello,is it possible to add server timestamps when using the cloud_firestore package? I know we can do it using firebase_database, but I cannot see anything similar for cloud_firestore.Am I missing anything, or should I lodge an issue?Cheers.
Submitted April 30, 2018 at 02:13PM by s0ft3ng
via reddit https://ift.tt/2rfYnTx
Dart packages
cloud_firestore | Flutter Package
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.
GGroup: Flutter firebase messaging example app can crash
The question I have is: is what I am seeing expected behaviour of the plugin example app? I have loaded up the example app that comes with the plugin. And I have got the 3 ways of receiving a message to work. That is the app in foreground, in background and terminated. However if I mix the
Submitted April 30, 2018 at 05:59PM by John Aherne
via Flutter Dev https://ift.tt/2I4UWsj
The question I have is: is what I am seeing expected behaviour of the plugin example app? I have loaded up the example app that comes with the plugin. And I have got the 3 ways of receiving a message to work. That is the app in foreground, in background and terminated. However if I mix the
Submitted April 30, 2018 at 05:59PM by John Aherne
via Flutter Dev https://ift.tt/2I4UWsj
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: Making Dynamic Layouts with Slivers in Flutter
https://m.youtube.com/watch?feature=youtu.be&v=wN2lpqxkB4M
Submitted May 01, 2018 at 10:37AM by Purple_Pizzazz
via reddit https://ift.tt/2HLIlac
https://m.youtube.com/watch?feature=youtu.be&v=wN2lpqxkB4M
Submitted May 01, 2018 at 10:37AM by Purple_Pizzazz
via reddit https://ift.tt/2HLIlac
YouTube
Making Dynamic Layouts with Slivers in Dart's Flutter Framework
In this tutorial, we take a look at Slivers and how they work in Flutter. Source Code: https://github.com/tensor-programming/Flutter_Sliver_Tutorial Feel fre...
Reddit: Firebase Push Notification with Action Button in Flutter
https://ift.tt/2rbInkw
Submitted May 01, 2018 at 10:04AM by Purple_Pizzazz
via reddit https://ift.tt/2jojLlb
https://ift.tt/2rbInkw
Submitted May 01, 2018 at 10:04AM by Purple_Pizzazz
via reddit https://ift.tt/2jojLlb
Medium
Firebase Push Notification with Action Button in Flutter
Consider a scenario where your Mobile Application needs a Firebase push notification with action button, wherein this action button should…
Reddit: Getting Started Guide for new Flutter devs
https://ift.tt/2HEQvVR
Submitted May 01, 2018 at 11:53AM by apedley
via reddit https://ift.tt/2rcZvWT
https://ift.tt/2HEQvVR
Submitted May 01, 2018 at 11:53AM by apedley
via reddit https://ift.tt/2rcZvWT
Build Flutter
Getting Started - Build Flutter
Welcome. This page is a starting guide, for developers new to Flutter. Giving you a quick start to running and understanding Flutter. 1 | How Flutter Works A brief look at what makes up the Flutter tools, SDK and how it runs on each platform. 2 | Getting…
Reddit: Crash reporting and preventing widgets to show the error message in release mode
I just wanted to ask what the preferred way to register crashes is with flutter. I know there is an open issue here and that the sentry package on dartpub (https://pub.dartlang.org/packages/sentry) can do some crash reporting for dart code.Has anybody here released an app and can tell me how reliable sentry is or how you got notified of crashes and widgets rendering wrong if you used something else? (I mean overflow on small screens etc. which would just render a red widget with an error message normally)
Submitted May 01, 2018 at 11:43AM by AkrioX
via reddit https://ift.tt/2KuvEC2
I just wanted to ask what the preferred way to register crashes is with flutter. I know there is an open issue here and that the sentry package on dartpub (https://pub.dartlang.org/packages/sentry) can do some crash reporting for dart code.Has anybody here released an app and can tell me how reliable sentry is or how you got notified of crashes and widgets rendering wrong if you used something else? (I mean overflow on small screens etc. which would just render a red widget with an error message normally)
Submitted May 01, 2018 at 11:43AM by AkrioX
via reddit https://ift.tt/2KuvEC2
GitHub
Please add support for Crashlytics · Issue #14765 · flutter/flutter
In #9592 there's a request for adding Crashlytics, but it was blocked by an absence of crash reporting support in Flutter. Now that there are ways to intercept errors, it should be possible...
Reddit: New blog post: Redux vs RxCommand
https://ift.tt/2vXfNZE
Submitted May 01, 2018 at 02:43PM by escamoteur
via reddit https://ift.tt/2rcMpc9
https://ift.tt/2vXfNZE
Submitted May 01, 2018 at 02:43PM by escamoteur
via reddit https://ift.tt/2rcMpc9
Guru Meditation
Redux, the ideal Flutter pattern?
When starting with Flutter I was looking for recommendations for App architecture and most of the time I found references to the Redux pattern. I’m really honest, Redux never appealed to me. …
Reddit: Versioning with Flutter
https://ift.tt/2I0Bg91
Submitted May 01, 2018 at 02:42PM by ralphbergmann
via reddit https://ift.tt/2HGvY2Y
https://ift.tt/2I0Bg91
Submitted May 01, 2018 at 02:42PM by ralphbergmann
via reddit https://ift.tt/2HGvY2Y
Medium
Versioning with Flutter
Please note: This is my first article since I left university. So please be patient. 2nd note: My Java/Kotlin/Swift/Dart is much better…
GGroup: How to watch Flutter at Google I/O 2018
Google I/O 2018 will feature Flutter sessions, codelabs, office hours, sandbox space, and more. Here is a post on how to stay up to date with all-things Flutter during the event: https://ift.tt/2rcCMLn You can also find an Extended I/O event
Submitted May 01, 2018 at 06:21PM by Martin Aguinis
via Flutter Dev https://ift.tt/2JIxez9
Google I/O 2018 will feature Flutter sessions, codelabs, office hours, sandbox space, and more. Here is a post on how to stay up to date with all-things Flutter during the event: https://ift.tt/2rcCMLn You can also find an Extended I/O event
Submitted May 01, 2018 at 06:21PM by Martin Aguinis
via Flutter Dev https://ift.tt/2JIxez9
Medium
How to watch Flutter at Google I/O 2018
Google I/O 2018 is just a week away, and Flutter will be showing up in style at the event, with sessions, codelabs, office hours, an…
GGroup: ListView / GridView paging?
In iOS, the UIScrollView class has pagingEnabled < https://developer.apple.com/library/content/documentation/WindowsViews/Conceptual/UIScrollView_pg/ScrollViewPagingMode/ScrollViewPagingMode.html> property, which automatically pages content in multiples of a UITableView's or UICollectionView's
Submitted May 01, 2018 at 06:22PM by Martin Rybak
via Flutter Dev https://ift.tt/2rcCOCZ
In iOS, the UIScrollView class has pagingEnabled < https://developer.apple.com/library/content/documentation/WindowsViews/Conceptual/UIScrollView_pg/ScrollViewPagingMode/ScrollViewPagingMode.html> property, which automatically pages content in multiples of a UITableView's or UICollectionView's
Submitted May 01, 2018 at 06:22PM by Martin Rybak
via Flutter Dev https://ift.tt/2rcCOCZ