Reddit: Collection of customisable calendar related widgets for Flutter.
https://ift.tt/2R3HKFT
Submitted September 29, 2018 at 05:18PM by Purple_Pizzazz
via reddit https://ift.tt/2y8MaTh
https://ift.tt/2R3HKFT
Submitted September 29, 2018 at 05:18PM by Purple_Pizzazz
via reddit https://ift.tt/2y8MaTh
Dart packages
calendar_views | Flutter Package
Collection of customisable calendar related widgets for Flutter.
Reddit: Does flutter support in app purchases?
No text found
Submitted September 29, 2018 at 06:21PM by bytecrew
via reddit https://ift.tt/2DHyK6s
No text found
Submitted September 29, 2018 at 06:21PM by bytecrew
via reddit https://ift.tt/2DHyK6s
reddit
r/FlutterDev - Does flutter support in app purchases?
2 votes and 0 comments so far on Reddit
Reddit: Motion design doesn't have to be hard – Google Design – Medium
https://ift.tt/2zw6DTy
Submitted September 29, 2018 at 06:01PM by rockum
via reddit https://ift.tt/2xMEZAF
https://ift.tt/2zw6DTy
Submitted September 29, 2018 at 06:01PM by rockum
via reddit https://ift.tt/2xMEZAF
Medium
Motion Design Doesn’t Have to be Hard
In areas most important to a UI, motion design can and should be simple
Telegram intersting links (Include telegram communities):
https://medium.com/@oscarcpozas/flutter-interesting-links-f8e8c5c4926c
https://medium.com/@oscarcpozas/flutter-interesting-links-f8e8c5c4926c
Medium
Flutter interesting links
This is not an article, it’s just a list of resources for quick-start of new members on FlutterDev channel.
Flutter Heroes pinned «Telegram intersting links (Include telegram communities): https://medium.com/@oscarcpozas/flutter-interesting-links-f8e8c5c4926c»
Reddit: How can I avoid the background image to shrink when my keyboard is active?
https://ift.tt/2IpCEjf
Submitted September 29, 2018 at 11:54PM by MarvelousWololo
via reddit https://ift.tt/2zFy2mf
https://ift.tt/2IpCEjf
Submitted September 29, 2018 at 11:54PM by MarvelousWololo
via reddit https://ift.tt/2zFy2mf
Stack Overflow
How can I avoid the background image to shrink when my keyboard is active?
I would like to have a background image with text inputs but I don't know which widget I should use to avoid the background image to shrink when my keyboard is active.
Here you can find two screen...
Here you can find two screen...
Reddit: 06. Flutter e-commerce app: Drawer part 1
https://www.youtube.com/attribution_link?a=7x_Kb4p6t4w&u=%2Fwatch%3Fv%3DQl-5mutnYwA%26feature%3Dshare
Submitted September 29, 2018 at 11:44PM by kibatheseven
via reddit https://ift.tt/2Iqit4N
https://www.youtube.com/attribution_link?a=7x_Kb4p6t4w&u=%2Fwatch%3Fv%3DQl-5mutnYwA%26feature%3Dshare
Submitted September 29, 2018 at 11:44PM by kibatheseven
via reddit https://ift.tt/2Iqit4N
YouTube
06. Flutter e-commerce app: Drawer part 1
Hey Guys use the coupon "FIRST50" to get 50% off any course on my website (ONLY AVAILABLE FOR THE FIRST 50 USERS)
WEBSITE: ======================
https://everythingflutter.com
In this video we are going to start building our flutter e-commerce app, starting…
WEBSITE: ======================
https://everythingflutter.com
In this video we are going to start building our flutter e-commerce app, starting…
GGroup: Gradle 4.6, Flutter >Windows> AS
I am wondering why doesn't Flutter update itself? GRADLE should be 4.6 now and not 4.4: All the following lines have to be updated manually: distributionUrl=https\:// services.gradle.org/distributions/gradle-4.6-all.zip compileSdkVersion 28 targetSdkVersion 28 dependencies { classpath
Submitted September 30, 2018 at 12:35AM by Bened
via Flutter Dev https://ift.tt/2zFDbLe
I am wondering why doesn't Flutter update itself? GRADLE should be 4.6 now and not 4.4: All the following lines have to be updated manually: distributionUrl=https\:// services.gradle.org/distributions/gradle-4.6-all.zip compileSdkVersion 28 targetSdkVersion 28 dependencies { classpath
Submitted September 30, 2018 at 12:35AM by Bened
via Flutter Dev https://ift.tt/2zFDbLe
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: 08. Flutter e-commerce app: Drawer part 3
https://www.youtube.com/attribution_link?a=5SoiZ8Ewf40&u=%2Fwatch%3Fv%3Dsh4dcSrU9qU%26feature%3Dshare
Submitted September 30, 2018 at 12:08AM by kibatheseven
via reddit https://ift.tt/2zG3LUt
https://www.youtube.com/attribution_link?a=5SoiZ8Ewf40&u=%2Fwatch%3Fv%3Dsh4dcSrU9qU%26feature%3Dshare
Submitted September 30, 2018 at 12:08AM by kibatheseven
via reddit https://ift.tt/2zG3LUt
YouTube
08. Flutter e-commerce app: Drawer part 3
the is the final video on the drawer widget for the app
Reddit: Emulating a UIStackView
I’m learning flutter, and I’d like to know how to emulate the UIStackView behavior of resizing child views to fill the space equally, and with spacing in between them. I’m guessing the starting place is a Row or Column?
Submitted September 30, 2018 at 02:55AM by mpavkovic688
via reddit https://ift.tt/2R5t60N
I’m learning flutter, and I’d like to know how to emulate the UIStackView behavior of resizing child views to fill the space equally, and with spacing in between them. I’m guessing the starting place is a Row or Column?
Submitted September 30, 2018 at 02:55AM by mpavkovic688
via reddit https://ift.tt/2R5t60N
reddit
r/FlutterDev - Emulating a UIStackView
2 votes and 0 comments so far on Reddit
Reddit: Snake game built in Flutter
https://ift.tt/2QkJrNF
Submitted September 30, 2018 at 07:13AM by gafaar
via reddit https://ift.tt/2R8oeb8
https://ift.tt/2QkJrNF
Submitted September 30, 2018 at 07:13AM by gafaar
via reddit https://ift.tt/2R8oeb8
GitHub
anupcowkur/Snake
Snake game implemented in Flutter. Contribute to anupcowkur/Snake development by creating an account on GitHub.
GGroup: FutureBuilder and StreamBuilder
Hi, I would first like to Know whether there can a bloC without using streams or rx dart etc.? Now I have a future that fetches a list of post from the server and would appreciate some guidance here on the following: 1. anytime you land on the page and there are new posts I want to fetch it
Submitted September 30, 2018 at 08:59AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2IrAhfF
Hi, I would first like to Know whether there can a bloC without using streams or rx dart etc.? Now I have a future that fetches a list of post from the server and would appreciate some guidance here on the following: 1. anytime you land on the page and there are new posts I want to fetch it
Submitted September 30, 2018 at 08:59AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2IrAhfF
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: Render Android or Ios view in flutter
Hi, I am using Onfido third party android SDK and ios SDK for verifying identity verification in online. Onfido has developed UI for capturing the image and scanning the identity document. i want use that UI in my flutter. Below is the link https://onfido.com/. I can use platformchannels for
Submitted September 30, 2018 at 09:54AM by Suresh Y
via Flutter Dev https://ift.tt/2NceNEe
Hi, I am using Onfido third party android SDK and ios SDK for verifying identity verification in online. Onfido has developed UI for capturing the image and scanning the identity document. i want use that UI in my flutter. Below is the link https://onfido.com/. I can use platformchannels for
Submitted September 30, 2018 at 09:54AM by Suresh Y
via Flutter Dev https://ift.tt/2NceNEe
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: coordinates during drag...
I've been using Draggable and DragTarget to implement a drag drop feature. They are super easy to use, but I need to track the coordinates of the feedback widget as it is being dragged. Right now I am wrapping the Draggable in a Listener and using that to track the Pointer events but it seems
Submitted September 30, 2018 at 03:49PM by bblu...@rethinkrobotics.com
via Flutter Dev https://ift.tt/2NbGCg0
I've been using Draggable and DragTarget to implement a drag drop feature. They are super easy to use, but I need to track the coordinates of the feedback widget as it is being dragged. Right now I am wrapping the Draggable in a Listener and using that to track the Pointer events but it seems
Submitted September 30, 2018 at 03:49PM by bblu...@rethinkrobotics.com
via Flutter Dev https://ift.tt/2NbGCg0
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: Listview/gridview Android Box/TV
A few of us are working together to produce an app that will work not only for mobile devices such as phones and tablets but also for android boxes/tv. The issue with Android Box/TV is that the widget for listview/gridview that does the scaling in the UI is dynamic and seems to have issues
Submitted September 30, 2018 at 06:40PM by kevin chupe
via Flutter Dev https://ift.tt/2zGPIOy
A few of us are working together to produce an app that will work not only for mobile devices such as phones and tablets but also for android boxes/tv. The issue with Android Box/TV is that the widget for listview/gridview that does the scaling in the UI is dynamic and seems to have issues
Submitted September 30, 2018 at 06:40PM by kevin chupe
via Flutter Dev https://ift.tt/2zGPIOy
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: Android TV scaling widget
A few of us are working together to produce an app that will work not only for mobile devices such as phones and tablets but also for android boxes/tv. The issue with Android Box/TV is that the widget for listview/gridview that does the scaling in the UI is dynamic and seems to have issues detecting a Box/TV. Is there a workaround or a different widget that can be used to scale tfor both types of device to accomplish the same thing? If there's code on Github that does this then maybe someone can please post a link in comments. I'm new to flutter but this is a big problem that will dictate which direction I should go.
Submitted September 30, 2018 at 07:30PM by kchupe
via reddit https://ift.tt/2y1c7nu
A few of us are working together to produce an app that will work not only for mobile devices such as phones and tablets but also for android boxes/tv. The issue with Android Box/TV is that the widget for listview/gridview that does the scaling in the UI is dynamic and seems to have issues detecting a Box/TV. Is there a workaround or a different widget that can be used to scale tfor both types of device to accomplish the same thing? If there's code on Github that does this then maybe someone can please post a link in comments. I'm new to flutter but this is a big problem that will dictate which direction I should go.
Submitted September 30, 2018 at 07:30PM by kchupe
via reddit https://ift.tt/2y1c7nu
reddit
r/FlutterDev - Android TV scaling widget
1 vote and 0 comments so far on Reddit
Reddit: A Flutter plugin to use MMKV(Fast SharedPreferences)
https://ift.tt/2ONC1SP
Submitted September 30, 2018 at 07:53PM by EtilMetilKeton
via reddit https://ift.tt/2xMGOxE
https://ift.tt/2ONC1SP
Submitted September 30, 2018 at 07:53PM by EtilMetilKeton
via reddit https://ift.tt/2xMGOxE
Dart Packages
flutter_mmkv | Flutter Package
flutter_mmkv Flutter and Dart package - A Flutter plugin to use MMKV which is an efficient, small mobile key-value storage framework developed by WeChat.
Reddit: After seeing a lot of common questions on Flutter development, I decided to write an explainer article for Flutter beginners. Take a look!
https://ift.tt/2xQUDuG
Submitted September 30, 2018 at 10:33PM by deven9852
via reddit https://ift.tt/2DJqQtz
https://ift.tt/2xQUDuG
Submitted September 30, 2018 at 10:33PM by deven9852
via reddit https://ift.tt/2DJqQtz
Medium
Answering Questions on Flutter App Development
After interacting with a lot of students and developers personally and through my talks and workshops, I realised a lot of them have…
Reddit: Flutter MDC Codelabs: Some extra details
https://ift.tt/2zGok2Q
Submitted September 30, 2018 at 10:21PM by Purple_Pizzazz
via reddit https://ift.tt/2NcEOmQ
https://ift.tt/2zGok2Q
Submitted September 30, 2018 at 10:21PM by Purple_Pizzazz
via reddit https://ift.tt/2NcEOmQ
Medium
Flutter MDC Codelabs: Some extra details
I’m trying to learn my 15 year old son and his nephew some basic Flutter. So, I asked them last week to try the “MDC 10X Codelabs”. They…
Reddit: Flutter at University of Toronto - I created an app for Orientation Week!
https://ift.tt/2IsAdw5
Submitted October 01, 2018 at 01:04AM by coffeetablesculpture
via reddit https://ift.tt/2OhVr5x
https://ift.tt/2IsAdw5
Submitted October 01, 2018 at 01:04AM by coffeetablesculpture
via reddit https://ift.tt/2OhVr5x
GitHub
matthewtory/trinity-orientation-2018
An app for orientation week at Trinity College, University of Toronto. Made with Flutter - matthewtory/trinity-orientation-2018