New post on /r/flutterdev subreddit:
Flutter Github Issues
I've been learning flutter for a couple of weeks now, and I'm absolutely loving it, coming from years of web application development. It's just really simple, yet so powerful and it feels great covering so many platforms at once. BUT, when I look at the flutter github repo and saw the 5.000+ issues that were submitted, I kind of got sick to my stomach thinking "can I seriously deploy something with so many issues anytime soon?". Even though there are many examples of companies successfully deploying their flutter apps to app stores, I still feel a little insecure. So what are y'alls experiences with Flutter, maybe even in production? Do y'all experience lots of bugs? I haven't really had any, except when it comes to hot reloading, but that's not bothering me too much.
June 18, 2020 at 11:45AM by daniellionel
https://ift.tt/30TxHuk
Flutter Github Issues
I've been learning flutter for a couple of weeks now, and I'm absolutely loving it, coming from years of web application development. It's just really simple, yet so powerful and it feels great covering so many platforms at once. BUT, when I look at the flutter github repo and saw the 5.000+ issues that were submitted, I kind of got sick to my stomach thinking "can I seriously deploy something with so many issues anytime soon?". Even though there are many examples of companies successfully deploying their flutter apps to app stores, I still feel a little insecure. So what are y'alls experiences with Flutter, maybe even in production? Do y'all experience lots of bugs? I haven't really had any, except when it comes to hot reloading, but that's not bothering me too much.
June 18, 2020 at 11:45AM by daniellionel
https://ift.tt/30TxHuk
reddit
Flutter Github Issues
I've been learning flutter for a couple of weeks now, and I'm absolutely loving it, coming from years of web application development. It's just...
New post on /r/flutterdev subreddit:
According to JetBrains survey, Flutter usage increased by 9% this year! Pretty close to React Native
https://ift.tt/37gTrBu
June 18, 2020 at 03:42AM by sam-sung
https://ift.tt/3fxSPu4
According to JetBrains survey, Flutter usage increased by 9% this year! Pretty close to React Native
https://ift.tt/37gTrBu
June 18, 2020 at 03:42AM by sam-sung
https://ift.tt/3fxSPu4
JetBrains: Developer Tools for Professionals and Teams
The State of Developer Ecosystem in 2020 Infographic
The results of the fourth annual JetBrains Developer Ecosystem Survey 2020 based on the insights of almost 20,000 developers. Learn about programming languages, tools, technologies, and even developer lifestyles.
New post on /r/flutterdev subreddit:
Contributors wanted: Sounds a flutter audio playback/recording package
I'm the author of the `Sounds` package.Sounds is a fork of the Flutter Sounds package incorporating a nearly complete rewrite of the dart api and new widgets for recording and playback.The project is almost complete (given its Flutter Sound heritage) but I'm looking for contributors to help improve the package.There are numerous areas that you could get involved in including:Take the widgets/api out for a test drive and provide feedback.Aesthetic improvements to the WidgetsImprovements to the Objective-C plugin and/or Java pluginImprovements to Codec SupportDevelopment of unit tests.Help improve the documentationDocumentationRoadmapContributing
June 18, 2020 at 12:18PM by bsutto
https://ift.tt/3ebNatm
Contributors wanted: Sounds a flutter audio playback/recording package
I'm the author of the `Sounds` package.Sounds is a fork of the Flutter Sounds package incorporating a nearly complete rewrite of the dart api and new widgets for recording and playback.The project is almost complete (given its Flutter Sound heritage) but I'm looking for contributors to help improve the package.There are numerous areas that you could get involved in including:Take the widgets/api out for a test drive and provide feedback.Aesthetic improvements to the WidgetsImprovements to the Objective-C plugin and/or Java pluginImprovements to Codec SupportDevelopment of unit tests.Help improve the documentationDocumentationRoadmapContributing
June 18, 2020 at 12:18PM by bsutto
https://ift.tt/3ebNatm
Dart packages
sounds | Flutter Package
Sounds provide a complete api and Widgets for audio playback and recording. Both iOS and Android are supported.
New post on Flutter Dev Google group:
How to add a new element to the list below
_documentList.document = streamSnapshot.data.documents.toList(); Im fetching the documents from the firestore. How do i add a new element to the above list ? I tried adding, however i'm getting the following error Unhandled Exception: type '_InternalLinkedHashMap
How to add a new element to the list below
_documentList.document = streamSnapshot.data.documents.toList(); Im fetching the documents from the firestore. How do i add a new element to the above list ? I tried adding, however i'm getting the following error Unhandled Exception: type '_InternalLinkedHashMap
New post on /r/flutterdev subreddit:
Develop Coronavirus Tracker App in Flutter within an Hour
https://ift.tt/2YaXY5l
June 18, 2020 at 01:05PM by ry4761
https://ift.tt/3fCGgxK
Develop Coronavirus Tracker App in Flutter within an Hour
https://ift.tt/2YaXY5l
June 18, 2020 at 01:05PM by ry4761
https://ift.tt/3fCGgxK
Medium
Develop Coronavirus Tracker App in Flutter within an Hour
This is how the output will be of this app.
New post on /r/flutterdev subreddit:
Hey guys, uploaded a new video in flutter animation. Fab circular menu in flutter in 6 mins. I hope you like it.
https://youtu.be/PXAl8G3tKoA
June 18, 2020 at 12:18PM by praveenthedesigner
https://ift.tt/3daXReA
Hey guys, uploaded a new video in flutter animation. Fab circular menu in flutter in 6 mins. I hope you like it.
https://youtu.be/PXAl8G3tKoA
June 18, 2020 at 12:18PM by praveenthedesigner
https://ift.tt/3daXReA
YouTube
Flutter | Fab Circular Menu in flutter in 6 mins | Flutter animation
#flutter #fluttertutorial #flutteranimation
In this video, I have tried to explain to you How to create a circular menu in a flutter from scratch.
Topics covered in this video are:
1) Fab Circular Menu Animation in a flutter
Keep Learning,
Praveen…
In this video, I have tried to explain to you How to create a circular menu in a flutter from scratch.
Topics covered in this video are:
1) Fab Circular Menu Animation in a flutter
Keep Learning,
Praveen…
New post on /r/flutterdev subreddit:
Convert Image URL to File format in Flutter
https://ift.tt/3fCescC
June 18, 2020 at 01:11PM by mrgulshanyadav
https://ift.tt/2YNsRMh
Convert Image URL to File format in Flutter
https://ift.tt/3fCescC
June 18, 2020 at 01:11PM by mrgulshanyadav
https://ift.tt/2YNsRMh
Medium
Convert Image URL to File format in Flutter
So, in this article i will be showing you how you can convert an Image URL into a File format in Flutter.
New post on Flutter Dev Google group:
Meu app não Launch no meu smartfone
Criei um novo projeto no Visual Code, e tentei rodar aquele projeto padrão que o sistema cria, que gera um contador. Acontece que quando dou F5, pego esxse erro: BUILD FAILED in 4m 58s > Exception: Gradle task assembleDebug failed with exit code 1 > Exited (sigterm) Como eu resolvo isso?
June 18, 2020 at 03:05PM by Paulo Silva
https://ift.tt/2N6h72h
Meu app não Launch no meu smartfone
Criei um novo projeto no Visual Code, e tentei rodar aquele projeto padrão que o sistema cria, que gera um contador. Acontece que quando dou F5, pego esxse erro: BUILD FAILED in 4m 58s > Exception: Gradle task assembleDebug failed with exit code 1 > Exited (sigterm) Como eu resolvo isso?
June 18, 2020 at 03:05PM by Paulo Silva
https://ift.tt/2N6h72h
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:
How do i can fix my issue. App doesn't launch in my smartphone
When i try to launch my app into my smart, i get this error. I created a new projet(basic), i didn't create any line i used default project(counter). BUILD FAILED in 4m 58s > Exception: Gradle task assembleDebug failed with exit code 1 > Exited (sigterm) How can i do to fix this issue?
June 18, 2020 at 03:09PM by Paulo Silva
https://ift.tt/3hFurIP
How do i can fix my issue. App doesn't launch in my smartphone
When i try to launch my app into my smart, i get this error. I created a new projet(basic), i didn't create any line i used default project(counter). BUILD FAILED in 4m 58s > Exception: Gradle task assembleDebug failed with exit code 1 > Exited (sigterm) How can i do to fix this issue?
June 18, 2020 at 03:09PM by Paulo Silva
https://ift.tt/3hFurIP
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:
How can i fix my issue?
When i try to launch my app into my smart i get this error. BUILD FAILED in 4m 58s > Exception: Gradle task assembleDebug failed with exit code 1 > Exited (sigterm) > I created a new project(basic) i didn't create any line i used default project(counter). How can i fix this issue?
June 18, 2020 at 03:26PM by Paulo Silva
https://ift.tt/3de8wVV
How can i fix my issue?
When i try to launch my app into my smart i get this error. BUILD FAILED in 4m 58s > Exception: Gradle task assembleDebug failed with exit code 1 > Exited (sigterm) > I created a new project(basic) i didn't create any line i used default project(counter). How can i fix this issue?
June 18, 2020 at 03:26PM by Paulo Silva
https://ift.tt/3de8wVV
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:
How can i remove or edit my posts?
How can i do to remove or edit my posts? I don't get to edit, remove posts or title. Is possible?
June 18, 2020 at 03:45PM by Paulo Silva
https://ift.tt/2UWe29e
How can i remove or edit my posts?
How can i do to remove or edit my posts? I don't get to edit, remove posts or title. Is possible?
June 18, 2020 at 03:45PM by Paulo Silva
https://ift.tt/2UWe29e
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:
Joystick
https://ift.tt/3hPzvdU
June 18, 2020 at 04:06PM by TheTechDesigner
https://ift.tt/3dffoC8
Joystick
https://ift.tt/3hPzvdU
June 18, 2020 at 04:06PM by TheTechDesigner
https://ift.tt/3dffoC8
New post on Flutter Dev Google group:
Inheriting StatefulWidgets causing scaffold context error
I'm trying to create widgets to build views in a way I dont have to type the same code every time. This is what I came up with: /// Common class for all viewsclass GerenciadorTelaLogada
Inheriting StatefulWidgets causing scaffold context error
I'm trying to create widgets to build views in a way I dont have to type the same code every time. This is what I came up with: /// Common class for all viewsclass GerenciadorTelaLogada
New tweet from FlutterDev:
Hey everybody, over here! 👋👋👋
It’s me, @fitzface from the Flutter team. Just popping in to let you know we’re ONE WEEK OUT from #FlutterDay!
Tune in on June 25 for 24 hours of codelabs, #AskFlutter, and more.
Register here → https://t.co/ughQcJXVME pic.twitter.com/mj5TBpFVwY— Flutter (@FlutterDev) June 18, 2020
June 18, 2020 at 04:59PM
http://twitter.com/FlutterDev/status/1273631552677781506
Hey everybody, over here! 👋👋👋
It’s me, @fitzface from the Flutter team. Just popping in to let you know we’re ONE WEEK OUT from #FlutterDay!
Tune in on June 25 for 24 hours of codelabs, #AskFlutter, and more.
Register here → https://t.co/ughQcJXVME pic.twitter.com/mj5TBpFVwY— Flutter (@FlutterDev) June 18, 2020
June 18, 2020 at 04:59PM
http://twitter.com/FlutterDev/status/1273631552677781506
New post on Flutter Dev Google group:
Query Help .
Hi all, can somebody help me with a firestore query please. final name; final mainimage; final address; final telephone; final email; final website; final active; final ispremium; final premiumexp; final rating; final reviewscount; final description; final DocumentRefe
June 18, 2020 at 06:18PM by Jay Stewart
https://ift.tt/2Bm3Vn2
Query Help .
Hi all, can somebody help me with a firestore query please. final name; final mainimage; final address; final telephone; final email; final website; final active; final ispremium; final premiumexp; final rating; final reviewscount; final description; final DocumentRefe
June 18, 2020 at 06:18PM by Jay Stewart
https://ift.tt/2Bm3Vn2
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:
Flutter 1.17.4 hotfix released to stable.
Hi, Flutter 1.17.4 has been released to stable. This is a hotfix release on the 1.17 branch and has no Dart update (it remains on 2.8.4). Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
Flutter 1.17.4 hotfix released to stable.
Hi, Flutter 1.17.4 has been released to stable. This is a hotfix release on the 1.17 branch and has no Dart update (it remains on 2.8.4). Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
New tweet from FlutterDev:
We’re committed to advancing racial equity inside and outside of Google.
In the next few tweets, we’ll highlight some of the details around our commitments. You can also click the link below to read our CEO’s full note to the company. https://t.co/TA2i8yYbKT— Google (@Google) June 17, 2020
June 18, 2020 at 07:24PM
http://twitter.com/FlutterDev/status/1273667885148205057
We’re committed to advancing racial equity inside and outside of Google.
In the next few tweets, we’ll highlight some of the details around our commitments. You can also click the link below to read our CEO’s full note to the company. https://t.co/TA2i8yYbKT— Google (@Google) June 17, 2020
June 18, 2020 at 07:24PM
http://twitter.com/FlutterDev/status/1273667885148205057
Twitter
Google
We’re committed to advancing racial equity inside and outside of Google. In the next few tweets, we’ll highlight some of the details around our commitments. You can also click the link below to read our CEO’s full note to the company. https://t.co/TA2i8yYbKT
New post on /r/flutterdev subreddit:
What’s new with the Slider widget?
https://ift.tt/2AOdcEE
June 18, 2020 at 10:36PM by Elixane
https://ift.tt/2N8CP5s
What’s new with the Slider widget?
https://ift.tt/2AOdcEE
June 18, 2020 at 10:36PM by Elixane
https://ift.tt/2N8CP5s
Medium
What’s new with the Slider widget?
Flutter lets you create beautiful, natively compiled applications. The reason Flutter can do this is because Flutter loves Material…
New post on /r/flutterdev subreddit:
Build a scrollbar for Flutter Web
https://ift.tt/30V3yuz
June 18, 2020 at 10:36PM by Elixane
https://ift.tt/3hG7wx8
Build a scrollbar for Flutter Web
https://ift.tt/30V3yuz
June 18, 2020 at 10:36PM by Elixane
https://ift.tt/3hG7wx8
Medium
Build a scrollbar for Flutter Web
Because that seems to be the only thing Flutter web doesn’t include.
New post on /r/flutterdev subreddit:
Solving Common Cross-Platform Issues When Working With Flutter — Smashing Magazine
https://ift.tt/3ei5qBq
June 18, 2020 at 03:53PM by Sheeple9001
https://ift.tt/2YcdSfS
Solving Common Cross-Platform Issues When Working With Flutter — Smashing Magazine
https://ift.tt/3ei5qBq
June 18, 2020 at 03:53PM by Sheeple9001
https://ift.tt/2YcdSfS
Smashing Magazine
Solving Common Cross-Platform Issues When Working With Flutter — Smashing Magazine
When using cross-platform frameworks, people might forget the nuances of each of the platforms they want their code to run on. This article aims to address that.
New post on /r/flutterdev subreddit:
How to create a simple backend system in dart using grpc.
https://ift.tt/2VdQXPF
June 18, 2020 at 10:30PM by bettdoug
https://ift.tt/3hEdfn3
How to create a simple backend system in dart using grpc.
https://ift.tt/2VdQXPF
June 18, 2020 at 10:30PM by bettdoug
https://ift.tt/3hEdfn3
Medium
Building an end-to-end system in dart using grpc* & flutter(Part 1)
Let’s say you want to build a simple system where people can search for hospitals. Your app needs to request the server for a list of all…