New post on /r/flutterdev subreddit:
Flutter equivalent of SwiftUI
Dart 2.6.0 introduced class extensions: https://www.youtube.com/watch?v=GkEuRVkeLpwI have made an experimental package which takes advantage of this to create widgets in the same way as done in SwiftUI. This requires dart version 2.6.0 (which pub.dev doesnt like, since this interfers with the current stable flutter version 1.9.1 constraints)The package in its current state is just a proof of concept to showcase what is possible, but with a possible future.Github: https://github.com/ReinBentdal/styled_widget
November 26, 2019 at 10:44PM by ReinBentdal
https://ift.tt/2KUD03I
Flutter equivalent of SwiftUI
Dart 2.6.0 introduced class extensions: https://www.youtube.com/watch?v=GkEuRVkeLpwI have made an experimental package which takes advantage of this to create widgets in the same way as done in SwiftUI. This requires dart version 2.6.0 (which pub.dev doesnt like, since this interfers with the current stable flutter version 1.9.1 constraints)The package in its current state is just a proof of concept to showcase what is possible, but with a possible future.Github: https://github.com/ReinBentdal/styled_widget
November 26, 2019 at 10:44PM by ReinBentdal
https://ift.tt/2KUD03I
YouTube
Dart Extension Methods Tutorial (incl. Generic Extensions, Properties & Operators)
📗 Learn from the written tutorial 👇👇
https://resocoder.com/dart-extensions-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Dart Extension Methods Tutorial (incl. Generic Extensions, Properties & Operators)
Subscribe…
https://resocoder.com/dart-extensions-tutorial
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Dart Extension Methods Tutorial (incl. Generic Extensions, Properties & Operators)
Subscribe…
New post on /r/flutterdev subreddit:
Mobile notifications
I'd like to use push notifications in my apps but I don't want to use Firebase, any other alternative?
November 26, 2019 at 08:27PM by carlosam1710
https://ift.tt/2OOLxX4
Mobile notifications
I'd like to use push notifications in my apps but I don't want to use Firebase, any other alternative?
November 26, 2019 at 08:27PM by carlosam1710
https://ift.tt/2OOLxX4
Reddit
r/FlutterDev on Reddit: Mobile notifications
Posted by u/carlosam1710 - 11 votes and 10 comments
New post on /r/flutterdev subreddit:
Handling draggable areas or elements drawn on a Flutter CustomPainter. [by Matt Sullivan]
https://ift.tt/33h3fb2
November 26, 2019 at 11:54PM by EngineerScientist
https://ift.tt/2QRbpnM
Handling draggable areas or elements drawn on a Flutter CustomPainter. [by Matt Sullivan]
https://ift.tt/33h3fb2
November 26, 2019 at 11:54PM by EngineerScientist
https://ift.tt/2QRbpnM
Gist
Handling draggable areas or elements drawn on a Flutter CustomPainter
Handling draggable areas or elements drawn on a Flutter CustomPainter - draggable_custom_painter.dart
New tweet from FlutterDev:
HERE WE GO ...
(•_•)
( •_•)>⌐■-■
(⌐■_■)
The full official #FlutterInteract site is LIVE. Head over now for the event schedule plus updates and info about the livestream and viewing parties around the world. https://t.co/y61Upqz35P pic.twitter.com/Ih74RA1KVk— Flutter (@FlutterDev) November 26, 2019
November 27, 2019 at 12:20AM
http://twitter.com/FlutterDev/status/1199467940560531456
HERE WE GO ...
(•_•)
( •_•)>⌐■-■
(⌐■_■)
The full official #FlutterInteract site is LIVE. Head over now for the event schedule plus updates and info about the livestream and viewing parties around the world. https://t.co/y61Upqz35P pic.twitter.com/Ih74RA1KVk— Flutter (@FlutterDev) November 26, 2019
November 27, 2019 at 12:20AM
http://twitter.com/FlutterDev/status/1199467940560531456
New tweet from FlutterDev:
🇨🇳 Google Developer Days China 2019
Learn how Flutter renders widgets and how it works under the hood. @fitzface and @mjohnsullivan dig deep into widgets, elements, and render objects.
Watch here → https://t.co/TTlovkZEt9 pic.twitter.com/VZofnTGdKn— Flutter (@FlutterDev) November 26, 2019
November 27, 2019 at 12:53AM
http://twitter.com/FlutterDev/status/1199476308180267008
🇨🇳 Google Developer Days China 2019
Learn how Flutter renders widgets and how it works under the hood. @fitzface and @mjohnsullivan dig deep into widgets, elements, and render objects.
Watch here → https://t.co/TTlovkZEt9 pic.twitter.com/VZofnTGdKn— Flutter (@FlutterDev) November 26, 2019
November 27, 2019 at 12:53AM
http://twitter.com/FlutterDev/status/1199476308180267008
New post on Flutter Dev Google group:
Flutter app that allows for audio recording
Hello, I want to develop an app which allows the user to record audio, meaning I will need access to user's microphone on the mobile device. Would flutter allow this functionality? Or is it not possible to get access to microphone by third party app? ᐧ
November 27, 2019 at 01:12AM by shubhra
https://ift.tt/2Om86Dq
Flutter app that allows for audio recording
Hello, I want to develop an app which allows the user to record audio, meaning I will need access to user's microphone on the mobile device. Would flutter allow this functionality? Or is it not possible to get access to microphone by third party app? ᐧ
November 27, 2019 at 01:12AM by shubhra
https://ift.tt/2Om86Dq
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:
NoSuchMethodError: The method 'validate' was called on null.
Hello all, I am getting this error can you please help me. [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: The method 'validate' was called on null. E/flutter (13281): Receiver: null E/flutter (13281): Tried calling: validate() E/flutter (13281): #0
November 27, 2019 at 01:16AM by Mahmoud Alminawi
https://ift.tt/33mLyGY
NoSuchMethodError: The method 'validate' was called on null.
Hello all, I am getting this error can you please help me. [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: The method 'validate' was called on null. E/flutter (13281): Receiver: null E/flutter (13281): Tried calling: validate() E/flutter (13281): #0
November 27, 2019 at 01:16AM by Mahmoud Alminawi
https://ift.tt/33mLyGY
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:
A question about provider and themes
Hello there!I have one question about the dark mode and provider (see this video https://www.youtube.com/watch?v=G7gV89hnooM)My comment was: "Thanks, it works great... But I'm thinking about a real app. It will rebuild the whole app when the theme is changed right? As if the app was open again(just like a restart because the listener is above everything). Right?"Any help?
November 27, 2019 at 12:48AM by feelipereis
https://ift.tt/37HJahm
A question about provider and themes
Hello there!I have one question about the dark mode and provider (see this video https://www.youtube.com/watch?v=G7gV89hnooM)My comment was: "Thanks, it works great... But I'm thinking about a real app. It will rebuild the whole app when the theme is changed right? As if the app was open again(just like a restart because the listener is above everything). Right?"Any help?
November 27, 2019 at 12:48AM by feelipereis
https://ift.tt/37HJahm
YouTube
Flutter: Dynamic Dark/Light Theme with Provider
Creating dynamic light and dark themes is easier than ever with the Provider pattern.
Article for this video: https://developer.school/flutter-dynamic-theming-with-provider/
Check out more free tutorials at https://developer.school
Chat with me, join…
Article for this video: https://developer.school/flutter-dynamic-theming-with-provider/
Check out more free tutorials at https://developer.school
Chat with me, join…
New post on /r/flutterdev subreddit:
Hey Flutter Developr's check this amazing telegram channel where you can solve your problem with other enthusiastic Flutter Developr's
https://ift.tt/33mmGPF
November 27, 2019 at 05:24AM by _rushikeshmore_
https://ift.tt/34pXYzl
Hey Flutter Developr's check this amazing telegram channel where you can solve your problem with other enthusiastic Flutter Developr's
https://ift.tt/33mmGPF
November 27, 2019 at 05:24AM by _rushikeshmore_
https://ift.tt/34pXYzl
Telegram
Flutter developr
This channel all about Flutter Developr's to come together and solve problem of each other..🌀
New post on /r/flutterdev subreddit:
Developing on Chrome OS
Does anyone do this?I have heard of people using VS Code and then taking advantage of the fact that you can run Android apps natively on the Chromebook.I currently develop on a MBP, but if I could get away with using a $500 Chromebook, I may consider it.Any insight into performance, ease of use, etc? Super curious about this.Thanks!
November 27, 2019 at 04:29AM by FeelTheDataBeTheData
https://ift.tt/2DgWvzg
Developing on Chrome OS
Does anyone do this?I have heard of people using VS Code and then taking advantage of the fact that you can run Android apps natively on the Chromebook.I currently develop on a MBP, but if I could get away with using a $500 Chromebook, I may consider it.Any insight into performance, ease of use, etc? Super curious about this.Thanks!
November 27, 2019 at 04:29AM by FeelTheDataBeTheData
https://ift.tt/2DgWvzg
reddit
Developing on Chrome OS
Does anyone do this? I have heard of people using VS Code and then taking advantage of the fact that you can run Android apps natively on the...
New post on /r/flutterdev subreddit:
Flutter Design to Code - User Profile Page - YouTube
https://youtu.be/0cd-UeljoG8
November 27, 2019 at 04:21AM by UrAvgDeveloper
https://ift.tt/2QPOoSm
Flutter Design to Code - User Profile Page - YouTube
https://youtu.be/0cd-UeljoG8
November 27, 2019 at 04:21AM by UrAvgDeveloper
https://ift.tt/2QPOoSm
YouTube
Flutter Design to Code - User Profile Page
Source Code: https://github.com/UrAvgDeveloper/user_profile_page_flutter SOCIAL: Twitter: https://twitter.com/UrAvgDeveloper GitHub: https://github.com/UrAvg...
New post on /r/flutterdev subreddit:
FlutterVN newsletter #5: Flutter Q4 survey, Flutter vs. React Native comparison, Google Maps, Firebase Firestore and Storage, build app using Fastlane. And more…
https://ift.tt/37JUauD
November 27, 2019 at 07:19AM by fluttervn
https://ift.tt/2QUdTBX
FlutterVN newsletter #5: Flutter Q4 survey, Flutter vs. React Native comparison, Google Maps, Firebase Firestore and Storage, build app using Fastlane. And more…
https://ift.tt/37JUauD
November 27, 2019 at 07:19AM by fluttervn
https://ift.tt/2QUdTBX
Medium
FlutterVN newsletter #5
Flutter Q4 survey, Flutter vs. React Native comparison, Google Maps, Firebase Firestore and Storage, build app using Fastlane. And more…
New post on /r/flutterdev subreddit:
Am I the only one that always has problems setting up Firebase in my Flutter project?
Hello developers!The title says it all! Every time I try to set up Firebase in my Flutter project many different errors appear when trying to run the app after following ALL (and well followed) steps that are necessary.
So I'm starting to think that maybe is just me the one having so much problems (that often aren't very well documented and take time to solve) when trying to add Firebase to my project.I have to be honest, I don't come from an Android background, but I already have some experience working with Flutter. However lately it's been a pain in the ass trying to set up projects from scratch and adding Firebase to them.Anyone else having different errors/problems? Is it my fault or Google's? Any advice on how to avoid them?
November 27, 2019 at 08:55AM by UnRusoEnBolas
https://ift.tt/2XNKafu
Am I the only one that always has problems setting up Firebase in my Flutter project?
Hello developers!The title says it all! Every time I try to set up Firebase in my Flutter project many different errors appear when trying to run the app after following ALL (and well followed) steps that are necessary.
So I'm starting to think that maybe is just me the one having so much problems (that often aren't very well documented and take time to solve) when trying to add Firebase to my project.I have to be honest, I don't come from an Android background, but I already have some experience working with Flutter. However lately it's been a pain in the ass trying to set up projects from scratch and adding Firebase to them.Anyone else having different errors/problems? Is it my fault or Google's? Any advice on how to avoid them?
November 27, 2019 at 08:55AM by UnRusoEnBolas
https://ift.tt/2XNKafu
reddit
Am I the only one that always has problems setting up Firebase in...
Hello developers! The title says it all! Every time I try to set up Firebase in my Flutter project many different errors appear when trying to...
New post on Flutter Dev Google group:
Flutter clock challenge - third party libraries
Hi! I have a question regarding flutter clock challenge. Am I allowed to use third party libraries in project? Regards, Arteki
November 27, 2019 at 10:13AM by Arkadiusz Aptewicz
https://ift.tt/33qvhAM
Flutter clock challenge - third party libraries
Hi! I have a question regarding flutter clock challenge. Am I allowed to use third party libraries in project? Regards, Arteki
November 27, 2019 at 10:13AM by Arkadiusz Aptewicz
https://ift.tt/33qvhAM
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:
Media FormField
Ayo Flutter community! I would really much like some kind of media formfield - given a File and whether it is video or image it should be able to show the given File as either. I have achieved this in a regular widget, but would like it as a formfield as the validation process (of e.g. the file
November 27, 2019 at 10:23AM by Adrian Westh
https://ift.tt/34q1NEE
Media FormField
Ayo Flutter community! I would really much like some kind of media formfield - given a File and whether it is video or image it should be able to show the given File as either. I have achieved this in a regular widget, but would like it as a formfield as the validation process (of e.g. the file
November 27, 2019 at 10:23AM by Adrian Westh
https://ift.tt/34q1NEE
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 CI: worth investigating Bitrise?
We're looking at options around Flutter CI/CD. A colleague investigated Codemagic and got a build up and running pretty quick, but didn't have much success with Bitrise. My question is: have people had any luck using Bitrise with Flutter, and is it worth investing a bit more time to try out Bitrise? Are there other solutions worth pursuing other than those two? Is Codemagic the best option?
November 27, 2019 at 11:15AM by DangerousStick2
https://ift.tt/2XP5VLM
Flutter CI: worth investigating Bitrise?
We're looking at options around Flutter CI/CD. A colleague investigated Codemagic and got a build up and running pretty quick, but didn't have much success with Bitrise. My question is: have people had any luck using Bitrise with Flutter, and is it worth investing a bit more time to try out Bitrise? Are there other solutions worth pursuing other than those two? Is Codemagic the best option?
November 27, 2019 at 11:15AM by DangerousStick2
https://ift.tt/2XP5VLM
New post on /r/flutterdev subreddit:
Why Flutter is an Ideal Choice for MVP Development?
Are you planning to digitize your business with a mobile app? Do you want to create a prototype initially? Flutter is the best and robust framework that offers alluring UI/UX and delivers exceptional performance. Check out this post & learn why Flutter is an ideal choice to develop a minimum viable product (MVP)!!
November 27, 2019 at 11:53AM by nishant_12
https://ift.tt/2LdyAFx
Why Flutter is an Ideal Choice for MVP Development?
Are you planning to digitize your business with a mobile app? Do you want to create a prototype initially? Flutter is the best and robust framework that offers alluring UI/UX and delivers exceptional performance. Check out this post & learn why Flutter is an ideal choice to develop a minimum viable product (MVP)!!
November 27, 2019 at 11:53AM by nishant_12
https://ift.tt/2LdyAFx
Your Team In India
Why Flutter is The Best Choice for MVP Development?
Ready to work on your app idea with MVP development? Check out this post & learn the benefits of choosing Flutter for building app prototype.
New post on /r/flutterdev subreddit:
Animated Overflow
I thought this could be a useful package for many projects therefore I would like to share it here. I didn't know what to name it exactly but the video and the GIF should clarify what it is 😃A simple widget for animating overflowing content horizontally or vertically with fade.Pub | GitHubWatch on Youtube: v1.0.0
November 27, 2019 at 12:51PM by AliYigitBireroglu
https://ift.tt/34C6aMI
Animated Overflow
I thought this could be a useful package for many projects therefore I would like to share it here. I didn't know what to name it exactly but the video and the GIF should clarify what it is 😃A simple widget for animating overflowing content horizontally or vertically with fade.Pub | GitHubWatch on Youtube: v1.0.0
November 27, 2019 at 12:51PM by AliYigitBireroglu
https://ift.tt/34C6aMI
Dart packages
animated_overflow | Flutter Package
A simple widget for animating overflowing content horizontally or vertically with fade.
New post on /r/flutterdev subreddit:
How to avoid over engineering? | Software Brothers Blog
You know what they say - "the best is the enemy of the good" and it actually corresponds pretty well with the work of programmers.You see, sometimes an excessive diligence and perfectionism when writing code outweighs the needs and requirements of the client, his budget and agreed deadline.In our new article, one of our top developers explains what is the characteristic of over-engineering, its causes, ways to avoid it and deliver projects on time. We hope you'll find it useful! 💪https://softwarebrothers.co/blog/how-to-avoid-over-engineering/
November 27, 2019 at 02:07PM by SoftwareBrothers
https://ift.tt/2QTYhhS
How to avoid over engineering? | Software Brothers Blog
You know what they say - "the best is the enemy of the good" and it actually corresponds pretty well with the work of programmers.You see, sometimes an excessive diligence and perfectionism when writing code outweighs the needs and requirements of the client, his budget and agreed deadline.In our new article, one of our top developers explains what is the characteristic of over-engineering, its causes, ways to avoid it and deliver projects on time. We hope you'll find it useful! 💪https://softwarebrothers.co/blog/how-to-avoid-over-engineering/
November 27, 2019 at 02:07PM by SoftwareBrothers
https://ift.tt/2QTYhhS
New post on /r/flutterdev subreddit:
How long does it take to publish an Android app these days?
I remember it used to be like 2 hours.However, I submitted my app to Play Store yesterday and 36 hours later, the status is still "Pending Publication".A couple of weeks ago I submitted the iOS version to Apple's store and then few updates. All submissions got reviewed within 24h.Can't believe now it takes longer to publish an Android app than an iOS one.
November 27, 2019 at 02:07PM by EdwinLL
https://ift.tt/2KYgIOF
How long does it take to publish an Android app these days?
I remember it used to be like 2 hours.However, I submitted my app to Play Store yesterday and 36 hours later, the status is still "Pending Publication".A couple of weeks ago I submitted the iOS version to Apple's store and then few updates. All submissions got reviewed within 24h.Can't believe now it takes longer to publish an Android app than an iOS one.
November 27, 2019 at 02:07PM by EdwinLL
https://ift.tt/2KYgIOF