New post on /r/flutterdev subreddit:
Look at my Mobile App Submission to the Cupertino High School Hackathon!
https://www.youtube.com/watch?v=x_bIhtlgWJE
July 26, 2020 at 01:26AM by Moon___
https://ift.tt/3hvkhcS
Look at my Mobile App Submission to the Cupertino High School Hackathon!
https://www.youtube.com/watch?v=x_bIhtlgWJE
July 26, 2020 at 01:26AM by Moon___
https://ift.tt/3hvkhcS
YouTube
Artifical Insight - Cupertino 2020 Hack Submission
Hello!Check out the rest of the project at https://devpost.com/software/artificial-insightCheck out my other projects at https://moonsdontburn.design/#/App m...
New post on /r/flutterdev subreddit:
Debugging, Building and Deploying a Flutter Web App to Firebase Hosting
https://www.youtube.com/watch?v=fJH797Oj4kw
July 26, 2020 at 05:13AM by branflake2267
https://ift.tt/2OY2fUw
Debugging, Building and Deploying a Flutter Web App to Firebase Hosting
https://www.youtube.com/watch?v=fJH797Oj4kw
July 26, 2020 at 05:13AM by branflake2267
https://ift.tt/2OY2fUw
YouTube
Debugging, Building and Deploying a Flutter Web App to Firebase Hosting
In this video I cover building a Flutter web application and deploying it to Firebase Hosting. I also cover adding a firebase collection and showing that in action in the web app and Android app. Once it's ready to deploy I cover using TravisCI to build and…
New post on /r/flutterdev subreddit:
Building your Flutter App on Travis CI
https://ift.tt/3jIQYFy
July 26, 2020 at 05:59AM by branflake2267
https://ift.tt/2D8UKHu
Building your Flutter App on Travis CI
https://ift.tt/3jIQYFy
July 26, 2020 at 05:59AM by branflake2267
https://ift.tt/2D8UKHu
Brandondonnelson
Building your Flutter App on Travis CI
It is simple to configure Travis CI Building your Flutter Application on Travis CI. All you have to do is add a build manifest file named .t...
New post on /r/flutterdev subreddit:
Keeping It Simple: Integrate GraphQL and MobX to your Flutter apps
https://ift.tt/2BAfuHY
July 26, 2020 at 10:07AM by joshuadeguzman
https://ift.tt/3hzUHn8
Keeping It Simple: Integrate GraphQL and MobX to your Flutter apps
https://ift.tt/2BAfuHY
July 26, 2020 at 10:07AM by joshuadeguzman
https://ift.tt/3hzUHn8
New post on /r/flutterdev subreddit:
Kickass Tech!
Hey Guys,I am Ishaan, currently working as a Backend Developer at a startup in Bangalore. I am looking for some folks who are into mobile dev and willing to be a part of the team of an upcoming B2B platform already supported by big corporates.If you have doubts in mind, feel free to reach out to me.Mobile: 9958421789 / 7011690098Email: [contactishaandhamija@gmail.com](mailto:contactishaandhamija@gmail.com)I will be happy to share the details and discuss the awesome tech we will be doing in here under the guidance of folks like Arnav Gupta from the opensource community and people from tech giants like Amazon!
July 26, 2020 at 10:49AM by ishaan-dhamija
https://ift.tt/3jGG4jJ
Kickass Tech!
Hey Guys,I am Ishaan, currently working as a Backend Developer at a startup in Bangalore. I am looking for some folks who are into mobile dev and willing to be a part of the team of an upcoming B2B platform already supported by big corporates.If you have doubts in mind, feel free to reach out to me.Mobile: 9958421789 / 7011690098Email: [contactishaandhamija@gmail.com](mailto:contactishaandhamija@gmail.com)I will be happy to share the details and discuss the awesome tech we will be doing in here under the guidance of folks like Arnav Gupta from the opensource community and people from tech giants like Amazon!
July 26, 2020 at 10:49AM by ishaan-dhamija
https://ift.tt/3jGG4jJ
reddit
Kickass Tech!
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Chat App with flutter and flask.
I have to add a chat feature in my flutter application having its backend in flask, is there any resource to understand connecting flask socket.io with flutter.
July 26, 2020 at 12:02PM by Roboxo83
https://ift.tt/32UPkLb
Chat App with flutter and flask.
I have to add a chat feature in my flutter application having its backend in flask, is there any resource to understand connecting flask socket.io with flutter.
July 26, 2020 at 12:02PM by Roboxo83
https://ift.tt/32UPkLb
reddit
Chat App with flutter and flask.
I have to add a chat feature in my flutter application having its backend in flask, is there any resource to understand connecting flask socket.io...
New post on /r/flutterdev subreddit:
How much Firebase Products good for Android Apps
See when to use and When not to use Firebase in Android Apps.
July 26, 2020 at 12:40PM by vkpdeveloper
https://ift.tt/2BxgAEn
How much Firebase Products good for Android Apps
See when to use and When not to use Firebase in Android Apps.
July 26, 2020 at 12:40PM by vkpdeveloper
https://ift.tt/2BxgAEn
reddit
How much Firebase Products good for Android Apps
See when to use and When not to use Firebase in Android Apps.
New post on /r/flutterdev subreddit:
Fail/Pass indicator that fits Material Design?
I need to show if a measurement stays within the tolerances set by the user.Does anyone of you have an idea how to do this? As of now I am using emojis, but this completely contradicts the design language set by Material Design, so I thought one of you might have a better idea.
July 26, 2020 at 02:04PM by bugfish03
https://ift.tt/3f32qZk
Fail/Pass indicator that fits Material Design?
I need to show if a measurement stays within the tolerances set by the user.Does anyone of you have an idea how to do this? As of now I am using emojis, but this completely contradicts the design language set by Material Design, so I thought one of you might have a better idea.
July 26, 2020 at 02:04PM by bugfish03
https://ift.tt/3f32qZk
reddit
Fail/Pass indicator that fits Material Design?
I need to show if a measurement stays within the tolerances set by the user. Does anyone of you have an idea how to do this? As of now I...
New post on /r/flutterdev subreddit:
Distributed Chat App
Hey, I need some help with my distributed Chat application I am building with Flutter.I was wondering what the best approach would be in creating this app. I have 2 possible answers, both build in IPFS. OrbitDB and Textile.io. I love the concept and would like to use it.Now, both libraries are build in Javascript. Textile.io does have a dart library but it is to limited because it needs to connect to a external daemon running go, which defeats the purpose of my app.Is it perhaps possible to use the JS libraries inside of my Flutter app without to much trouble? Or perhaps use the Go daemon inside the app, so the dart library can connect to it if that is possible?Thanks in advance.
July 26, 2020 at 02:48PM by D_a_a_n
https://ift.tt/32UglOL
Distributed Chat App
Hey, I need some help with my distributed Chat application I am building with Flutter.I was wondering what the best approach would be in creating this app. I have 2 possible answers, both build in IPFS. OrbitDB and Textile.io. I love the concept and would like to use it.Now, both libraries are build in Javascript. Textile.io does have a dart library but it is to limited because it needs to connect to a external daemon running go, which defeats the purpose of my app.Is it perhaps possible to use the JS libraries inside of my Flutter app without to much trouble? Or perhaps use the Go daemon inside the app, so the dart library can connect to it if that is possible?Thanks in advance.
July 26, 2020 at 02:48PM by D_a_a_n
https://ift.tt/32UglOL
reddit
[deleted by user]
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Translation of documentation into Russian
Hello, I would like to improve and develop the Flutter developer community in Russia and neighboring countries. But there are some problems with the correct translation of the official documentation. I would like to know if I can count on help in localizing the official documentation? The site is
July 26, 2020 at 03:18PM by Федор Николенко
https://ift.tt/2Dcjhve
Translation of documentation into Russian
Hello, I would like to improve and develop the Flutter developer community in Russia and neighboring countries. But there are some problems with the correct translation of the official documentation. I would like to know if I can count on help in localizing the official documentation? The site is
July 26, 2020 at 03:18PM by Федор Николенко
https://ift.tt/2Dcjhve
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:
Arduino + Nairda Robot Programming #madeWithFlutter
Program and control your arduino projects direct from your smartphone with Nairda !! www.nairda.com.mxhttps://www.youtube.com/watch?v=eCGN3rD5FMA
July 26, 2020 at 04:35PM by Adriandroid_
https://ift.tt/3hE8dWR
Arduino + Nairda Robot Programming #madeWithFlutter
Program and control your arduino projects direct from your smartphone with Nairda !! www.nairda.com.mxhttps://www.youtube.com/watch?v=eCGN3rD5FMA
July 26, 2020 at 04:35PM by Adriandroid_
https://ift.tt/3hE8dWR
New post on /r/flutterdev subreddit:
HoverCard, HoverEffect
https://youtu.be/zSjImzIsCXs
July 26, 2020 at 04:31PM by TheTechDesigner
https://ift.tt/332NCHw
HoverCard, HoverEffect
https://youtu.be/zSjImzIsCXs
July 26, 2020 at 04:31PM by TheTechDesigner
https://ift.tt/332NCHw
YouTube
Flutter Widget | 85 | Hover Card [ Hover Effect] Useful Widget in Flutter App | Speed Code
#TheTechDesigner#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━ Topics Covered :- ━ ━ ...
New post on Flutter Dev Google group:
Gradle task assembleRelease failed with exit code 1
How to Fix these error i try many things but it always show this error Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed. FAILURE: Build failed with an exception. * Where: Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 882 *
July 26, 2020 at 04:12PM by Nitrate Rai
https://ift.tt/2BuFnbY
Gradle task assembleRelease failed with exit code 1
How to Fix these error i try many things but it always show this error Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed. FAILURE: Build failed with an exception. * Where: Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 882 *
July 26, 2020 at 04:12PM by Nitrate Rai
https://ift.tt/2BuFnbY
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:
Freshly Made Flutter Tutorial
https://www.youtube.com/watch?v=x_bIhtlgWJE
July 26, 2020 at 05:13PM by Twistbase
https://ift.tt/3303Ukz
Freshly Made Flutter Tutorial
https://www.youtube.com/watch?v=x_bIhtlgWJE
July 26, 2020 at 05:13PM by Twistbase
https://ift.tt/3303Ukz
YouTube
Artifical Insight - Cupertino 2020 Hack Submission
Hello!Check out the rest of the project at https://devpost.com/software/artificial-insightCheck out my other projects at https://moonsdontburn.design/#/App m...
New post on /r/flutterdev subreddit:
Classes fields for UI
I have classes for lists and they have some fields like int id, Duration time etc... I am fetching all the data when the app is loaded and use it throughout the app lifetime (singleton). In some screens I need extra data for UI, this data is created with the class fields. Lets say I have functions like getSomeString(time) And than I use that string for display. My question is should I place this in a field inside the class and "Infect" it (but then I will call the getSomeString (and others) once when I fetch data) Or call these methods when loading new screens with the passed class instance. I tend towards keeping the structure a singleton and I want to know if there is a best practice in flutter instead of just infecting classes with fields for UI like strings and icons that are needed for some screens.
July 26, 2020 at 05:06PM by Shade-73
https://ift.tt/3eYsi8J
Classes fields for UI
I have classes for lists and they have some fields like int id, Duration time etc... I am fetching all the data when the app is loaded and use it throughout the app lifetime (singleton). In some screens I need extra data for UI, this data is created with the class fields. Lets say I have functions like getSomeString(time) And than I use that string for display. My question is should I place this in a field inside the class and "Infect" it (but then I will call the getSomeString (and others) once when I fetch data) Or call these methods when loading new screens with the passed class instance. I tend towards keeping the structure a singleton and I want to know if there is a best practice in flutter instead of just infecting classes with fields for UI like strings and icons that are needed for some screens.
July 26, 2020 at 05:06PM by Shade-73
https://ift.tt/3eYsi8J
reddit
Classes fields for UI
I have classes for lists and they have some fields like int id, Duration time etc... I am fetching all the data when the app is loaded and use it...
New post on /r/flutterdev subreddit:
Freshly Made Flutter Tutorial
https://www.youtube.com/watch?v=RZMqaHSs6CM
July 26, 2020 at 05:11PM by Twistbase
https://ift.tt/30PsL7T
Freshly Made Flutter Tutorial
https://www.youtube.com/watch?v=RZMqaHSs6CM
July 26, 2020 at 05:11PM by Twistbase
https://ift.tt/30PsL7T
YouTube
Flutter - Custom Zoomable Floorplan
This tutorial teaches you how to create your own custom gesture detector in order to zoom and pan at the same time. Watch the intro for the App Demo.
Download the starter and final project here:
https://github.com/gdrtrts/custom-zoomable-floorplan
Looking…
Download the starter and final project here:
https://github.com/gdrtrts/custom-zoomable-floorplan
Looking…
New post on /r/flutterdev subreddit:
Flutter Language Translation📱
https://youtu.be/iYtzE0C4WE4
July 26, 2020 at 01:46PM by maherban530
https://ift.tt/32ZcjVo
Flutter Language Translation📱
https://youtu.be/iYtzE0C4WE4
July 26, 2020 at 01:46PM by maherban530
https://ift.tt/32ZcjVo
YouTube
Language Translate(Flutter 7)Google Translation
WELCOME
create Widget, UI, Animation etc using Dart for Application.
SUBSCRIBE & SHARE
THANKS FOR WATCHING
create Widget, UI, Animation etc using Dart for Application.
SUBSCRIBE & SHARE
THANKS FOR WATCHING
New post on /r/flutterdev subreddit:
If Dart with flutter is your first step into programming...
How far in are you right now? And Did you have little to no knowledge of HTML & CSS, mention not JS?
July 25, 2020 at 07:43PM by addnvrafk
https://ift.tt/2WZ6pQh
If Dart with flutter is your first step into programming...
How far in are you right now? And Did you have little to no knowledge of HTML & CSS, mention not JS?
July 25, 2020 at 07:43PM by addnvrafk
https://ift.tt/2WZ6pQh
reddit
If Dart with flutter is your first step into programming...
How far in are you right now? And Did you have little to no knowledge of HTML & CSS, mention not JS?
New post on /r/flutterdev subreddit:
Flutter Bottom Appbar
https://youtu.be/BTrNnHLCq-4
July 25, 2020 at 05:32PM by maherban530
https://ift.tt/3f3Dxg7
Flutter Bottom Appbar
https://youtu.be/BTrNnHLCq-4
July 25, 2020 at 05:32PM by maherban530
https://ift.tt/3f3Dxg7
YouTube
Flutter |1| Bottom AppBar, Bottom NavigationBar
WELCOME
create Widget, UI, Bottom AppBar using Dart for Application.
SUBSCRIBE & SHARE
THANKS FOR WATCHING
create Widget, UI, Bottom AppBar using Dart for Application.
SUBSCRIBE & SHARE
THANKS FOR WATCHING
New post on /r/flutterdev subreddit:
Dart `late` keyword deep dive: Why there are 2 Kinds of Late in Dart
https://twitter.com/creativemaybeno/status/1287434059141054464?s=20
July 26, 2020 at 07:06PM by creativemaybeno
https://ift.tt/3jGjTtT
Dart `late` keyword deep dive: Why there are 2 Kinds of Late in Dart
https://twitter.com/creativemaybeno/status/1287434059141054464?s=20
July 26, 2020 at 07:06PM by creativemaybeno
https://ift.tt/3jGjTtT
Twitter
creativecreatorormaybenot
The new `late` #Dart keyword is crazy 🤯 It will change a lot in #Flutter in the future 🚀 I published a video explaining that and why there are 2 different kinds of the late modifier in Dart with *null safety* 🙌🏽 You can watch it here; hope it helps 😃 htt…
New post on /r/flutterdev subreddit:
Your performance profiling device
What device do you use as a reference for performance profiling? Do you verify whether your app runs smoothly on the slowest phone that could be used or is it acceptable for you that the app drops frames on older and cheaper devices (e.g. because of some complex stuff going on on the screen)?
July 26, 2020 at 06:50PM by tomwyr
https://ift.tt/30LEFQp
Your performance profiling device
What device do you use as a reference for performance profiling? Do you verify whether your app runs smoothly on the slowest phone that could be used or is it acceptable for you that the app drops frames on older and cheaper devices (e.g. because of some complex stuff going on on the screen)?
July 26, 2020 at 06:50PM by tomwyr
https://ift.tt/30LEFQp
reddit
Your performance profiling device
What device do you use as a reference for performance profiling? Do you verify whether your app runs smoothly on the slowest phone that could be...