Reddit: Flutter Upgrade to v0.8.2
Time to Upgrade Flutter to v0.8.2https://flutter.io/upgrading/If you are also developing for iOS Apple released Xcode 10.0 for iOS 12 support.r/https://developer.apple.com/xcode/downloads/
Submitted September 18, 2018 at 11:19PM by Pixelreddit
via reddit https://ift.tt/2xxvZhF
Time to Upgrade Flutter to v0.8.2https://flutter.io/upgrading/If you are also developing for iOS Apple released Xcode 10.0 for iOS 12 support.r/https://developer.apple.com/xcode/downloads/
Submitted September 18, 2018 at 11:19PM by Pixelreddit
via reddit https://ift.tt/2xxvZhF
flutter.io
Upgrading Flutter
We strongly recommend tracking the `beta` branch in the flutter repository, whichis where we push 'known good builds' of Flutter. If you need to view the very latest changes, you can track the `master` branch, but note this is wherewe do our daily development…
GGroup: GestureDetector not working?
Hi awesome Flutter team, Yesterday I encountered one strange problem, and I'm wondering if you can shed any light. Basically I have a GestureDetector, and I can see the widget rendered on the screen through Flutter Inspector. However its onTap() is never triggered when I tap the screen. I did
Submitted September 18, 2018 at 11:59PM by 徐竞欧
via Flutter Dev https://ift.tt/2xtKbZm
Hi awesome Flutter team, Yesterday I encountered one strange problem, and I'm wondering if you can shed any light. Basically I have a GestureDetector, and I can see the widget rendered on the screen through Flutter Inspector. However its onTap() is never triggered when I tap the screen. I did
Submitted September 18, 2018 at 11:59PM by 徐竞欧
via Flutter Dev https://ift.tt/2xtKbZm
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: Restarting WebP animation to first frame
Is there a way to force a restart on an WebP animation? After flutter engine added WebP support (https://ift.tt/2NZULlb) I am able to loop a single animation.webp file successfully forever. I want to restart the animation.webp animation for every onTouch() event of a
Submitted September 19, 2018 at 02:40AM by Gary Anderson
via Flutter Dev https://ift.tt/2OAOadN
Is there a way to force a restart on an WebP animation? After flutter engine added WebP support (https://ift.tt/2NZULlb) I am able to loop a single animation.webp file successfully forever. I want to restart the animation.webp animation for every onTouch() event of a
Submitted September 19, 2018 at 02:40AM by Gary Anderson
via Flutter Dev https://ift.tt/2OAOadN
GitHub
Add support for WebP #9857
Hi flutter team, During my testing phase I discovered that using NetworkImage WebP is not supported currently Animated gif will only display the first frame (already great) Can it be in public documentation and maybe have a follow up ? I...
Reddit: Flutter framework tutorial?
Hi guys, I've seen tutorials all over showing how to easily spin up cross-platform apps which are great for me until I run into errors(especially in the widget framework). Is there any tutorial that shows how the framework works, lifecycle hooks, what "dirty", "clean", "infinite viewport height", etc. mean? and how to deal with them?I think if I have a clearer understanding on how things work in the flutter framework's layers, it will help as I'm new to mobile dev.
Submitted September 19, 2018 at 02:42AM by the_aceix
via reddit https://ift.tt/2xEp1rB
Hi guys, I've seen tutorials all over showing how to easily spin up cross-platform apps which are great for me until I run into errors(especially in the widget framework). Is there any tutorial that shows how the framework works, lifecycle hooks, what "dirty", "clean", "infinite viewport height", etc. mean? and how to deal with them?I think if I have a clearer understanding on how things work in the flutter framework's layers, it will help as I'm new to mobile dev.
Submitted September 19, 2018 at 02:42AM by the_aceix
via reddit https://ift.tt/2xEp1rB
reddit
r/FlutterDev - Flutter framework tutorial?
1 vote and 0 comments so far on Reddit
GGroup: I got some problem about querySnapshot
this my error message I/flutter ( 4682): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter ( 4682): The following NoSuchMethodError was thrown building StreamBuilder(dirty, state: I/flutter ( 4682): _StreamBuilderBaseS
Submitted September 19, 2018 at 05:17AM by Pound Pvd
via Flutter Dev https://ift.tt/2OyEzUM
this my error message I/flutter ( 4682): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter ( 4682): The following NoSuchMethodError was thrown building StreamBuilder(dirty, state: I/flutter ( 4682): _StreamBuilderBaseS
Submitted September 19, 2018 at 05:17AM by Pound Pvd
via Flutter Dev https://ift.tt/2OyEzUM
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: Future Builder
https://youtu.be/ek8ZPdWj4Qo
Submitted September 19, 2018 at 05:16AM by AskYous
via reddit https://ift.tt/2xmTbjI
https://youtu.be/ek8ZPdWj4Qo
Submitted September 19, 2018 at 05:16AM by AskYous
via reddit https://ift.tt/2xmTbjI
YouTube
FutureBuilder (Flutter Widget of the Week)
Got a Future and need some widgets to display its value? Try FutureBuilder! Give it a Future and a build method, and it'll create widgets based on the status of the future, plus update them when it changes.
This video is also subtitled in Chinese, Indonesian…
This video is also subtitled in Chinese, Indonesian…
Reddit: Tinder Swipe in Flutter
https://ift.tt/2DcRPxk
Submitted September 19, 2018 at 09:54AM by Elixane
via reddit https://ift.tt/2Nk63kx
https://ift.tt/2DcRPxk
Submitted September 19, 2018 at 09:54AM by Elixane
via reddit https://ift.tt/2Nk63kx
GeekyAnts Blog
Tinder Swipe in Flutter
Implement card swipe in your Flutter app
GGroup: Assign value to
Hello, How to asign value to Animation it. I dont wana use theme data and acent color I would like to assign Colors.red to this and then to LinearProgressIndicator as a valueColor Thanks,
Submitted September 19, 2018 at 10:44AM by Prashant Fepale
via Flutter Dev https://ift.tt/2MJ4J5y
Hello, How to asign value to Animation it. I dont wana use theme data and acent color I would like to assign Colors.red to this and then to LinearProgressIndicator as a valueColor Thanks,
Submitted September 19, 2018 at 10:44AM by Prashant Fepale
via Flutter Dev https://ift.tt/2MJ4J5y
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 to execute query
hello, how to execute the query in the multidimensional list for searching @override Widget buildSuggestions(BuildContext context) { // TODO: implement buildSuggestions return ListView.builder( itemBuilder: (context,index){ Peoples people = peoples[index]; final
Submitted September 19, 2018 at 12:59PM by Divyam Joshi
via Flutter Dev https://ift.tt/2NkICrc
hello, how to execute the query in the multidimensional list for searching @override Widget buildSuggestions(BuildContext context) { // TODO: implement buildSuggestions return ListView.builder( itemBuilder: (context,index){ Peoples people = peoples[index]; final
Submitted September 19, 2018 at 12:59PM by Divyam Joshi
via Flutter Dev https://ift.tt/2NkICrc
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: Not Hotdog app clone built with Flutter, TensorFlow and Yolov2 Tiny
https://ift.tt/2MKekch
Submitted September 19, 2018 at 12:48PM by x_ash
via reddit https://ift.tt/2pkbnGf
https://ift.tt/2MKekch
Submitted September 19, 2018 at 12:48PM by x_ash
via reddit https://ift.tt/2pkbnGf
GitHub
shaqian/Not-Hotdog
TensorFlow, Yolov2 Tiny and React Native | Flutter - shaqian/Not-Hotdog
GGroup: Flutter Webview
Hi, I'm currently working on flutter project, I want to use double-tap gesture on full screen web view plugin for close web-view and return to my dashboard. Kindly help me with assistance on using double tap gesture in web-view plugin. thanks jigneshko...@gmail.com
Submitted September 19, 2018 at 01:44PM by jigneshko...@gmail.com
via Flutter Dev https://ift.tt/2MQH8jC
Hi, I'm currently working on flutter project, I want to use double-tap gesture on full screen web view plugin for close web-view and return to my dashboard. Kindly help me with assistance on using double tap gesture in web-view plugin. thanks jigneshko...@gmail.com
Submitted September 19, 2018 at 01:44PM by jigneshko...@gmail.com
via Flutter Dev https://ift.tt/2MQH8jC
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 get the official building script of flutter engine?
I want to build a custom engine, here is the wiki I referenced: https://ift.tt/2J177E7 but this wiki only provide some script for building simulator artifacts, not all the artifacts which the flutter will downloaded from google cloud at the first time ( in
Submitted September 19, 2018 at 03:33PM by Max
via Flutter Dev https://ift.tt/2PPmPoy
I want to build a custom engine, here is the wiki I referenced: https://ift.tt/2J177E7 but this wiki only provide some script for building simulator artifacts, not all the artifacts which the flutter will downloaded from google cloud at the first time ( in
Submitted September 19, 2018 at 03:33PM by Max
via Flutter Dev https://ift.tt/2PPmPoy
GitHub
flutter/engine
The Flutter engine. Contribute to flutter/engine development by creating an account on GitHub.
Reddit: superpower: Lists, Iterables and Maps on steroids! Inspired by Kotlin.
https://ift.tt/2OEaenJ
Submitted September 19, 2018 at 02:14PM by leisim
via reddit https://ift.tt/2NSQb84
https://ift.tt/2OEaenJ
Submitted September 19, 2018 at 02:14PM by leisim
via reddit https://ift.tt/2NSQb84
GitHub
leisim/superpower
superpower - Lists, Iterables and Maps on steroids!
GGroup: Using Flutter under WSL on Windows 10?
Anyone developing Flutter app on Windows 10 by installing Flutter under Windows Subsystem for Linux? While using Android Studio for Windows for build and emulator? Will it work? Thanks
Submitted September 19, 2018 at 04:18PM by Jaxon Du
via Flutter Dev https://ift.tt/2NOmFAv
Anyone developing Flutter app on Windows 10 by installing Flutter under Windows Subsystem for Linux? While using Android Studio for Windows for build and emulator? Will it work? Thanks
Submitted September 19, 2018 at 04:18PM by Jaxon Du
via Flutter Dev https://ift.tt/2NOmFAv
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: Appbar actions button
how do I display and hide the appbar actions button list programmatically as in other messager applications.
Submitted September 19, 2018 at 05:25PM by Denis Ramdan
via Flutter Dev https://ift.tt/2MMmmRP
how do I display and hide the appbar actions button list programmatically as in other messager applications.
Submitted September 19, 2018 at 05:25PM by Denis Ramdan
via Flutter Dev https://ift.tt/2MMmmRP
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: Store Data In Local Device
how do we store local data on our phone device without using sqllite or sqflite because I need more than 10MB of storage.
Submitted September 19, 2018 at 05:41PM by Denis Ramdan
via Flutter Dev https://ift.tt/2xBwgR4
how do we store local data on our phone device without using sqllite or sqflite because I need more than 10MB of storage.
Submitted September 19, 2018 at 05:41PM by Denis Ramdan
via Flutter Dev https://ift.tt/2xBwgR4
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: Multiple IOS Application Position (GA & MN & IL) 06+ Months Contract
Hello, Hope you’re doing great!!! Please go through the below requirement and If you have suitable candidate's kindly share updated resume along with below Contact details Multiple Opening an opportunity for *(**Sr. IOS Developer **& **IOS Architect **& **Lead Mobile iOS)* This is a *06+
Submitted September 19, 2018 at 06:13PM by Javed Khan
via Flutter Dev https://ift.tt/2Da2vMU
Hello, Hope you’re doing great!!! Please go through the below requirement and If you have suitable candidate's kindly share updated resume along with below Contact details Multiple Opening an opportunity for *(**Sr. IOS Developer **& **IOS Architect **& **Lead Mobile iOS)* This is a *06+
Submitted September 19, 2018 at 06:13PM by Javed Khan
via Flutter Dev https://ift.tt/2Da2vMU
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 has now rotation gesture support
https://ift.tt/2OCdJuZ
Submitted September 19, 2018 at 09:42PM by renancaraujo
via reddit https://ift.tt/2O289VX
https://ift.tt/2OCdJuZ
Submitted September 19, 2018 at 09:42PM by renancaraujo
via reddit https://ift.tt/2O289VX
GitHub
Make ScaleGestureRecognizer detect pointer rotation by renancaraujo · Pull Request #17345 · flutter/flutter
The implementation of rotation tracking in the ScaleGestureRecognizer.
Creates rotation field ScaleUpdateDetails, which informs the rotation implied by the first two pointers to join the gesture.
D...
Creates rotation field ScaleUpdateDetails, which informs the rotation implied by the first two pointers to join the gesture.
D...
Reddit: Flutter - Adding Profile Pictures to new users
https://youtu.be/AODNy0r5_Ws
Submitted September 19, 2018 at 08:37PM by rajayogan27
via reddit https://ift.tt/2De5GDr
https://youtu.be/AODNy0r5_Ws
Submitted September 19, 2018 at 08:37PM by rajayogan27
via reddit https://ift.tt/2De5GDr
YouTube
Flutter - Adding profile pictures to new users
Support me - https://paypal.me/RajaYogan
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=GREATOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=GREATOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Reddit: Alibaba used Flutter to build 50+ million user Xianyu app (Flutter Developer Story)
https://www.youtube.com/watch?v=jtYk3gWRSw0
Submitted September 19, 2018 at 10:51PM by Elixane
via reddit https://ift.tt/2NUJ1A5
https://www.youtube.com/watch?v=jtYk3gWRSw0
Submitted September 19, 2018 at 10:51PM by Elixane
via reddit https://ift.tt/2NUJ1A5
YouTube
Alibaba used Flutter to build 50+ million user Xianyu app (Flutter Developer Story)
Alibaba, the world's biggest online commerce company, used Flutter to create a beautiful app experience for iOS and Android on their Xianyu app, which has 50M+ downloads!
Get started with Flutter → https://flutter.io
Alibaba app for Android → http://bit.ly/2NQJcMX…
Get started with Flutter → https://flutter.io
Alibaba app for Android → http://bit.ly/2NQJcMX…
Reddit: Export your widget to image with Flutter
https://twitter.com/FlutterComm/status/1042541883858345984
Submitted September 20, 2018 at 12:36AM by Nash0x7E2
via reddit https://ift.tt/2xyWrb0
https://twitter.com/FlutterComm/status/1042541883858345984
Submitted September 20, 2018 at 12:36AM by Nash0x7E2
via reddit https://ift.tt/2xyWrb0
Twitter
Flutter Community
Export your widget to image with flutter" #QuickTip published in #FlutterCommunity by @jansariparth #flutterio @nlycskn @flutterfyi @FlutterWk @_eseidel https://t.co/OhkVVsOvX4