New post on /r/flutterdev subreddit:
Example Video Streaming App in Flutter (github.com)
https://ift.tt/2XmfBAF
July 02, 2019 at 07:40AM by PwlMarc
https://ift.tt/2Jg3viu
Example Video Streaming App in Flutter (github.com)
https://ift.tt/2XmfBAF
July 02, 2019 at 07:40AM by PwlMarc
https://ift.tt/2Jg3viu
GitHub
codemissions/flutter-video-streaming-app
Code for the tutorial showing how to build video streaming app in flutter - codemissions/flutter-video-streaming-app
New post on /r/flutterdev subreddit:
Example Animations in Flutter — #2 - FlutterDevs - Medium
https://ift.tt/2LsXHEW
July 02, 2019 at 09:10AM by mohak20
https://ift.tt/2xvgrvf
Example Animations in Flutter — #2 - FlutterDevs - Medium
https://ift.tt/2LsXHEW
July 02, 2019 at 09:10AM by mohak20
https://ift.tt/2xvgrvf
Medium
Example Animations in Flutter — #2
Introduction
New post on /r/flutterdev subreddit:
Top Benefits of Flutter for Mobile App Development
https://ift.tt/2FOpWdF
July 02, 2019 at 02:08PM by davidryan64
https://ift.tt/30bl1vj
Top Benefits of Flutter for Mobile App Development
https://ift.tt/2FOpWdF
July 02, 2019 at 02:08PM by davidryan64
https://ift.tt/30bl1vj
Employcoder
Benefits of Flutter | Flutter App Development
Flutter has been the most talked mobile application development framework. Here are the Top benefits of choosing flutter for Mobile App Development.
New post on /r/flutterdev subreddit:
How to position widgets relatively?
Good Morning/Evening everyoneI'm new to flutter and I'm using Positioned widget nested in Stack widget and giving it the values right and bottom values.It worked nicely until I tried it on other screens with different sizes as I should've expected.After Googling and stackoverflow-ing all the answers I've found advised to calculate the position depending on the device screen width and height.
I'm wondering if there is anyway to position a widget relatively to its parent or to the stack widget - something like position: relative; in CSS -Here's a pastebin with the code snippet https://pastebin.com/wZxAwQL0I'd appreciate any help or directions on how to make this responsive and solve this issue.Thanks :)
July 02, 2019 at 02:07PM by Abdurrahman_Maged
https://ift.tt/2FLeYpq
How to position widgets relatively?
Good Morning/Evening everyoneI'm new to flutter and I'm using Positioned widget nested in Stack widget and giving it the values right and bottom values.It worked nicely until I tried it on other screens with different sizes as I should've expected.After Googling and stackoverflow-ing all the answers I've found advised to calculate the position depending on the device screen width and height.
I'm wondering if there is anyway to position a widget relatively to its parent or to the stack widget - something like position: relative; in CSS -Here's a pastebin with the code snippet https://pastebin.com/wZxAwQL0I'd appreciate any help or directions on how to make this responsive and solve this issue.Thanks :)
July 02, 2019 at 02:07PM by Abdurrahman_Maged
https://ift.tt/2FLeYpq
Pastebin
[Dart] Stack( fit: StackFit.expand, children: < - Pastebin.com
New post on /r/flutterdev subreddit:
How could you use CSS3 animations on SVG for Flutter ? Can you use it with a kind of converter ?
I would like to make animations quickly, which I'm just "ok" with svg / css techs. Learning Flare is the way to go I guess, for the future, but I need something which "just works" in days !
July 02, 2019 at 02:31PM by napolitain_
https://ift.tt/2KQ14Xj
How could you use CSS3 animations on SVG for Flutter ? Can you use it with a kind of converter ?
I would like to make animations quickly, which I'm just "ok" with svg / css techs. Learning Flare is the way to go I guess, for the future, but I need something which "just works" in days !
July 02, 2019 at 02:31PM by napolitain_
https://ift.tt/2KQ14Xj
reddit
r/FlutterDev - How could you use CSS3 animations on SVG for Flutter ? Can you use it with a kind of converter ?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
New Flutter Tooling Releases
Hello! Details for the new tooling releases : Platform updates Android Studio has a new beta release, which is supported by the Flutter plugin. It also has an update to the canary channel, which is supported on a best-effort basis. Stable and canary channels Currently, all our plugin
July 02, 2019 at 04:58PM by Nilay Yener
https://ift.tt/2Xmv3fR
New Flutter Tooling Releases
Hello! Details for the new tooling releases : Platform updates Android Studio has a new beta release, which is supported by the Flutter plugin. It also has an update to the canary channel, which is supported on a best-effort basis. Stable and canary channels Currently, all our plugin
July 02, 2019 at 04:58PM by Nilay Yener
https://ift.tt/2Xmv3fR
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:
So I've just released my first proper flutter app!
Please check it out at https://ift.tt/2xrsF8g. Any feedback will be appreciated. Thank you
July 02, 2019 at 06:30PM by Emil Djupvik
https://ift.tt/2LxJRl0
So I've just released my first proper flutter app!
Please check it out at https://ift.tt/2xrsF8g. Any feedback will be appreciated. Thank you
July 02, 2019 at 06:30PM by Emil Djupvik
https://ift.tt/2LxJRl0
Google Play
Shower Thoughts - Apps on Google Play
This app is made by me, a private individual, as part of my portfolio. If you are looking for a flutter developer (developer for both iOS and Android), please send me an email at emil14833@gmail.com.
New post on Flutter Dev Google group:
Google Play 64-bit requirement & Flutter
If you don’t deploy Flutter apps to the Google Play Store, you can stop reading now. Dear Flutter developers, If you have recently submitted a Flutter app to the Google Play Store, you may have received a warning to let you know of an upcoming deadline for supporting 64-bit in your app.
July 02, 2019 at 07:39PM by Ray Rischpater
https://ift.tt/2FIdn3F
Google Play 64-bit requirement & Flutter
If you don’t deploy Flutter apps to the Google Play Store, you can stop reading now. Dear Flutter developers, If you have recently submitted a Flutter app to the Google Play Store, you may have received a warning to let you know of an upcoming deadline for supporting 64-bit in your app.
July 02, 2019 at 07:39PM by Ray Rischpater
https://ift.tt/2FIdn3F
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 tweet from FlutterDev:
If you have a widget that is unfinished but you need to visualize the space it will take up in your app, you will need a placeholder.
Placeholder draws an X where your widget will eventually go!
Learn more in this week’s episode of #WidgetoftheWeek → https://t.co/aNmLwZ3vEl pic.twitter.com/aKziSE2YQE— Flutter (@FlutterDev) July 2, 2019
July 02, 2019 at 08:19PM
http://twitter.com/FlutterDev/status/1146121294938693632
If you have a widget that is unfinished but you need to visualize the space it will take up in your app, you will need a placeholder.
Placeholder draws an X where your widget will eventually go!
Learn more in this week’s episode of #WidgetoftheWeek → https://t.co/aNmLwZ3vEl pic.twitter.com/aKziSE2YQE— Flutter (@FlutterDev) July 2, 2019
July 02, 2019 at 08:19PM
http://twitter.com/FlutterDev/status/1146121294938693632
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Has anyone ever used their custom ML or Tensor Flow models with Flutter?
https://ift.tt/2KSxNLt
July 02, 2019 at 08:27PM by emrepun
https://ift.tt/2RNETBH
Has anyone ever used their custom ML or Tensor Flow models with Flutter?
https://ift.tt/2KSxNLt
July 02, 2019 at 08:27PM by emrepun
https://ift.tt/2RNETBH
reddit
r/Flutter - Has anyone ever used their custom ML or Tensor Flow models with Flutter?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Hello everyone! I wanted to make an app which starts recording if a motion is detected from any position to mouth and then send that audio to the server (Example: Recording of sneeze). Need help on how to start with Flutter and Dart. Thank you for your time.
No text found
July 02, 2019 at 08:04PM by charlesjcn
https://ift.tt/2KU4WX3
Hello everyone! I wanted to make an app which starts recording if a motion is detected from any position to mouth and then send that audio to the server (Example: Recording of sneeze). Need help on how to start with Flutter and Dart. Thank you for your time.
No text found
July 02, 2019 at 08:04PM by charlesjcn
https://ift.tt/2KU4WX3
reddit
r/FlutterDev - Hello everyone! I wanted to make an app which starts recording if a motion is detected from any position to mouth…
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
If you have a widget that is unfinished but you need to visualize the space it will take up in your app, you will need a placeholder.
Placeholder draws an X where your widget will eventually go!
Learn more in this week’s episode of #WidgetoftheWeek → https://t.co/aNmLwZ3vEl pic.twitter.com/Q8QcUqMAeY— Flutter (@FlutterDev) July 2, 2019
July 02, 2019 at 08:43PM
http://twitter.com/FlutterDev/status/1146127261059301378
If you have a widget that is unfinished but you need to visualize the space it will take up in your app, you will need a placeholder.
Placeholder draws an X where your widget will eventually go!
Learn more in this week’s episode of #WidgetoftheWeek → https://t.co/aNmLwZ3vEl pic.twitter.com/Q8QcUqMAeY— Flutter (@FlutterDev) July 2, 2019
July 02, 2019 at 08:43PM
http://twitter.com/FlutterDev/status/1146127261059301378
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Flutter app development
I have a client potentially looking to get an app developed in Flutter. Does anyone have a recommendation on where my agency could find really good Flutter developers direct contract or may be through offshore agency?
July 02, 2019 at 09:25PM by Mike Ortner
https://ift.tt/2XJ0BMv
Flutter app development
I have a client potentially looking to get an app developed in Flutter. Does anyone have a recommendation on where my agency could find really good Flutter developers direct contract or may be through offshore agency?
July 02, 2019 at 09:25PM by Mike Ortner
https://ift.tt/2XJ0BMv
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:
Tile-based rendering protocol (for pannable, zoomable layouts)
I'm wondering if there have been any attempts at building a tile-based layout protocol that would support Google Maps-esque interactions.In many ways, this would be similar to the sliver protocol -- but two(ish) dimensional. Rather than constraining interactions to an axis, these layouts would pan and zoom arbitrarily. Children may rebuild, relayout, or transform based on zoom level. Children will be managed dynamically in response to panning / zooming similarly to how slivers work.This definitely doesn't seem like a trivial undertaking, but nonetheless seems like an important layout scheme that is currently missing from Flutter.
July 02, 2019 at 10:22PM by t3mp3st
https://ift.tt/2XBkhSz
Tile-based rendering protocol (for pannable, zoomable layouts)
I'm wondering if there have been any attempts at building a tile-based layout protocol that would support Google Maps-esque interactions.In many ways, this would be similar to the sliver protocol -- but two(ish) dimensional. Rather than constraining interactions to an axis, these layouts would pan and zoom arbitrarily. Children may rebuild, relayout, or transform based on zoom level. Children will be managed dynamically in response to panning / zooming similarly to how slivers work.This definitely doesn't seem like a trivial undertaking, but nonetheless seems like an important layout scheme that is currently missing from Flutter.
July 02, 2019 at 10:22PM by t3mp3st
https://ift.tt/2XBkhSz
reddit
r/FlutterDev - Tile-based rendering protocol (for pannable, zoomable layouts)
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Google Maps
Has anyone managed to pass values from the user on to Google Maps of for example restaurant type, in order to search the nearby results? Any Git-hub repos?
July 02, 2019 at 10:16PM by Gun101
https://ift.tt/2Lx5dyB
Google Maps
Has anyone managed to pass values from the user on to Google Maps of for example restaurant type, in order to search the nearby results? Any Git-hub repos?
July 02, 2019 at 10:16PM by Gun101
https://ift.tt/2Lx5dyB
reddit
r/FlutterDev - Google Maps
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Waves 🌊 - aidxn - Medium
https://ift.tt/2XJsoMH
July 02, 2019 at 10:12PM by AIDXN3
https://ift.tt/2xpL2dN
Flutter Waves 🌊 - aidxn - Medium
https://ift.tt/2XJsoMH
July 02, 2019 at 10:12PM by AIDXN3
https://ift.tt/2xpL2dN
Medium
Flutter Waves 🌊
In this article I will be demonstrating how to make beautiful waves in flutter!
New post on /r/flutterdev subreddit:
Flutter Community will be doing Q&A at the Flutter booth tomrrow evening from DroidConBerlin #AskFlutterCommunity
https://twitter.com/FlutterComm/status/1146182206219534336
July 03, 2019 at 12:34AM by Nash0x7E2
https://ift.tt/2LyXgZU
Flutter Community will be doing Q&A at the Flutter booth tomrrow evening from DroidConBerlin #AskFlutterCommunity
https://twitter.com/FlutterComm/status/1146182206219534336
July 03, 2019 at 12:34AM by Nash0x7E2
https://ift.tt/2LyXgZU
Twitter
Flutter Community
#FlutterCommunity is at #DCBerlin19 and will be doing a Q&A at the Flutter booth tomorrow afternoon for #HumpdayQandA (at 13:00UTC). If you have any questions send them using #AskFlutterCommunity soon!
New post on Flutter Dev Google group:
[Breaking Change]: AsyncSnapshot.data to throw if there's an error
[bcc flutter-announce] Hi all, Currently, if you attempt to access the AsyncSnapshot.data property when the error property is non-null, it will return null.
July 03, 2019 at 03:37AM by Todd Volkert
https://ift.tt/307BKiQ
[Breaking Change]: AsyncSnapshot.data to throw if there's an error
[bcc flutter-announce] Hi all, Currently, if you attempt to access the AsyncSnapshot.data property when the error property is non-null, it will return null.
July 03, 2019 at 03:37AM by Todd Volkert
https://ift.tt/307BKiQ
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:
Gradle error when trying to run Flutter app.
https://ift.tt/2FNNXBG
July 03, 2019 at 05:17AM by MqtUA
https://ift.tt/2YtubCR
Gradle error when trying to run Flutter app.
https://ift.tt/2FNNXBG
July 03, 2019 at 05:17AM by MqtUA
https://ift.tt/2YtubCR
reddit
r/Flutter - Gradle error when trying to run Flutter app.
1 vote and 5 comments so far on Reddit
New post on /r/flutterdev subreddit:
Custom Shrinking Sticky Headers in Flutter
https://ift.tt/2Yr9Cqp
July 03, 2019 at 05:11AM by Filledstacks
https://ift.tt/2NwQcQ0
Custom Shrinking Sticky Headers in Flutter
https://ift.tt/2Yr9Cqp
July 03, 2019 at 05:11AM by Filledstacks
https://ift.tt/2NwQcQ0
Filledstacks
Custom Sticky headers in Flutter
This tutorial shows you how to setup Sticky Headers in Flutter