New post on Flutter Dev Google group:
Widget onModelReady don't refresh
Hi, i posted a question on stackoverflow, for days i can't understand why i have this issue: https://ift.tt/3fvlEZv Thanks a lot for your help !
November 25, 2020 at 12:06PM by Nabil Ben
https://ift.tt/3nWxi2w
Widget onModelReady don't refresh
Hi, i posted a question on stackoverflow, for days i can't understand why i have this issue: https://ift.tt/3fvlEZv Thanks a lot for your help !
November 25, 2020 at 12:06PM by Nabil Ben
https://ift.tt/3nWxi2w
New post on /r/flutterdev subreddit:
Flutter DevTools for BLOC, Render API & more - WEEK 46 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=HcAUg-bnoQE&feature=share
November 25, 2020 at 12:03PM by syntacops
https://ift.tt/3lZUvjH
Flutter DevTools for BLOC, Render API & more - WEEK 46 - PUB.DEV RELEASES
https://www.youtube.com/watch?v=HcAUg-bnoQE&feature=share
November 25, 2020 at 12:03PM by syntacops
https://ift.tt/3lZUvjH
YouTube
Flutter DevTools for BLOC, Render API & more - WEEK 46 - PUB.DEV RELEASES
Remote Flutter DevTools For Bloc that even visualizes changes of your bloc managed states during runtime, a custom tab view which synchronizes with a ScollVi...
New post on /r/flutterdev subreddit:
<b>Full stack Flutter devs?</b>
I <a href="https://www.reddit.com/r/dartlang/comments/jzict9/functions_framework_for_dart_is_heading_your_way/">posted</a> under <a href="/r/dartlang">r/dartlang</a> yesterday that we just open-sourced the Functions Framework for Dart. I also <a href="https://twitter.com/tonypujals/status/1330872613313282048">tweeted</a> about it. Here's what really struck me while I was checking out the profiles of people who liked or retweeted my tweet: <strong>a huge percentage of folks listed Flutter as their primary or only area of expertise!</strong>Because I'm coming at this from the serverless perspective, this took me a bit by surprise. But it makes sense that the vast majority of people programming Dart are developing Flutter apps, so I suppose I really shouldn't be quite so surprised.It also implies to me that there are quite a few people who consider themselves (or are interested in being) full-stack developers who have an appetite for leveraging Dart on the backend.This also makes sense. I spent a long time as a Node.js developer, primarily doing backend development, but I worked with many full stack devs who really liked using JavaScript both on the frontend and the backend -- it's nice to leverage the expertise you invested time and energy into mastering for a specific programming language on both sides of a web request.But it also resonates with me for another reason. Although I've been focused on the cloud side of things for quite some time, I spent years building "connected desktop clients" and "rich internet applications" for the browser using a variety of UI frameworks and platforms, going back to Java applets through Swing and JFC for Java, as well as WPF and Silverlight for .NET, for long list of enterprise line of business applications.I personally never fell in love with building web apps using HTML/CSS/JavaScript. As more and more frontend work shifted to the web, I focused more and more on server code.Flutter brings me back full circle to the excitement of building user interfaces that began with my first HyperCard stacks back in the late 80's. I'm more new to Flutter than probably 99.9% of all you subscribed to this subreddit.Let me be clear, my enthusiasm for Flutter isn't about drinking the Kool-Aid at work. Even when I was director of cloud engineering at Appcelerator, I didn't care about Titanium (and I mean absolutely no disrespect to the talented team we had there). It's just that at that point of my career I far more excited about building out our MBaaS (mobile backend as a service, basically a PaaS for hosting APIs on the backend that the mobile client apps used) than I was about building user interfaces.As a developer advocate at Google, I have a lot of choice for what areas I want to focus on. I saw an opportunity to bring serverless support to Dart -- a language that intrigued me for a number or reasons. I remember having a conversation and sharing my enthusiasm about Dart with Jeff Haynie, the CEO at Appcelerator, back around 2015 or 2016. We were a hard-core Node.js team and we loved JavaScript, but we were also quite experienced with its pain points.Having spent years as a Java and C# developer, Dart looked really appealing and promising to me even then. Ironically, I'd spend the next few years with Go just because it beginning to dominate in the cloud tooling space, so we adopted it for our next generation CaaS/FaaS, but that's another story...So back to Dart ... and Flutter. As I began drafting a plan on bringing serverless support to Dart, it occurred to me that considering how much I enjoyed using Java or C# to develop both desktop apps and web services, the same must be true -- or would be true -- for a lot of Flutter devs.Dart has been marketed as a client-optimized language for quite some time, but this does not mean that there's anything intrinsic to the language that implies it's not a good language for the backend. It simply…
<b>Full stack Flutter devs?</b>
I <a href="https://www.reddit.com/r/dartlang/comments/jzict9/functions_framework_for_dart_is_heading_your_way/">posted</a> under <a href="/r/dartlang">r/dartlang</a> yesterday that we just open-sourced the Functions Framework for Dart. I also <a href="https://twitter.com/tonypujals/status/1330872613313282048">tweeted</a> about it. Here's what really struck me while I was checking out the profiles of people who liked or retweeted my tweet: <strong>a huge percentage of folks listed Flutter as their primary or only area of expertise!</strong>Because I'm coming at this from the serverless perspective, this took me a bit by surprise. But it makes sense that the vast majority of people programming Dart are developing Flutter apps, so I suppose I really shouldn't be quite so surprised.It also implies to me that there are quite a few people who consider themselves (or are interested in being) full-stack developers who have an appetite for leveraging Dart on the backend.This also makes sense. I spent a long time as a Node.js developer, primarily doing backend development, but I worked with many full stack devs who really liked using JavaScript both on the frontend and the backend -- it's nice to leverage the expertise you invested time and energy into mastering for a specific programming language on both sides of a web request.But it also resonates with me for another reason. Although I've been focused on the cloud side of things for quite some time, I spent years building "connected desktop clients" and "rich internet applications" for the browser using a variety of UI frameworks and platforms, going back to Java applets through Swing and JFC for Java, as well as WPF and Silverlight for .NET, for long list of enterprise line of business applications.I personally never fell in love with building web apps using HTML/CSS/JavaScript. As more and more frontend work shifted to the web, I focused more and more on server code.Flutter brings me back full circle to the excitement of building user interfaces that began with my first HyperCard stacks back in the late 80's. I'm more new to Flutter than probably 99.9% of all you subscribed to this subreddit.Let me be clear, my enthusiasm for Flutter isn't about drinking the Kool-Aid at work. Even when I was director of cloud engineering at Appcelerator, I didn't care about Titanium (and I mean absolutely no disrespect to the talented team we had there). It's just that at that point of my career I far more excited about building out our MBaaS (mobile backend as a service, basically a PaaS for hosting APIs on the backend that the mobile client apps used) than I was about building user interfaces.As a developer advocate at Google, I have a lot of choice for what areas I want to focus on. I saw an opportunity to bring serverless support to Dart -- a language that intrigued me for a number or reasons. I remember having a conversation and sharing my enthusiasm about Dart with Jeff Haynie, the CEO at Appcelerator, back around 2015 or 2016. We were a hard-core Node.js team and we loved JavaScript, but we were also quite experienced with its pain points.Having spent years as a Java and C# developer, Dart looked really appealing and promising to me even then. Ironically, I'd spend the next few years with Go just because it beginning to dominate in the cloud tooling space, so we adopted it for our next generation CaaS/FaaS, but that's another story...So back to Dart ... and Flutter. As I began drafting a plan on bringing serverless support to Dart, it occurred to me that considering how much I enjoyed using Java or C# to develop both desktop apps and web services, the same must be true -- or would be true -- for a lot of Flutter devs.Dart has been marketed as a client-optimized language for quite some time, but this does not mean that there's anything intrinsic to the language that implies it's not a good language for the backend. It simply…
reddit
Functions Framework for Dart is heading your way!
Hey Dart and Flutter full stack enthusiasts, for those of you who have been expressing interest in building serverless functions in Dart, we've...
New post on /r/flutterdev subreddit:
My first Flutter app 'Sharestapp'
Hey all, this is my first Flutter app which helps you to save/share What'sapp status or Instagram reels, videos &images with minimal UI design. Check out Sharestapp and share your feedback. I've made the application as open source, so I'll like to here any suggestions or issues. 🤍Source code and app link are in description of the videohttps://youtu.be/lDfJ8zRqemI
November 25, 2020 at 12:48PM by princesanjivy
https://ift.tt/39rUB0f
My first Flutter app 'Sharestapp'
Hey all, this is my first Flutter app which helps you to save/share What'sapp status or Instagram reels, videos &images with minimal UI design. Check out Sharestapp and share your feedback. I've made the application as open source, so I'll like to here any suggestions or issues. 🤍Source code and app link are in description of the videohttps://youtu.be/lDfJ8zRqemI
November 25, 2020 at 12:48PM by princesanjivy
https://ift.tt/39rUB0f
YouTube
Sharestapp - Share/Save Instagram's posts (Reels,Videos,Images) directly.
Sharestapp'I'll make it simple.'Have you ever felt disappointed that you can't share or save your Instagram's news feed images to other apps or to your mobil...
New post on /r/flutterdev subreddit:
Making apps as a solo programmer
Hii I've learned Flutter because it's beautiful and i love programming, now I'm getting some requests from people to make them apps, one of them is for a news agency which if i make them an app it will open some good opportunity doors in my life. But then i remember people who program are paired in groups of 4 atleast. my question is should i go for it? with firebase backend and zero experience? and alone?
November 25, 2020 at 02:05PM by alazwi
https://ift.tt/3m7e7lR
Making apps as a solo programmer
Hii I've learned Flutter because it's beautiful and i love programming, now I'm getting some requests from people to make them apps, one of them is for a news agency which if i make them an app it will open some good opportunity doors in my life. But then i remember people who program are paired in groups of 4 atleast. my question is should i go for it? with firebase backend and zero experience? and alone?
November 25, 2020 at 02:05PM by alazwi
https://ift.tt/3m7e7lR
reddit
Making apps as a solo programmer
Hii I've learned Flutter because it's beautiful and i love programming, now I'm getting some requests from people to make them apps, one of them...
New post on /r/flutterdev subreddit:
Flutter Tutorial in Hindi
Check Out My Playlist From Herehttps://www.youtube.com/watch?v=RN9DVG6K8JA&list=PLiZi9P9Jsh-ImZGybBidWHxvom9klLYVeI am working on creating a Flutter tutorial in Hindi for beginners. I am like 1/5 of the way through uploading it completely.I hope you guys like it.Please subscribe and upvote if you find the videos useful.
November 25, 2020 at 01:51PM by YTYashKejriwal
https://ift.tt/3l6aDyX
Flutter Tutorial in Hindi
Check Out My Playlist From Herehttps://www.youtube.com/watch?v=RN9DVG6K8JA&list=PLiZi9P9Jsh-ImZGybBidWHxvom9klLYVeI am working on creating a Flutter tutorial in Hindi for beginners. I am like 1/5 of the way through uploading it completely.I hope you guys like it.Please subscribe and upvote if you find the videos useful.
November 25, 2020 at 01:51PM by YTYashKejriwal
https://ift.tt/3l6aDyX
YouTube
- YouTube
New post on /r/flutterdev subreddit:
Is Flutter The Next Big Thing?
https://ift.tt/2HyPAHp
November 25, 2020 at 02:48PM by angelankia
https://ift.tt/39janu3
Is Flutter The Next Big Thing?
https://ift.tt/2HyPAHp
November 25, 2020 at 02:48PM by angelankia
https://ift.tt/39janu3
Programming-Hero
Is Flutter The Next Big Thing? - Let’s Find Out
New post on /r/flutterdev subreddit:
Flutter Tutorial - 3/3 Shop UI - From Scratch (Tutorial)
https://www.youtube.com/watch?v=YTo8dmV8A9s
November 25, 2020 at 05:26PM by JohannesMilke
https://ift.tt/3q2WuX1
Flutter Tutorial - 3/3 Shop UI - From Scratch (Tutorial)
https://www.youtube.com/watch?v=YTo8dmV8A9s
November 25, 2020 at 05:26PM by JohannesMilke
https://ift.tt/3q2WuX1
YouTube
Flutter Tutorial - 3/3 Shop UI - From Scratch (Animations)
Let's finish our Shop UI design with powerful animations.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/shop_ui_iii_example
- Buy My Courses: https://j…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/shop_ui_iii_example
- Buy My Courses: https://j…
New post on /r/flutterdev subreddit:
Animations tool support for Flutter?
Anyone know of any popular animation tools that support Flutter besides Rive? I used Spine before on another project and was impressed with how powerful it is.Can Rive rival Spine yet?
November 25, 2020 at 05:07PM by scorr204
https://ift.tt/33jpoIv
Animations tool support for Flutter?
Anyone know of any popular animation tools that support Flutter besides Rive? I used Spine before on another project and was impressed with how powerful it is.Can Rive rival Spine yet?
November 25, 2020 at 05:07PM by scorr204
https://ift.tt/33jpoIv
reddit
Animations tool support for Flutter?
Anyone know of any popular animation tools that support Flutter besides Rive? I used Spine before on another project and was impressed with how...
New post on Flutter Dev Google group:
Connect to Sockets from a MySQL Database
I have been researching for quite some time and have not figured a way to connect a MySQL Database using Socket in Flutter to get that real time fetch and push the data, more specifically a Table from the Database. For Example I am using a Database named appDatabase with couple of tables inside
November 25, 2020 at 05:50PM by Vinny
https://ift.tt/3q0Ky85
Connect to Sockets from a MySQL Database
I have been researching for quite some time and have not figured a way to connect a MySQL Database using Socket in Flutter to get that real time fetch and push the data, more specifically a Table from the Database. For Example I am using a Database named appDatabase with couple of tables inside
November 25, 2020 at 05:50PM by Vinny
https://ift.tt/3q0Ky85
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:
Flutter Chat App / WhatsApp Clone
A Chat App made on Flutter along with Firestore/Firebase backend, notifications and google sign in authentication.Here is the source code: https://github.com/shehriyarmalik/FlutterChatApp
November 25, 2020 at 08:52PM by shehriyar_
https://ift.tt/3leYKXD
Flutter Chat App / WhatsApp Clone
A Chat App made on Flutter along with Firestore/Firebase backend, notifications and google sign in authentication.Here is the source code: https://github.com/shehriyarmalik/FlutterChatApp
November 25, 2020 at 08:52PM by shehriyar_
https://ift.tt/3leYKXD
GitHub
shehriyarmalik/FlutterChatApp
Contribute to shehriyarmalik/FlutterChatApp development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Chat App/Whatsapp Clone
A Chat App made on Flutter along with Firestore/Firebase backend, notifications and google sign in authentication.Here is the source code: https://github.com/shehriyarmalik/FlutterChatApp
November 25, 2020 at 08:55PM by shehriyar_
https://ift.tt/39f2BkR
Flutter Chat App/Whatsapp Clone
A Chat App made on Flutter along with Firestore/Firebase backend, notifications and google sign in authentication.Here is the source code: https://github.com/shehriyarmalik/FlutterChatApp
November 25, 2020 at 08:55PM by shehriyar_
https://ift.tt/39f2BkR
GitHub
shehriyarmalik/FlutterChatApp
Contribute to shehriyarmalik/FlutterChatApp development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Trick to see if your iOS app can be installed on the Apple Silicon Macs
https://ift.tt/3m6TWoj
November 25, 2020 at 11:12PM by thelastofus-
https://ift.tt/2KxXSQW
Trick to see if your iOS app can be installed on the Apple Silicon Macs
https://ift.tt/3m6TWoj
November 25, 2020 at 11:12PM by thelastofus-
https://ift.tt/2KxXSQW
LinkedIn
Trick to see if your iOS app can be installed on the Apple Silicon Macs
Apple announced that the newest generation Mac computers with the ARM 64 processor will be able to install compatible iOS & iPad apps. Just like you, I was super curious to know if apps I have published in the past would be “compatible” too. I tried to search…
New post on /r/flutterdev subreddit:
SDK location not found. ( MacOs)
A problem occurred configuring root project 'app_review'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
November 26, 2020 at 12:31AM by AdIndividual5108
https://ift.tt/3l7Jf3i
SDK location not found. ( MacOs)
A problem occurred configuring root project 'app_review'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
November 26, 2020 at 12:31AM by AdIndividual5108
https://ift.tt/3l7Jf3i
reddit
SDK location not found. ( MacOs)
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Beta of FSM2 - an alternate to block?
FSM2 is based on UML2 state machines and allows you to statically declare states and transitions.As an FSM2 statemachine is statically declared it can be subject to static analysis and can be visualised using the builtin export mechanism.The latest release of FSM2 allows you to define nested states, concurrent states and inherited transitions. FSM2 also supports 'fork' and 'join' transitions.The life cycle of water.
November 26, 2020 at 01:11AM by bsutto
https://ift.tt/376mPL7
Beta of FSM2 - an alternate to block?
FSM2 is based on UML2 state machines and allows you to statically declare states and transitions.As an FSM2 statemachine is statically declared it can be subject to static analysis and can be visualised using the builtin export mechanism.The latest release of FSM2 allows you to define nested states, concurrent states and inherited transitions. FSM2 also supports 'fork' and 'join' transitions.The life cycle of water.
var machine = StateMachine.create((g) => g ..initialState<Solid>() ..state<Solid>((b) => b ..onEnter((s, e) async => print('we are now solid') ..onExit((s, e) async => print('bye bye solid existence')) ..on<OnMelted, Liquid>(sideEffect: () async => print('its melting') ..state<Liquid>((b) => b ..on<OnFroze, Solid>(sideEffect: () async => print('its getting cold')) ..on<OnVaporized, Gas>(sideEffect: () async => print('its getting very hot')) ..state<Gas>((b) => b ..on<OnCondensed, Liquid>(sideEffect: () async => print('move a little closer will you')) );
Full documentation can be see on: https://bsutton.gitbook.io/fsm2/The package is released on pub.dev: https://pub.dev/packages/fsm2Full source is available on github: https://github.com/bsutton/fsm2Notes: the diagram exporter does not currently support concurrent states - this should be released in the next day or two. The gitbooks doco is still a little rough so any feedback would be appreciated.November 26, 2020 at 01:11AM by bsutto
https://ift.tt/376mPL7
bsutton.gitbook.io
Overview
New post on /r/flutterdev subreddit:
Happy Note: A NEW evolution at pub.
Below package comes with a default text-field for Validating numbers and providing necessary detail base on selected country. it has more things. Check for yourself. Kindly like the package.📷https://pub.dev/packages/international_phone_field
November 26, 2020 at 02:27AM by Fancy_Let4203
https://ift.tt/33jfJSb
Happy Note: A NEW evolution at pub.
Below package comes with a default text-field for Validating numbers and providing necessary detail base on selected country. it has more things. Check for yourself. Kindly like the package.📷https://pub.dev/packages/international_phone_field
November 26, 2020 at 02:27AM by Fancy_Let4203
https://ift.tt/33jfJSb
Dart packages
international_phone_field | Flutter Package
Validating numbers and providing necessary detail base on selected country
New post on /r/flutterdev subreddit:
Gradients In Flutter:The Ultimate Guide
https://ift.tt/39eV31t
November 26, 2020 at 04:27AM by easily_know_it
https://ift.tt/3743XfG
Gradients In Flutter:The Ultimate Guide
https://ift.tt/39eV31t
November 26, 2020 at 04:27AM by easily_know_it
https://ift.tt/3743XfG
New post on /r/flutterdev subreddit:
Stateless Widget and Stateful Widget in Flutter-The Ultimate Guide
https://ift.tt/363hy7P
November 26, 2020 at 04:22AM by easily_know_it
https://ift.tt/2Jgzlz7
Stateless Widget and Stateful Widget in Flutter-The Ultimate Guide
https://ift.tt/363hy7P
November 26, 2020 at 04:22AM by easily_know_it
https://ift.tt/2Jgzlz7
New post on /r/flutterdev subreddit:
I've started (some time ago) to try and implement a wearable communicator plugin. I however haven't had the time or knowhow to improve and tests. So I'm posting here and hoping that some of the awesome devs here might find it interesting and aid me with development
https://ift.tt/367RPuV
November 26, 2020 at 11:48AM by gardyna
https://ift.tt/3fzOFTR
I've started (some time ago) to try and implement a wearable communicator plugin. I however haven't had the time or knowhow to improve and tests. So I'm posting here and hoping that some of the awesome devs here might find it interesting and aid me with development
https://ift.tt/367RPuV
November 26, 2020 at 11:48AM by gardyna
https://ift.tt/3fzOFTR
GitHub
gardyna/wearable_communicator
A simple utility plugin to make it easier for a flutter project to add and communicate with wearable devices - gardyna/wearable_communicator
New post on /r/flutterdev subreddit:
Hey guys, for Flutter BEGINNERS :D, thanks for watching 😁️
https://www.youtube.com/watch?v=9SBi4BjgVno
November 26, 2020 at 10:33AM by workflow_2
https://ift.tt/3ma6JpV
Hey guys, for Flutter BEGINNERS :D, thanks for watching 😁️
https://www.youtube.com/watch?v=9SBi4BjgVno
November 26, 2020 at 10:33AM by workflow_2
https://ift.tt/3ma6JpV
New post on Flutter Dev Google group:
Webview showing blank screen with some initial urls (might be redirect issue)
The Webview loads a blank screen when the initial url is a twitch oAuth url. I suspect it has something to do with the url redirecting to twitch's login page (If the user isn't logged in already). I'm testing on android. Any help would be appreciated. *Steps to Reproduce:* Create a webview and
November 26, 2020 at 01:00PM by Emmanuel Olaojo
https://ift.tt/2V6tVte
Webview showing blank screen with some initial urls (might be redirect issue)
The Webview loads a blank screen when the initial url is a twitch oAuth url. I suspect it has something to do with the url redirecting to twitch's login page (If the user isn't logged in already). I'm testing on android. Any help would be appreciated. *Steps to Reproduce:* Create a webview and
November 26, 2020 at 01:00PM by Emmanuel Olaojo
https://ift.tt/2V6tVte
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.