New tweet from FlutterDev:
🚨BIG NEWS🚨
All #FlutterInteract sessions are now available to watch on YouTube!
Enjoy → https://t.co/xwQtlfPGzd pic.twitter.com/ktXD6Bh3Fi— Flutter (@FlutterDev) December 12, 2019
December 12, 2019 at 05:32PM
http://twitter.com/FlutterDev/status/1205163589658652672
🚨BIG NEWS🚨
All #FlutterInteract sessions are now available to watch on YouTube!
Enjoy → https://t.co/xwQtlfPGzd pic.twitter.com/ktXD6Bh3Fi— Flutter (@FlutterDev) December 12, 2019
December 12, 2019 at 05:32PM
http://twitter.com/FlutterDev/status/1205163589658652672
New post on /r/flutterdev subreddit:
Flutter: the first UI platform designed for ambient computing
https://ift.tt/2RLcf63
December 12, 2019 at 05:20PM by Pixelreddit
https://ift.tt/2qHqKg2
Flutter: the first UI platform designed for ambient computing
https://ift.tt/2RLcf63
December 12, 2019 at 05:20PM by Pixelreddit
https://ift.tt/2qHqKg2
Google Developers Blog
Flutter: the first UI platform designed for ambient computing
News and insights on Google platforms, tools, and events.
New tweet from FlutterDev:
Push the limits of your creativity with Flutter! 👨‍💻👨‍🎨
@BlueAquilae is a pioneering generative artist who uses Flutter to make art experiences like the morphing shape in this piece of art.
Watch his #FlutterInteract profile now → https://t.co/vY0K0DWfJD pic.twitter.com/85biA7ovQT— Flutter (@FlutterDev) December 12, 2019
December 12, 2019 at 09:00PM
http://twitter.com/FlutterDev/status/1205215751445078021
Push the limits of your creativity with Flutter! 👨‍💻👨‍🎨
@BlueAquilae is a pioneering generative artist who uses Flutter to make art experiences like the morphing shape in this piece of art.
Watch his #FlutterInteract profile now → https://t.co/vY0K0DWfJD pic.twitter.com/85biA7ovQT— Flutter (@FlutterDev) December 12, 2019
December 12, 2019 at 09:00PM
http://twitter.com/FlutterDev/status/1205215751445078021
Twitter
Robert Felker 💎💙 (@BlueAquilae) | Twitter
The latest Tweets from Robert Felker 💎💙 (@BlueAquilae). #Minimalism | #flutter artist | github Awesome #flutter. Bordeaux, France
New post on /r/flutterdev subreddit:
Will Flutter for Web ever have smooth scrolling animations?
Ever since the web version of Flutter was announced, every demo which has had elements you can scroll through (e.g. a list of images) always have a janky, low frame rate scrolling animation. A perfect example is the 'Shrine' app in the new official Flutter Gallery (https://flutter.github.io/samples/). It just doesn't feel like you're scrolling up and down a regular web page. Is it realistic to expect that the situation will improve, or is this as good as it's going to get?
December 12, 2019 at 09:13PM by xlog
https://ift.tt/38vtAG4
Will Flutter for Web ever have smooth scrolling animations?
Ever since the web version of Flutter was announced, every demo which has had elements you can scroll through (e.g. a list of images) always have a janky, low frame rate scrolling animation. A perfect example is the 'Shrine' app in the new official Flutter Gallery (https://flutter.github.io/samples/). It just doesn't feel like you're scrolling up and down a regular web page. Is it realistic to expect that the situation will improve, or is this as good as it's going to get?
December 12, 2019 at 09:13PM by xlog
https://ift.tt/38vtAG4
reddit
Will Flutter for Web ever have smooth scrolling animations?
Ever since the web version of Flutter was announced, every demo which has had elements you can scroll through (e.g. a list of images) always have...
New post on Flutter Dev Google group:
android license statut unknown
bonjour j'ai installé android studio , flutter et dark et quand je fais flutter doctor , j'ai comme message : android license statut unknown , allez sur https://ift.tt/2RLjn2n , mais ce lien n'existe pas.Que dois je faire merci pour votre aide
December 12, 2019 at 09:28PM by jean teban
https://ift.tt/2rFzGDd
android license statut unknown
bonjour j'ai installé android studio , flutter et dark et quand je fais flutter doctor , j'ai comme message : android license statut unknown , allez sur https://ift.tt/2RLjn2n , mais ce lien n'existe pas.Que dois je faire merci pour votre aide
December 12, 2019 at 09:28PM by jean teban
https://ift.tt/2rFzGDd
flutter.dev
Install
Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems.
New post on Flutter Dev Google group:
Connect to a HC05 Bluetooth module on both iOS and Android
I have tried to use bluetooth and flutter_blue plugins but it won't even get the device's name or anything when I search for nearby devices. I tried to use other devices from the same module or HC06 module but nothing's work. I tried the examples from github https://ift.tt/2RNHWvu
December 12, 2019 at 11:43PM by arabs tr
https://ift.tt/36vuYXk
Connect to a HC05 Bluetooth module on both iOS and Android
I have tried to use bluetooth and flutter_blue plugins but it won't even get the device's name or anything when I search for nearby devices. I tried to use other devices from the same module or HC06 module but nothing's work. I tried the examples from github https://ift.tt/2RNHWvu
December 12, 2019 at 11:43PM by arabs tr
https://ift.tt/36vuYXk
New post on /r/flutterdev subreddit:
flutter cloud-firestore MissingPluginException Exception
cannot use cloud firestore in flutter (android and IOS) ... I get this Exception:E/flutter (10137): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method DocumentReference#setData on channel plugins.flutter.io/cloud_firestore)E/flutter (10137): #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7)E/flutter (10137): E/flutter (10137): #1 DocumentReference.setData (package:cloud_firestore/src/document_reference.dart:51:30)E/flutter (10137): #2 _MyHomePageState.build. (package:firestoretest/main.dart:41:16)note:This is my pubspec.yaml file:cloud_firestore: ^0.13.0+1collection: ^1.14.11firebase_core: ^0.4.3+1I configured firebase properly and it is connected as shown in firebase console .. and able to use firebase real-time database without problems
December 12, 2019 at 11:30PM by ahmed5_27
https://ift.tt/2LQdey1
flutter cloud-firestore MissingPluginException Exception
cannot use cloud firestore in flutter (android and IOS) ... I get this Exception:E/flutter (10137): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method DocumentReference#setData on channel plugins.flutter.io/cloud_firestore)E/flutter (10137): #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7)E/flutter (10137): E/flutter (10137): #1 DocumentReference.setData (package:cloud_firestore/src/document_reference.dart:51:30)E/flutter (10137): #2 _MyHomePageState.build. (package:firestoretest/main.dart:41:16)note:This is my pubspec.yaml file:cloud_firestore: ^0.13.0+1collection: ^1.14.11firebase_core: ^0.4.3+1I configured firebase properly and it is connected as shown in firebase console .. and able to use firebase real-time database without problems
December 12, 2019 at 11:30PM by ahmed5_27
https://ift.tt/2LQdey1
New post on Flutter Dev Google group:
In App Purchase plugin migration to use Play Billing Library V2 design doc
Hello Flutter Devs, *If you have no interest in the in_app_purchase plugin at all, you can discard this email.* A design doc on migrating the in_app_purchase plugin ( https://ift.tt/2YfqPmX) to use Play Billing Library v2 is hiding at the end of this email. Please take a
December 13, 2019 at 01:26AM by Chris Yang
https://ift.tt/36uxygj
In App Purchase plugin migration to use Play Billing Library V2 design doc
Hello Flutter Devs, *If you have no interest in the in_app_purchase plugin at all, you can discard this email.* A design doc on migrating the in_app_purchase plugin ( https://ift.tt/2YfqPmX) to use Play Billing Library v2 is hiding at the end of this email. Please take a
December 13, 2019 at 01:26AM by Chris Yang
https://ift.tt/36uxygj
Dart packages
in_app_purchase | Flutter Package
A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
New post on Flutter Dev Google group:
Is there a way to stop CustomScrollView from automatically scrolling down when Keyboard is activated?
It seems that whenever I focus on a TextField (that sits inside a SliverPersistentHeader) SliverList+SliverPersistentHeader scrolls down. I have created some mockups of what I mean below: [image: wbdkz.png] So in this mockup, the user starts off at the first layout, scrolls up to continue
December 13, 2019 at 02:05AM by Omar Mir
https://ift.tt/34hR9Pt
Is there a way to stop CustomScrollView from automatically scrolling down when Keyboard is activated?
It seems that whenever I focus on a TextField (that sits inside a SliverPersistentHeader) SliverList+SliverPersistentHeader scrolls down. I have created some mockups of what I mean below: [image: wbdkz.png] So in this mockup, the user starts off at the first layout, scrolls up to continue
December 13, 2019 at 02:05AM by Omar Mir
https://ift.tt/34hR9Pt
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:
Flutter Upgrade to 1.12 is Not Working
My flutter version is 1.9 and I want to upgrade it into 1.12 (to the Latest) But there is an error coming. Please help me to solve it. I have already tried with *flutter upgrade --force* but still not working.
December 13, 2019 at 02:39AM by Yasas Sandeepa
https://ift.tt/36z5OY7
Flutter Upgrade to 1.12 is Not Working
My flutter version is 1.9 and I want to upgrade it into 1.12 (to the Latest) But there is an error coming. Please help me to solve it. I have already tried with *flutter upgrade --force* but still not working.
December 13, 2019 at 02:39AM by Yasas Sandeepa
https://ift.tt/36z5OY7
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:
State management for app driving me nuts
I love flutter, but the amount of work to put figuring out right state management for up is just frustrating. I tried mobx and provider so far, i dont feel comfortable with automatic code generation for mobx perticularly for large project. Provider is just nightmare if you have multiple seperate shared widgets in app.
December 13, 2019 at 04:08AM by BlueBoxxx
https://ift.tt/2RM345t
State management for app driving me nuts
I love flutter, but the amount of work to put figuring out right state management for up is just frustrating. I tried mobx and provider so far, i dont feel comfortable with automatic code generation for mobx perticularly for large project. Provider is just nightmare if you have multiple seperate shared widgets in app.
December 13, 2019 at 04:08AM by BlueBoxxx
https://ift.tt/2RM345t
reddit
r/FlutterDev - State management for app driving me nuts
19 votes and 53 comments so far on Reddit
New post on /r/flutterdev subreddit:
"The MoonShots which led to Flutter". A TweetStorm on the history of events from 1995 to 2019 which helped to shape the Flutter as the 'Ambient Computing' platform as we know it today. From Browser Wars to V8 JS engine to React and Dart, I've tried to cover it all.
https://twitter.com/mayurdhurpate/status/1205149351930028032?s=20
December 13, 2019 at 06:22AM by mayurdhurpate
https://ift.tt/36ua8aY
"The MoonShots which led to Flutter". A TweetStorm on the history of events from 1995 to 2019 which helped to shape the Flutter as the 'Ambient Computing' platform as we know it today. From Browser Wars to V8 JS engine to React and Dart, I've tried to cover it all.
https://twitter.com/mayurdhurpate/status/1205149351930028032?s=20
December 13, 2019 at 06:22AM by mayurdhurpate
https://ift.tt/36ua8aY
Twitter
Mayur Dhurpate
With #FlutterInteract coming to a conclusion, it's time we reflect back to a series of moonshots (3) involving several visionaries which concluded with @FlutterDev becoming an Ambient Computing Platform including: 1. Lars Bak+team 2. Jordan Walke+team 3.…
New post on /r/flutterdev subreddit:
Add live examples to related widgets in 1.12.13's release notes
https://ift.tt/2PgJ5tR
December 13, 2019 at 08:30AM by lijy91
https://ift.tt/34cH99X
Add live examples to related widgets in 1.12.13's release notes
https://ift.tt/2PgJ5tR
December 13, 2019 at 08:30AM by lijy91
https://ift.tt/34cH99X
flutter-widget.live
Flutter 1.12.13 release notes | Flutter Widget Livebook
New post on /r/flutterdev subreddit:
Supernova & Flutter
Pretty Noob Question.By Introducing Supernova For Flutter Wont Flutter Front-end Just Be Useless I mean You Can Just Design In XD and Convert To Flutter Code?Would Be Really Helpful If Someone Could Explain ThankyouPS. Begginer Obviously
December 13, 2019 at 10:14AM by Mafssb
https://ift.tt/38yv16x
Supernova & Flutter
Pretty Noob Question.By Introducing Supernova For Flutter Wont Flutter Front-end Just Be Useless I mean You Can Just Design In XD and Convert To Flutter Code?Would Be Really Helpful If Someone Could Explain ThankyouPS. Begginer Obviously
December 13, 2019 at 10:14AM by Mafssb
https://ift.tt/38yv16x
reddit
Supernova & Flutter
Pretty Noob Question.By Introducing Supernova For Flutter Wont Flutter Front-end Just Be Useless I mean You Can Just Design In XD and Convert To...
New post on /r/flutterdev subreddit:
Flutter or React Native, a cross-platform dilemma - Introduction - (Part 1)
https://ift.tt/2Pikvcg
December 13, 2019 at 09:44AM by badprof18
https://ift.tt/2smFXnr
Flutter or React Native, a cross-platform dilemma - Introduction - (Part 1)
https://ift.tt/2Pikvcg
December 13, 2019 at 09:44AM by badprof18
https://ift.tt/2smFXnr
Marcogomiero
Flutter or React Native, a cross-platform dilemma - Introduction - (Part 1)
These days you have certainly heard about cross-platform mobile development, in particular about the “senior” React Native and the “freshman” Flutter.
Today, I want to start a series of articles to understand the two frameworks. In particular, I want to describe…
Today, I want to start a series of articles to understand the two frameworks. In particular, I want to describe…
New post on /r/flutterdev subreddit:
WordPress Blog app using Flutter and WP REST API
Hey guys, I wrote an open-source Flutter App for WordPress Blog that you can use for your own blog. It utilizes public WP REST API and without changing anything on WordPress side you can build the app.The source code is available FREE to use at https://github.com/atiqsamtia/WordPress-App-with-FlutterA guide to run the project is available in the readme.Go ahead and check the code your self and this is an Open Source project so your contributions are welcomed.Built for DevFest Lahore 2019 Workshop Demo.
December 13, 2019 at 11:42AM by atiqsamtia
https://ift.tt/2M68pkz
WordPress Blog app using Flutter and WP REST API
Hey guys, I wrote an open-source Flutter App for WordPress Blog that you can use for your own blog. It utilizes public WP REST API and without changing anything on WordPress side you can build the app.The source code is available FREE to use at https://github.com/atiqsamtia/WordPress-App-with-FlutterA guide to run the project is available in the readme.Go ahead and check the code your self and this is an Open Source project so your contributions are welcomed.Built for DevFest Lahore 2019 Workshop Demo.
December 13, 2019 at 11:42AM by atiqsamtia
https://ift.tt/2M68pkz
GitHub
GitHub - atiqsamtia/WordPress-App-with-Flutter: Fully Functional IOS/Android App for WordPress Website with Flutter
Fully Functional IOS/Android App for WordPress Website with Flutter - atiqsamtia/WordPress-App-with-Flutter
New post on /r/flutterdev subreddit:
eBay Motors: New app powered by Flutter
https://ift.tt/2ROu0kX
December 13, 2019 at 11:35AM by hh1mar
https://ift.tt/2RJjDiq
eBay Motors: New app powered by Flutter
https://ift.tt/2ROu0kX
December 13, 2019 at 11:35AM by hh1mar
https://ift.tt/2RJjDiq
Ebayinc
Under the Hood of eBay Motors: New App Powered By Advanced Technology Like Flutter, ML and BFF
eBay introduces the eBay Motors native app, now available for Android and iOS in the U.S. The app was built using cutting-edge tech including machine learning, Backend for Frontend architecture and Flutter, an open source, cross-platform SDK by Google.
New post on /r/flutterdev subreddit:
`pref_dessert` package which makes `shared_preferences` more object-friendly
I'm an author of `pref_dessert` package and version 0.5.0 is out. This package is a simple `shared_preferences` wrapper, which has more object oriented API. Any suggestions are welcome. :) More about it you can read here:https://pub.dev/packages/pref_dessert
December 13, 2019 at 11:25AM by bartektartanus
https://ift.tt/35k4S9A
`pref_dessert` package which makes `shared_preferences` more object-friendly
I'm an author of `pref_dessert` package and version 0.5.0 is out. This package is a simple `shared_preferences` wrapper, which has more object oriented API. Any suggestions are welcome. :) More about it you can read here:https://pub.dev/packages/pref_dessert
December 13, 2019 at 11:25AM by bartektartanus
https://ift.tt/35k4S9A
Dart packages
pref_dessert | Flutter Package
Package that allows you persist objects as shared preferences easily. Package name comes from Shared PREFerences DESerializer/SERializer of T (generic) class.
New post on /r/flutterdev subreddit:
I am leaning flutter by making speed code videos. So I made the UI for a travel app, I used a List for the destinations but I couldn't quite figure out how to pass image data between the files. If you have something I could do better, please let me know
https://www.youtube.com/watch?v=APKdr4bXd1M
December 13, 2019 at 01:42PM by levelupdigital
https://ift.tt/2LQNHF3
I am leaning flutter by making speed code videos. So I made the UI for a travel app, I used a List for the destinations but I couldn't quite figure out how to pass image data between the files. If you have something I could do better, please let me know
https://www.youtube.com/watch?v=APKdr4bXd1M
December 13, 2019 at 01:42PM by levelupdigital
https://ift.tt/2LQNHF3
YouTube
Flutter Travel Booking App UI Concept | Speed Code - Part 1
Speed Code of a UI concept for a travel app. Made with flutter.
I am still learning flutter so if there is something I can do better, please let me know.
Thank you for watching, if you liked it please leave a like and subscribe for more content in the future.…
I am still learning flutter so if there is something I can do better, please let me know.
Thank you for watching, if you liked it please leave a like and subscribe for more content in the future.…
New tweet from FlutterDev:
👏We hope you enjoyed #FlutterInteract! 👏
To help us make future Flutter events even better, please take this survey. We live for your feedback and will read every response!
Survey here → https://t.co/Frhv8ijLFD pic.twitter.com/V1YJuCqzrp— Flutter (@FlutterDev) December 13, 2019
December 13, 2019 at 02:00PM
http://twitter.com/FlutterDev/status/1205472441931358208
👏We hope you enjoyed #FlutterInteract! 👏
To help us make future Flutter events even better, please take this survey. We live for your feedback and will read every response!
Survey here → https://t.co/Frhv8ijLFD pic.twitter.com/V1YJuCqzrp— Flutter (@FlutterDev) December 13, 2019
December 13, 2019 at 02:00PM
http://twitter.com/FlutterDev/status/1205472441931358208