Reddit: Flutter - Collapsing Toolbar | Sliver App Bar
https://youtu.be/I26rzdjqVXA
Submitted August 30, 2018 at 06:01PM by RobertBrunhage
via reddit https://ift.tt/2LJ2dM2
https://youtu.be/I26rzdjqVXA
Submitted August 30, 2018 at 06:01PM by RobertBrunhage
via reddit https://ift.tt/2LJ2dM2
YouTube
Flutter - Collapsing Toolbar | Sliver App Bar
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Reddit: Flutter from scratch - Social Authentication with Facebook
https://ift.tt/2oo58k3
Submitted August 30, 2018 at 07:21PM by rajayogan27
via reddit https://ift.tt/2Pn0WwF
https://ift.tt/2oo58k3
Submitted August 30, 2018 at 07:21PM by rajayogan27
via reddit https://ift.tt/2Pn0WwF
T-Pub :)
Flutter – Social Authentication with Facebook
Hi Friends, Hope you are all well. This post is again a sequel to my previous posts on authentication. To learn the basics of flutter get my course – Click here. Other flutter courses – here. (Affi…
Reddit: Flutter Advanced: Semantic Versioning
https://youtu.be/iua7TjbeRHA
Submitted August 30, 2018 at 06:57PM by imthepk
via reddit https://ift.tt/2LHAMSS
https://youtu.be/iua7TjbeRHA
Submitted August 30, 2018 at 06:57PM by imthepk
via reddit https://ift.tt/2LHAMSS
YouTube
Flutter Advanced: Semantic Versioning
In this video, I will explain what is semantic versioning and how to properly use versions for libraries, plugins and app. Flutter UI Kit - https://goo.gl/N2...
Plot twist: The sample app that we all know and love is also really good for tracking our follower count.
THANK YOU to all of our followers for helping us get this far! We wouldn't be here without you. pic.twitter.com/ywjZJekH8V— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 07:45PM
via Twitter https://twitter.com/flutterio
THANK YOU to all of our followers for helping us get this far! We wouldn't be here without you. pic.twitter.com/ywjZJekH8V— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 07:45PM
via Twitter https://twitter.com/flutterio
Twitter
Flutter
Plot twist: The sample app that we all know and love is also really good for tracking our follower count. THANK YOU to all of our followers for helping us get this far! We wouldn't be here without you. https://t.co/ywjZJekH8V
GGroup: Flutter - Collapsing toolbar tutorial
Hey everyone! Thought I would share my new tutorial on how to use the SliverAppBar to get the famous Collapsing toolbar, link: https://youtu.be/I26rzdjqVXA Have an amazing day everyone!
Submitted August 30, 2018 at 08:29PM by Robert Brunhage
via Flutter Dev https://ift.tt/2LHgMQb
Hey everyone! Thought I would share my new tutorial on how to use the SliverAppBar to get the famous Collapsing toolbar, link: https://youtu.be/I26rzdjqVXA Have an amazing day everyone!
Submitted August 30, 2018 at 08:29PM by Robert Brunhage
via Flutter Dev https://ift.tt/2LHgMQb
YouTube
Flutter - Collapsing Toolbar | Sliver App Bar
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
We reached out for your feedback in our July survey. We would like to share what we've learned from the survey and how we are going to improve Flutter.
Learn more here ↓ https://t.co/wc3dfyYIhu— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 09:09PM
via Twitter https://twitter.com/flutterio
Learn more here ↓ https://t.co/wc3dfyYIhu— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 09:09PM
via Twitter https://twitter.com/flutterio
Medium
What We’ve Learned from the July 2018 Flutter User Survey
Flutter’s User Experience Research team recently conducted an online survey to measure user satisfaction and understand user needs.
Reddit: What We’ve Learned from the July 2018 Flutter User Survey
https://ift.tt/2MDbTNJ
Submitted August 31, 2018 at 12:38AM by Elixane
via reddit https://ift.tt/2N648iu
https://ift.tt/2MDbTNJ
Submitted August 31, 2018 at 12:38AM by Elixane
via reddit https://ift.tt/2N648iu
Medium
What We’ve Learned from the July 2018 Flutter User Survey
Flutter’s User Experience Research team recently conducted an online survey to measure user satisfaction and understand user needs.
GGroup: Use async methods synchronously in initState in one of my page
Want to call two async methods in my page and execute them one after other(synchronously). Should get into second method after completing first method.
Submitted August 31, 2018 at 07:25AM by jack
via Flutter Dev https://ift.tt/2Nz01bR
Want to call two async methods in my page and execute them one after other(synchronously). Should get into second method after completing first method.
Submitted August 31, 2018 at 07:25AM by jack
via Flutter Dev https://ift.tt/2Nz01bR
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 button presses for asynchronous click handler
What's the best practice for a button that runs slow, asynchronous code? If the button handler doesn't execute immediately there is a chance the user will press the button again and start another execution of the handler code before the first execution completes resulting in a race condition. It
Submitted August 31, 2018 at 07:58AM by Warren Baltz
via Flutter Dev https://ift.tt/2NxXcaU
What's the best practice for a button that runs slow, asynchronous code? If the button handler doesn't execute immediately there is a chance the user will press the button again and start another execution of the handler code before the first execution completes resulting in a race condition. It
Submitted August 31, 2018 at 07:58AM by Warren Baltz
via Flutter Dev https://ift.tt/2NxXcaU
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: TypeAhead widget for Flutter, where you can show suggestions to users as they type
https://ift.tt/2ovBYjj
Submitted August 31, 2018 at 09:18AM by Elixane
via reddit https://ift.tt/2MF4eyg
https://ift.tt/2ovBYjj
Submitted August 31, 2018 at 09:18AM by Elixane
via reddit https://ift.tt/2MF4eyg
Dart Packages
flutter_typeahead | Flutter Package
flutter_typeahead Flutter and Dart package - A highly customizable typeahead text input field
GGroup: Stream Audio from custom server
Hello everyone, I am new in flutter and want to stream audio files from a server through audio player. I am looking for some tutorials. Can somebody help me with that?
Submitted August 31, 2018 at 11:00AM by Utsabdeep Ray
via Flutter Dev https://ift.tt/2wyH6qe
Hello everyone, I am new in flutter and want to stream audio files from a server through audio player. I am looking for some tutorials. Can somebody help me with that?
Submitted August 31, 2018 at 11:00AM by Utsabdeep Ray
via Flutter Dev https://ift.tt/2wyH6qe
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: database_Closed exception
i get errors like database_closed 4 exceptions but when i continue my app works fine. why is that and how can i catch these errors in database helper. I am using sqflite package another error is attempt to re-open an already closed object sqlitedatabase
Submitted August 31, 2018 at 12:07PM by jack
via Flutter Dev https://ift.tt/2C38in9
i get errors like database_closed 4 exceptions but when i continue my app works fine. why is that and how can i catch these errors in database helper. I am using sqflite package another error is attempt to re-open an already closed object sqlitedatabase
Submitted August 31, 2018 at 12:07PM by jack
via Flutter Dev https://ift.tt/2C38in9
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 from scratch - Social Authentication with Twitter
https://ift.tt/2oxDYaN
Submitted August 31, 2018 at 03:20PM by rajayogan27
via reddit https://ift.tt/2NBJfJh
https://ift.tt/2oxDYaN
Submitted August 31, 2018 at 03:20PM by rajayogan27
via reddit https://ift.tt/2NBJfJh
T-Pub :)
Flutter – Social authentication with Twitter
Hi Friends, Hope you are all well. This post is again a sequel to my previous posts on authentication.. (Ah man, too many sequels) To learn the basics of flutter get my course – Click here. Other f…
Reddit: Testing the theme switcher: refactor with confidence
https://ift.tt/2N6miRe
Submitted August 31, 2018 at 05:21PM by Purple_Pizzazz
via reddit https://ift.tt/2LKM9JM
https://ift.tt/2N6miRe
Submitted August 31, 2018 at 05:21PM by Purple_Pizzazz
via reddit https://ift.tt/2LKM9JM
Medium
Testing the theme switcher: refactor with confidence
In my previous article, that you can find here, we build a tiny application whose only purpose was to switch the theme by pressing two…
GGroup: VS Code plugins v2.18.0 - Debugger, Test Runner, Editor improvements
Hey all, v2.18.0 of the Dart/Flutter plugins for VS Code are available. No big features this month due to vacations and such, but a fair number of bug fixes and small improvements. Release notes below (and online ). Debugger Improvements - It’s now
Submitted August 31, 2018 at 06:40PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2wyEs40
Hey all, v2.18.0 of the Dart/Flutter plugins for VS Code are available. No big features this month due to vacations and such, but a fair number of bug fixes and small improvements. Release notes below (and online ). Debugger Improvements - It’s now
Submitted August 31, 2018 at 06:40PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2wyEs40
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: Video streaming in flutter
I’d like to build an app with video conference call capabilities (eg skype or FaceTime). It looks like with the current camera plugin, it isn’t possible to stream video bits to a server while recording video.Does anyone have any ideas as to how I could implement this?Ideally I’d like to just write the entire conference call screen in native code on each platform. However based on what I’ve read that isn’t possible?Thanks!
Submitted August 31, 2018 at 06:44PM by jcycleutah
via reddit https://ift.tt/2ooHunA
I’d like to build an app with video conference call capabilities (eg skype or FaceTime). It looks like with the current camera plugin, it isn’t possible to stream video bits to a server while recording video.Does anyone have any ideas as to how I could implement this?Ideally I’d like to just write the entire conference call screen in native code on each platform. However based on what I’ve read that isn’t possible?Thanks!
Submitted August 31, 2018 at 06:44PM by jcycleutah
via reddit https://ift.tt/2ooHunA
reddit
r/FlutterDev - Video streaming in flutter
2 votes and 0 comments so far on Reddit
Reddit: AndroidView class - Embeds an Android view in the Widget hierarchy.
https://docs.flutter.io/flutter/widgets/AndroidView-class.htmlThis feature arrived in the master branch four days ago! It's currently being used to convert the google_maps_flutter plugin to using an inline Android view. Cool stuff!
Submitted August 31, 2018 at 10:41PM by Elixane
via reddit https://ift.tt/2orO50w
https://docs.flutter.io/flutter/widgets/AndroidView-class.htmlThis feature arrived in the master branch four days ago! It's currently being used to convert the google_maps_flutter plugin to using an inline Android view. Cool stuff!
Submitted August 31, 2018 at 10:41PM by Elixane
via reddit https://ift.tt/2orO50w
docs.flutter.io
AndroidView class - widgets library - Dart API
API docs for the AndroidView class from the widgets library, for the Dart programming language.
Reddit: Intro - The Boring Flutter Development Show, Ep. 7.1
https://youtu.be/wQj-lKfBvbQ
Submitted September 01, 2018 at 07:09AM by Pixelreddit
via reddit https://ift.tt/2oquGx3
https://youtu.be/wQj-lKfBvbQ
Submitted September 01, 2018 at 07:09AM by Pixelreddit
via reddit https://ift.tt/2oquGx3
YouTube
Intro - The Boring Flutter Development Show, Ep. 7.1
In Episode #7 of The Boring Show, find Emily and Andrew finishing implementation of a multi-platform barometer plugin for Flutter by adding iOS code and upda...
GGroup: Get notified when user pauses dragging
Hi, is there a way to get notified when user stops dragging over the screen (using GestureDetector) when the finger is still on the screen? After lifting the finger I do get DragEndDetails event. What I need is sort of "user paused scrolling". Current behaviour is: while moving the finger I do
Submitted September 01, 2018 at 09:34AM by Sekib Omazic
via Flutter Dev https://ift.tt/2MFvVa9
Hi, is there a way to get notified when user stops dragging over the screen (using GestureDetector) when the finger is still on the screen? After lifting the finger I do get DragEndDetails event. What I need is sort of "user paused scrolling". Current behaviour is: while moving the finger I do
Submitted September 01, 2018 at 09:34AM by Sekib Omazic
via Flutter Dev https://ift.tt/2MFvVa9
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: Grid-view selection highlight
Hi All, I have bind a user list in Grid-view and I want to highlight cell based on selection. Example if I click on user A then it should be highlighted same repeat User B,C,D ... Can any one please tell me how to achieve this?
Submitted September 01, 2018 at 10:23AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Pm6ck2
Hi All, I have bind a user list in Grid-view and I want to highlight cell based on selection. Example if I click on user A then it should be highlighted same repeat User B,C,D ... Can any one please tell me how to achieve this?
Submitted September 01, 2018 at 10:23AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Pm6ck2
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: Dart Code v2.18 released
https://ift.tt/2LKQ6hI
Submitted September 01, 2018 at 10:46AM by JaapVermeulen
via reddit https://ift.tt/2PqtTYj
https://ift.tt/2LKQ6hI
Submitted September 01, 2018 at 10:46AM by JaapVermeulen
via reddit https://ift.tt/2PqtTYj