New post on /r/flutterdev subreddit:
Creating a Flutter App from Sketch
http://bit.ly/2PYjiFw
May 13, 2019 at 04:24PM by eibaan
http://bit.ly/2vX6HJH
Creating a Flutter App from Sketch
http://bit.ly/2PYjiFw
May 13, 2019 at 04:24PM by eibaan
http://bit.ly/2vX6HJH
Medium
Creating a Flutter App from Sketch
Stefan Matthias Aust in ICNHMay 13 · 14 min read
New post on Flutter Dev Google group:
Help improve Flutter! Take our quarterly survey :)
Hello from the Flutter team! Please take a moment to tell us what you think about Flutter. This quarterly survey helps us plan our work in the coming quarters. We read each and every response :) On behalf of the Flutter
May 13, 2019 at 06:21PM by Ja Young Lee
http://bit.ly/2Ji9IwM
Help improve Flutter! Take our quarterly survey :)
Hello from the Flutter team! Please take a moment to tell us what you think about Flutter. This quarterly survey helps us plan our work in the coming quarters. We read each and every response :) On behalf of the Flutter
May 13, 2019 at 06:21PM by Ja Young Lee
http://bit.ly/2Ji9IwM
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:
GitJournal - A Journaling app built on top of Git
Hey guysI'm quite fond of journaling, and being in control of my data. This is a relatively simple app that stores the journal/diary entries in a git repo of your choice. They are stored in Markdown with a YAML header.Website: https://gitjournal.io
Play Store: Link
GitHub: LinkI'm currently working on the iOS build.
It's my first app with Flutter, and I'd love some feedback.
May 13, 2019 at 05:22PM by vhanda
http://bit.ly/2EhJTJl
GitJournal - A Journaling app built on top of Git
Hey guysI'm quite fond of journaling, and being in control of my data. This is a relatively simple app that stores the journal/diary entries in a git repo of your choice. They are stored in Markdown with a YAML header.Website: https://gitjournal.io
Play Store: Link
GitHub: LinkI'm currently working on the iOS build.
It's my first app with Flutter, and I'd love some feedback.
May 13, 2019 at 05:22PM by vhanda
http://bit.ly/2EhJTJl
New post on /r/flutterdev subreddit:
Using globals in Flutter
Hi, I am curious what is the opinion of people with experience in Flutter on the use of global variables in a Flutter app.In my case, I considered using them for data that needs to persist for most of the application's lifetime and needs to be accessed from multiple screens, such as the user session details. For me using a global in this scenario makes sense because of the accessibility and lifetime requirements however I am curious if there are other opinions on how to structure this in a Flutter app.I am aware that this method can make the app harder to test though, but the alternative would involve constantly passing it around which adds complexity to the code.I am also curious if there are any performance penalties or lifetime traps in regards to global variables. Could the global variable be destroyed during certain lifetime events in a mobile app for example?
May 13, 2019 at 05:01PM by BananyaDev
http://bit.ly/2EhIh2f
Using globals in Flutter
Hi, I am curious what is the opinion of people with experience in Flutter on the use of global variables in a Flutter app.In my case, I considered using them for data that needs to persist for most of the application's lifetime and needs to be accessed from multiple screens, such as the user session details. For me using a global in this scenario makes sense because of the accessibility and lifetime requirements however I am curious if there are other opinions on how to structure this in a Flutter app.I am aware that this method can make the app harder to test though, but the alternative would involve constantly passing it around which adds complexity to the code.I am also curious if there are any performance penalties or lifetime traps in regards to global variables. Could the global variable be destroyed during certain lifetime events in a mobile app for example?
May 13, 2019 at 05:01PM by BananyaDev
http://bit.ly/2EhIh2f
reddit
r/FlutterDev - Using globals in Flutter
0 votes and 4 comments so far on Reddit
New post on /r/flutterdev subreddit:
Help improve Flutter! Take our quarterly survey :)
Hello from the Flutter team!As we continue to improve Flutter, we want to make sure your feedback and thoughts are included.Please take this survey to support us. The survey results will help us plan our work in the coming quarters. We read each and every response.On behalf of the Flutter team, thank you! :)
May 13, 2019 at 06:54PM by janim27
http://bit.ly/2E5rqze
Help improve Flutter! Take our quarterly survey :)
Hello from the Flutter team!As we continue to improve Flutter, we want to make sure your feedback and thoughts are included.Please take this survey to support us. The survey results will help us plan our work in the coming quarters. We read each and every response.On behalf of the Flutter team, thank you! :)
May 13, 2019 at 06:54PM by janim27
http://bit.ly/2E5rqze
Qualtrics
Online Survey Software | Qualtrics Survey Solutions
Qualtrics sophisticated online survey software solutions make creating online surveys easy. Learn more about Research Suite and get a free account today.
New post on /r/flutterdev subreddit:
flutter-challenges passed 100 stars on GitHub 😃👌
https://github.com/javico2609/flutter-challenges
May 13, 2019 at 07:56PM by javico2609
http://bit.ly/2Vwg3LH
flutter-challenges passed 100 stars on GitHub 😃👌
https://github.com/javico2609/flutter-challenges
May 13, 2019 at 07:56PM by javico2609
http://bit.ly/2Vwg3LH
GitHub
GitHub - javico2609/flutter-challenges: Flutter UI examples
Flutter UI examples. Contribute to javico2609/flutter-challenges development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
(Home-Grown) Provider or « Mutable » Inherited Widget
https://www.youtube.com/watch?v=w7q-_Gg2mZ8&feature=youtu.be
May 13, 2019 at 09:28PM by zaiste
http://bit.ly/2VlVHzG
(Home-Grown) Provider or « Mutable » Inherited Widget
https://www.youtube.com/watch?v=w7q-_Gg2mZ8&feature=youtu.be
May 13, 2019 at 09:28PM by zaiste
http://bit.ly/2VlVHzG
YouTube
Flutter in Practice - E24: Mutable Inherited Widget
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instea...
New post on /r/flutterdev subreddit:
Sharing Layouts across machines
Hi all, I'm pretty new to Flutter (I've been following it's development for a while now but haven't made much with it) and I have a question: is it possible to save and send page layouts? Something akin to sending a snippet of XML/HTML and then displaing that in some container?Use case: I am designing an an (web)app that allows users to create custom pages (kinda like Myspace or a website builder like wix) and would like to know if Flutter has a way to let me store the layouts in the Backend.Thanks, - a Backend Dev
May 13, 2019 at 09:15PM by Ventus_Aurelius
http://bit.ly/2vUjlsZ
Sharing Layouts across machines
Hi all, I'm pretty new to Flutter (I've been following it's development for a while now but haven't made much with it) and I have a question: is it possible to save and send page layouts? Something akin to sending a snippet of XML/HTML and then displaing that in some container?Use case: I am designing an an (web)app that allows users to create custom pages (kinda like Myspace or a website builder like wix) and would like to know if Flutter has a way to let me store the layouts in the Backend.Thanks, - a Backend Dev
May 13, 2019 at 09:15PM by Ventus_Aurelius
http://bit.ly/2vUjlsZ
reddit
r/FlutterDev - Sharing Layouts across machines
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
How to catch BottonBar click
Hi Group, I'm totally new to flutter after 20 years of mostly Java. There is some fundamental I'm still not getting. Why can't I intercept/catch click of bar buttons? Thanks, import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; import
May 13, 2019 at 09:54PM by Klaus Preisler
http://bit.ly/2vT1IcU
How to catch BottonBar click
Hi Group, I'm totally new to flutter after 20 years of mostly Java. There is some fundamental I'm still not getting. Why can't I intercept/catch click of bar buttons? Thanks, import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; import
May 13, 2019 at 09:54PM by Klaus Preisler
http://bit.ly/2vT1IcU
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:
Didn't get the chance to attend #io19 or catch all-things Flutter at the venue? Good news: we filmed @MartinAguinis walking through our sandbox and interviewing Flutter team members and developers!
Check out this first episode of #FlutterOnsite here → https://t.co/Vkw3Ve3Qol pic.twitter.com/tGhvicBn8h— Flutter (@FlutterDev) May 13, 2019
May 13, 2019 at 10:35PM
http://twitter.com/FlutterDev/status/1128036170296975360
Didn't get the chance to attend #io19 or catch all-things Flutter at the venue? Good news: we filmed @MartinAguinis walking through our sandbox and interviewing Flutter team members and developers!
Check out this first episode of #FlutterOnsite here → https://t.co/Vkw3Ve3Qol pic.twitter.com/tGhvicBn8h— Flutter (@FlutterDev) May 13, 2019
May 13, 2019 at 10:35PM
http://twitter.com/FlutterDev/status/1128036170296975360
Twitter
#io19 hashtag on Twitter
On Jul 4 @GCPcloud tweeted: "Check out our pick of the top 5 GCP sess.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter web and MYSQL Blog website
https://www.youtube.com/attribution_link?a=nVdKY4n28Lc&u=%2Fwatch%3Fv%3DaFCZFJkeKDg%26feature%3Dshare
May 13, 2019 at 10:01PM by kibatheseven
http://bit.ly/2JILE5P
Flutter web and MYSQL Blog website
https://www.youtube.com/attribution_link?a=nVdKY4n28Lc&u=%2Fwatch%3Fv%3DaFCZFJkeKDg%26feature%3Dshare
May 13, 2019 at 10:01PM by kibatheseven
http://bit.ly/2JILE5P
YouTube
1. Flutter web and MYSQL Blog website: initial set up
This is going to be the first video on a short playlist where we are going to build a blog using Mysql and Flutter web
============= SOURCE CODE====================
https://github.com/Santos-Enoque/flutter_web_blog
=========SUPPORT THE CHANNEL ============…
============= SOURCE CODE====================
https://github.com/Santos-Enoque/flutter_web_blog
=========SUPPORT THE CHANNEL ============…
New post on /r/flutterdev subreddit:
Google places
Is there an official or third party plugin for searching nearby places from google places? As far as I searched, people use simple http requests to get http responses and then fill a places model list.
May 13, 2019 at 09:58PM by aytunch
http://bit.ly/2JjL2nv
Google places
Is there an official or third party plugin for searching nearby places from google places? As far as I searched, people use simple http requests to get http responses and then fill a places model list.
May 13, 2019 at 09:58PM by aytunch
http://bit.ly/2JjL2nv
reddit
r/FlutterDev - Google places
0 votes and 4 comments so far on Reddit
New post on Flutter Dev Google group:
Prototype Designs
Hi everyone, i'm new here. I am student of Landmark University, Nigeria a freelance software application prototype designer, i design beautiful and professional Prototypes of Websites & Apps. Please feel free to hire me for your jobs, i could surprise you with really good and beautiful designs.
May 14, 2019 at 12:18AM by Moses
http://bit.ly/2Ypu1Mj
Prototype Designs
Hi everyone, i'm new here. I am student of Landmark University, Nigeria a freelance software application prototype designer, i design beautiful and professional Prototypes of Websites & Apps. Please feel free to hire me for your jobs, i could surprise you with really good and beautiful designs.
May 14, 2019 at 12:18AM by Moses
http://bit.ly/2Ypu1Mj
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:
Handling Audio
I am building an app to handle MP3 stored in a firebase application. This is my first real app im building on my own, and I am getting lost looking for help. I watched the Flutter dev video on building DashCast which actually got me pretty close to finishing. Since this is going to be a speaking
May 14, 2019 at 01:24AM by Brandon DeVore
http://bit.ly/2vUJlV7
Handling Audio
I am building an app to handle MP3 stored in a firebase application. This is my first real app im building on my own, and I am getting lost looking for help. I watched the Flutter dev video on building DashCast which actually got me pretty close to finishing. Since this is going to be a speaking
May 14, 2019 at 01:24AM by Brandon DeVore
http://bit.ly/2vUJlV7
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:
Ins and Outs of Flutter Web
http://bit.ly/2vY1XDA
May 14, 2019 at 01:29AM by EngineerScientist
http://bit.ly/2PYMADW
Ins and Outs of Flutter Web
http://bit.ly/2vY1XDA
May 14, 2019 at 01:29AM by EngineerScientist
http://bit.ly/2PYMADW
Medium
Ins and Outs of Flutter Web
Last year at Flutter Live, the team announced to the world that they were working on bringing Flutter to the web. Earlier this week at…
New post on /r/flutterdev subreddit:
Looking for someone who can help me
I am building my first real app and I am looking for a dev who can shell out advice on handling audio files. Specifically scrubbing and skipping ahead and going back 15 secs. I have so far been able to handle everything else.
May 14, 2019 at 01:28AM by EagleBND
http://bit.ly/2vTfsED
Looking for someone who can help me
I am building my first real app and I am looking for a dev who can shell out advice on handling audio files. Specifically scrubbing and skipping ahead and going back 15 secs. I have so far been able to handle everything else.
May 14, 2019 at 01:28AM by EagleBND
http://bit.ly/2vTfsED
reddit
r/FlutterDev - Looking for someone who can help me
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Dart static extension methods and non-nullable types just moved from "Being spec'ed" to "Being implemented!"
http://bit.ly/2QbeI7f
May 14, 2019 at 01:25AM by EngineerScientist
http://bit.ly/2Jixzwn
Dart static extension methods and non-nullable types just moved from "Being spec'ed" to "Being implemented!"
http://bit.ly/2QbeI7f
May 14, 2019 at 01:25AM by EngineerScientist
http://bit.ly/2Jixzwn
GitHub
dart-lang/language
Design of the Dart language. Contribute to dart-lang/language development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter UI - Real estate clone
https://youtu.be/7I8XcHN6Vxs
May 14, 2019 at 04:30AM by javico2609
http://bit.ly/2HhVZUE
Flutter UI - Real estate clone
https://youtu.be/7I8XcHN6Vxs
May 14, 2019 at 04:30AM by javico2609
http://bit.ly/2HhVZUE
YouTube
Real Estate clone with flutter
https://dribbble.com/shots/6201300-Real-estate-apps-to-find-suitable-home/
https://github.com/javico2609/flutter-challenges/tree/master/lib/pages/templates/real-estate-clone
https://github.com/javico2609/flutter-challenges/tree/master/lib/pages/templates/real-estate-clone
New post on /r/flutterdev subreddit:
Flutter Onsite at I/O 2019
https://www.youtube.com/attribution_link?a=mwbnwIQKroY&u=%2Fwatch%3Fv%3DtAcmzufzO7Q%26feature%3Dshare
May 14, 2019 at 05:36AM by Pixelreddit
http://bit.ly/2HmFLZb
Flutter Onsite at I/O 2019
https://www.youtube.com/attribution_link?a=mwbnwIQKroY&u=%2Fwatch%3Fv%3DtAcmzufzO7Q%26feature%3Dshare
May 14, 2019 at 05:36AM by Pixelreddit
http://bit.ly/2HmFLZb
YouTube
Flutter Onsite at I/O 2019
What are the newest announcements that developers enjoy from Flutter this year and what are people most excited about? In this special episode of Flutter Onsite, check out Martin Aguinis from the Flutter team find the answer to all of these questions, the…
New post on /r/flutterdev subreddit:
A Guide to Using ScreenSize In Flutter - A More Readable Approach
http://bit.ly/2WNW1ZP
May 14, 2019 at 05:31AM by Filledstacks
http://bit.ly/2Q4NzCx
A Guide to Using ScreenSize In Flutter - A More Readable Approach
http://bit.ly/2WNW1ZP
May 14, 2019 at 05:31AM by Filledstacks
http://bit.ly/2Q4NzCx
Filledstacks
A Guide to Using ScreenSize In Flutter - A More Readable Approach
Get the size of the current screen in Flutter using context reducing functions.