Reddit: oscilloscope | A graphical widget that can be used to display a dataset similar to an oscilloscope display
https://ift.tt/2xcPj3J
Submitted September 13, 2018 at 09:30PM by Elixane
via reddit https://ift.tt/2xa4jQO
https://ift.tt/2xcPj3J
Submitted September 13, 2018 at 09:30PM by Elixane
via reddit https://ift.tt/2xa4jQO
Dart Packages
oscilloscope | Flutter Package
oscilloscope Flutter and Dart package - A graphical widget that can be used to display a dataset similar to an oscilloscope display
Reddit: Just released flutter_inappbrowser: A Flutter plugin that allows you to open an in-app browser window (porting of the popular cordova-plugin-inappbrowser).
https://ift.tt/2Olh1mg
Submitted September 14, 2018 at 02:57AM by LorePi
via reddit https://ift.tt/2p5Vxip
https://ift.tt/2Olh1mg
Submitted September 14, 2018 at 02:57AM by LorePi
via reddit https://ift.tt/2p5Vxip
GitHub
pichillilorenzo/flutter_inappbrowser
Contribute to pichillilorenzo/flutter_inappbrowser development by creating an account on GitHub.
Reddit: #HumpDayQandA: Live Help for Flutter 00:00–23:59 UTC every single Wednesday!
https://ift.tt/2OjYqXN
Submitted September 14, 2018 at 08:43AM by JaapVermeulen
via reddit https://ift.tt/2QtD3Vp
https://ift.tt/2OjYqXN
Submitted September 14, 2018 at 08:43AM by JaapVermeulen
via reddit https://ift.tt/2QtD3Vp
Medium
#HumpDayQandA: Live Help for Flutter 00:00–23:59 UTC every single Wednesday!
Come to the Dart Side, we have cookies… and people who can help you with Firebase, Redux or InheritedWidget.
Reddit: Does Flutter Work On Apple Watch?
Been looking around. Haven't found any answers online.Do you guys know if flutter works with Apple Watch? Not a professional developer, but am working on an industrial project and it would be ideal if the app could interface with an Apple Watch.Thanks
Submitted September 14, 2018 at 03:23PM by cyberxsec
via reddit https://ift.tt/2OkLjFH
Been looking around. Haven't found any answers online.Do you guys know if flutter works with Apple Watch? Not a professional developer, but am working on an industrial project and it would be ideal if the app could interface with an Apple Watch.Thanks
Submitted September 14, 2018 at 03:23PM by cyberxsec
via reddit https://ift.tt/2OkLjFH
reddit
r/FlutterDev - Does Flutter Work On Apple Watch?
1 vote and 1 comment so far on Reddit
Reddit: Would the community be able to continue Flutter if Google was to halt work?
Google just announced that they're sunsetting Fabric today, which has been a very useful tool for developers. (They also announced they're ending Inbox earlier this week, but that was somewhat more of a problem for users than for devs.) The difference between these products (and many other high profile Google graveyard listings) and Flutter is that the latter is an open-source project with a growing community, and so is Dart. So if Google was to abandon Flutter, could the community maintain the project and keep it alive?
Submitted September 14, 2018 at 06:51PM by IAmApocryphon
via reddit https://ift.tt/2NbMqel
Google just announced that they're sunsetting Fabric today, which has been a very useful tool for developers. (They also announced they're ending Inbox earlier this week, but that was somewhat more of a problem for users than for devs.) The difference between these products (and many other high profile Google graveyard listings) and Flutter is that the latter is an open-source project with a growing community, and so is Dart. So if Google was to abandon Flutter, could the community maintain the project and keep it alive?
Submitted September 14, 2018 at 06:51PM by IAmApocryphon
via reddit https://ift.tt/2NbMqel
VentureBeat
Google is killing Fabric in mid-2019, pushes developers to Firebase
Google is merging Fabric into Firebase. ending support for Fabric in mid-2019. The company has a migration plan for Fabric developers moving to Firebase.
Need to launch a WebView, start an email, a call or a text message? Use the launch_url plugin. #FlutterFriday
Read more → https://t.co/IXPq1aSi48 pic.twitter.com/UfGSh12DcN— Flutter (@flutterio) September 14, 2018
September 14, 2018 at 07:25PM
via Twitter https://twitter.com/flutterio
Read more → https://t.co/IXPq1aSi48 pic.twitter.com/UfGSh12DcN— Flutter (@flutterio) September 14, 2018
September 14, 2018 at 07:25PM
via Twitter https://twitter.com/flutterio
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
Reddit: E-commerce App with flutter : 01
https://www.youtube.com/attribution_link?a=1pkjVKkkypM&u=%2Fwatch%3Fv%3DDy_zBF6rJFc%26feature%3Dshare
Submitted September 14, 2018 at 08:55PM by kibatheseven
via reddit https://ift.tt/2N9YexP
https://www.youtube.com/attribution_link?a=1pkjVKkkypM&u=%2Fwatch%3Fv%3DDy_zBF6rJFc%26feature%3Dshare
Submitted September 14, 2018 at 08:55PM by kibatheseven
via reddit https://ift.tt/2N9YexP
YouTube
E-commerce App with flutter : 01
this is the first video of the series on building an e-commerce app using flutter, the first 10 videos will be the basics of flutter and from there we will b...
GGroup: How to manually upgrade Flutter
I need information, How we can manually upgrade the flutter. Pub Upgrade command sometime gives error. So it will be very beneficial if we know how we can manually upgrade it. Already created Issue: https://ift.tt/2xh2IIe
Submitted September 14, 2018 at 09:57PM by Abhishek Dev
via Flutter Dev https://ift.tt/2xeKXKc
I need information, How we can manually upgrade the flutter. Pub Upgrade command sometime gives error. So it will be very beneficial if we know how we can manually upgrade it. Already created Issue: https://ift.tt/2xh2IIe
Submitted September 14, 2018 at 09:57PM by Abhishek Dev
via Flutter Dev https://ift.tt/2xeKXKc
GitHub
Manually upgrade flutter #21417
How to Manually upgrade Flutter Hi I am trying to upgrade flutter by running flutter upgrade and tried flutter doctor in both cases my antivirus blocked 7za.exe Access is denied. Command: C:\flutter\bin\cache\dart-sdk\lib\_internal\pub\a...
GGroup: clip and wrap utility functions
I know these two are trivial. Everybody can write them and eventually will have to write them since they are not included with the math library. Here are my versions: T clip(T val, T low, T high) { assert(low <= high); assert(val != null); val = null != low ? val = max(val,
Submitted September 14, 2018 at 10:18PM by Andreas Sumerauer
via Flutter Dev https://ift.tt/2MwAYVE
I know these two are trivial. Everybody can write them and eventually will have to write them since they are not included with the math library. Here are my versions: T clip(T val, T low, T high) { assert(low <= high); assert(val != null); val = null != low ? val = max(val,
Submitted September 14, 2018 at 10:18PM by Andreas Sumerauer
via Flutter Dev https://ift.tt/2MwAYVE
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: d20 | Dart library for RPG dice rolling. Supports standard dice notation.
https://ift.tt/2CYAFTU
Submitted September 14, 2018 at 10:27PM by Purple_Pizzazz
via reddit https://ift.tt/2QwiXKc
https://ift.tt/2CYAFTU
Submitted September 14, 2018 at 10:27PM by Purple_Pizzazz
via reddit https://ift.tt/2QwiXKc
Dart Packages
d20 | Dart Package
d20 Dart package - D20 is a Dart library for RPG dice rolling. Supports standard notation (like "2d12", "d6+5" and "2d20-L").
Hi, I’m @filiphracek. My hobbies include standing in line at the post office, watching videos buffer, and debugging apps on YouTube.
Come join the excitement as my friends and I live-code Flutter apps and plugins on the #BoringShow → https://t.co/mhuLebkJ77 pic.twitter.com/Jj1exDzECD— Flutter (@flutterio) September 14, 2018
September 15, 2018 at 12:51AM
via Twitter https://twitter.com/flutterio
Come join the excitement as my friends and I live-code Flutter apps and plugins on the #BoringShow → https://t.co/mhuLebkJ77 pic.twitter.com/Jj1exDzECD— Flutter (@flutterio) September 14, 2018
September 15, 2018 at 12:51AM
via Twitter https://twitter.com/flutterio
Twitter
Filip Hráček (@filiphracek) | Twitter
The latest Tweets from Filip Hráček (@filiphracek). I explain difficult things to smart people. Separately, I also make games (@RaindeadGames) and useful little software projects (https://t.co/LnvSFrXDLK). San Fransisco Bay Area
GGroup: drawer issue in flutter
I used map view plugin as well as GoogleMapOverlayController to display map using flutter. But in both the cases i am facing an issue to display the drawer. i gave an option of navigation drawer in the app bar. whenever , i tap on the icon of navigation drawer, the drawer opens up but it is only
Submitted September 15, 2018 at 07:32AM by Simran Kaur
via Flutter Dev https://ift.tt/2OqXBwx
I used map view plugin as well as GoogleMapOverlayController to display map using flutter. But in both the cases i am facing an issue to display the drawer. i gave an option of navigation drawer in the app bar. whenever , i tap on the icon of navigation drawer, the drawer opens up but it is only
Submitted September 15, 2018 at 07:32AM by Simran Kaur
via Flutter Dev https://ift.tt/2OqXBwx
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: Offline Data
Dear Flutter and Dart Expert, I have a question about storing data on the flutter dart. my question is *how do I store data on the flutter dart offline*? one of the cases is if we want to store the message string offline and update the string when the device is reconnected to the server.
Submitted September 15, 2018 at 10:17AM by Denis Ramdan
via Flutter Dev https://ift.tt/2p8xiQv
Dear Flutter and Dart Expert, I have a question about storing data on the flutter dart. my question is *how do I store data on the flutter dart offline*? one of the cases is if we want to store the message string offline and update the string when the device is reconnected to the server.
Submitted September 15, 2018 at 10:17AM by Denis Ramdan
via Flutter Dev https://ift.tt/2p8xiQv
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_linkify: Turn URLs into inline Flutter links
https://ift.tt/2NHmFSN
Submitted September 15, 2018 at 10:51AM by CraftThatBlock
via reddit https://ift.tt/2NaQwn3
https://ift.tt/2NHmFSN
Submitted September 15, 2018 at 10:51AM by CraftThatBlock
via reddit https://ift.tt/2NaQwn3
Dart Packages
flutter_linkify | Flutter Package
flutter_linkify Flutter and Dart package - Allow inline links in text for Flutter.
Reddit: Flutter Bluetooth
Hi,Have any of you made anything with Flutter Blue or Flutter BLE? I’m currently working on a project using bluetooth and would love to use flutter. While working with the current examples and documentation I’m getting stuck on some area’s.I would love to see your source code!Also maybe some of you could answer these questions.Is it possible to receive strings? Is it possible to send strings? What does it mean when jt says “send and receive characteristics/descriptors”?Thanks in advance.
Submitted September 15, 2018 at 12:24PM by AnoNyWorm
via reddit https://ift.tt/2xl8Q28
Hi,Have any of you made anything with Flutter Blue or Flutter BLE? I’m currently working on a project using bluetooth and would love to use flutter. While working with the current examples and documentation I’m getting stuck on some area’s.I would love to see your source code!Also maybe some of you could answer these questions.Is it possible to receive strings? Is it possible to send strings? What does it mean when jt says “send and receive characteristics/descriptors”?Thanks in advance.
Submitted September 15, 2018 at 12:24PM by AnoNyWorm
via reddit https://ift.tt/2xl8Q28
reddit
r/FlutterDev - Flutter Bluetooth
1 vote and 0 comments so far on Reddit
Reddit: What are the best resources for a beginner to start learning dart/flutter?
I have experience with JS/node, but not so much object oriented languages. Where should I start learning?
Submitted September 15, 2018 at 01:02PM by ross231
via reddit https://ift.tt/2MzhsYj
I have experience with JS/node, but not so much object oriented languages. Where should I start learning?
Submitted September 15, 2018 at 01:02PM by ross231
via reddit https://ift.tt/2MzhsYj
reddit
r/FlutterDev - What are the best resources for a beginner to start learning dart/flutter?
2 votes and 0 comments so far on Reddit
Reddit: Using Azure App Services with Flutter
Hi Flutter experts!I'm currently a newbie trying to wrap my head on how to create a full-fledge app Flutter and the Azure platform. I'm trying to come up with a multi vendor ecommerce app using Flutter (UI/UX) and Azure (backend/business logic).For the ecommerce/backend part, I'm trying to use this architecture: https://azure.microsoft.com/en-us/solutions/architecture/scalable-ecommerce-web-app/For the CI/CD part I'm thinking on doing the CI part with gitlab and the CD part using flutter's path: https://flutter.io/fastlane-cd/ . I wouldn't mind having this process done in the new azure platform: https://azure.microsoft.com/en-us/solutions/devops/- Does anyone have any experience with azure mobile or azure app services?- Is there a way to use python or golang as backends instead of nodejs or .NET?Any advice is greatly appreciated!Regards,
Submitted September 15, 2018 at 07:25PM by elforce001
via reddit https://ift.tt/2QybD0s
Hi Flutter experts!I'm currently a newbie trying to wrap my head on how to create a full-fledge app Flutter and the Azure platform. I'm trying to come up with a multi vendor ecommerce app using Flutter (UI/UX) and Azure (backend/business logic).For the ecommerce/backend part, I'm trying to use this architecture: https://azure.microsoft.com/en-us/solutions/architecture/scalable-ecommerce-web-app/For the CI/CD part I'm thinking on doing the CI part with gitlab and the CD part using flutter's path: https://flutter.io/fastlane-cd/ . I wouldn't mind having this process done in the new azure platform: https://azure.microsoft.com/en-us/solutions/devops/- Does anyone have any experience with azure mobile or azure app services?- Is there a way to use python or golang as backends instead of nodejs or .NET?Any advice is greatly appreciated!Regards,
Submitted September 15, 2018 at 07:25PM by elforce001
via reddit https://ift.tt/2QybD0s
Microsoft
Architect scalable e-commerce web app | Microsoft Azure
The e-commerce website includes simple order processing workflows with the help of Azure services. Using Azure Functions and Web Apps, developers can focus on building personalized experiences and ...
Reddit: E-commerce App with flutter - UPDATE VIDEO: 1
https://www.youtube.com/attribution_link?a=JYOgTLRAcbU&u=%2Fwatch%3Fv%3D7NkBiXJIDKI%26feature%3Dshare
Submitted September 15, 2018 at 09:19PM by kibatheseven
via reddit https://ift.tt/2NJoEpA
https://www.youtube.com/attribution_link?a=JYOgTLRAcbU&u=%2Fwatch%3Fv%3D7NkBiXJIDKI%26feature%3Dshare
Submitted September 15, 2018 at 09:19PM by kibatheseven
via reddit https://ift.tt/2NJoEpA
YouTube
E-commerce App with flutter - UPDATE VIDEO: 1
Hello guys this is an update video, just to show to you in which state the app is at, and also to show where are we going with the tutorials on this app, if ...
Reddit: Flutter Advanced : Build Beautiful Material Search App or Integrate it with Any App
https://youtu.be/FPcl1tu0gDs
Submitted September 16, 2018 at 08:44AM by imthepk
via reddit https://ift.tt/2pbE34d
https://youtu.be/FPcl1tu0gDs
Submitted September 16, 2018 at 08:44AM by imthepk
via reddit https://ift.tt/2pbE34d
YouTube
Flutter Advanced : Build Beautiful Material Search App or Integrate it with Any App
In this video, I will explain how to implement search functionality in any app with best practices and beautiful material design.
#Flutter #MaterialSearch #SearchBar
Please give stars for this project on git and like the video.
Source Code -
Flutter…
#Flutter #MaterialSearch #SearchBar
Please give stars for this project on git and like the video.
Source Code -
Flutter…
GGroup: $ sign in text.
Hi All, I want to display like this *150$* Any one can help how to add *$ *sign in Text()?
Submitted September 16, 2018 at 10:14AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2phXRD7
Hi All, I want to display like this *150$* Any one can help how to add *$ *sign in Text()?
Submitted September 16, 2018 at 10:14AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2phXRD7
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: Build a kid's puzzle card game with Flutter
https://ift.tt/2xi2ilz
Submitted September 16, 2018 at 10:21AM by Elixane
via reddit https://ift.tt/2CZb64Y
https://ift.tt/2xi2ilz
Submitted September 16, 2018 at 10:21AM by Elixane
via reddit https://ift.tt/2CZb64Y
Medium
Build a kid puzzle card game with Flutter
Hi guys, today, I’ll show you how to create a simple puzzle card game. With Flutter, we can easily got it.