New post on Flutter Dev Google group:
Hi Flutter Community!
Hello! My names Chris Scarborough and I've been struggling severely getting my mind wrapped around creating my own app! I love the idea of learning and creating an app with flutter considering its cross compatible and all, but I'm also terrified by the idea of waiting to long to make my idea,
December 03, 2020 at 02:13AM by Chris Scarborough
https://ift.tt/3g8PAL9
Hi Flutter Community!
Hello! My names Chris Scarborough and I've been struggling severely getting my mind wrapped around creating my own app! I love the idea of learning and creating an app with flutter considering its cross compatible and all, but I'm also terrified by the idea of waiting to long to make my idea,
December 03, 2020 at 02:13AM by Chris Scarborough
https://ift.tt/3g8PAL9
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:
Which Framework do you think the best in 2021?
View Poll
December 03, 2020 at 03:47AM by deldev
https://ift.tt/2KU0mcA
Which Framework do you think the best in 2021?
View Poll
December 03, 2020 at 03:47AM by deldev
https://ift.tt/2KU0mcA
New post on /r/flutterdev subreddit:
Flutter Web, the chance to make websites
Does anyone here don't like html, css etc, and because of this don't develop websites? just apps, and with Flutter Web got excited to build some websites?I personally don't like html css, I was always avoiding to learn web development, now I might start studying React, since flutter web might take a long time to really be ready for production.Plus, People say that web apps is not the same etc...Anyone in the same situation?
December 03, 2020 at 03:03AM by D_apps
https://ift.tt/3mAYJym
Flutter Web, the chance to make websites
Does anyone here don't like html, css etc, and because of this don't develop websites? just apps, and with Flutter Web got excited to build some websites?I personally don't like html css, I was always avoiding to learn web development, now I might start studying React, since flutter web might take a long time to really be ready for production.Plus, People say that web apps is not the same etc...Anyone in the same situation?
December 03, 2020 at 03:03AM by D_apps
https://ift.tt/3mAYJym
reddit
Flutter Web, the chance to make websites
Does anyone here don't like html, css etc, and because of this don't develop websites? just apps, and with Flutter Web got excited to build some...
New post on Flutter Dev Google group:
New Dart DevTools Release - 0.9.5
*DevTools 0.9.5 Release Notes* Dart DevTools - A Suite of Performance Tools for Dart and Flutter *Memory Updates* - New chart subsystem exposed in memory view. New charts are faster, smaller, easier to use and more customizable to our needs. - Once the memory view is
December 03, 2020 at 04:40AM by Terry Lucas
https://ift.tt/2JFRkzu
New Dart DevTools Release - 0.9.5
*DevTools 0.9.5 Release Notes* Dart DevTools - A Suite of Performance Tools for Dart and Flutter *Memory Updates* - New chart subsystem exposed in memory view. New charts are faster, smaller, easier to use and more customizable to our needs. - Once the memory view is
December 03, 2020 at 04:40AM by Terry Lucas
https://ift.tt/2JFRkzu
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:
CompleterEx - a package for diagnosing Completers that don't complete.
CompleteEx is a simple package that wraps a dart Completer.https://pub.dev/packages/completer_exIt works exactly as a Completer does and is a drop in replacement.So why use CompleterEx?If you fail to 'complete' a Completer it can be close to impossible to find the problem completer.CompleterEx solves this problem by logging any completer that hasn't completed within a given time period (10 seconds by default).It then logs the stacktrace to the code that created the completer making it easy to find the problem code.I've spent hours trying to track down completer problems. This class makes the problem obvious.
December 03, 2020 at 05:33AM by bsutto
https://ift.tt/36yzOGf
CompleterEx - a package for diagnosing Completers that don't complete.
CompleteEx is a simple package that wraps a dart Completer.https://pub.dev/packages/completer_exIt works exactly as a Completer does and is a drop in replacement.So why use CompleterEx?If you fail to 'complete' a Completer it can be close to impossible to find the problem completer.CompleterEx solves this problem by logging any completer that hasn't completed within a given time period (10 seconds by default).It then logs the stacktrace to the code that created the completer making it easy to find the problem code.I've spent hours trying to track down completer problems. This class makes the problem obvious.
December 03, 2020 at 05:33AM by bsutto
https://ift.tt/36yzOGf
Dart packages
completer_ex | Dart Package
A wrapper for Completer which logs when the completer doesn't complete in a timel manner.
New post on /r/flutterdev subreddit:
Flutter Clean architecture Sample
DoneIt 📝 is a sample Note app.✔️ Clean Architecture✔️ BLoC state management tool.✔️ Unit Tests.✔️ In memory database.If you found it useful do give it a (⭐) on GitHub.GitHub Repo
December 03, 2020 at 08:29AM by developerguruji
https://ift.tt/37s0oAd
Flutter Clean architecture Sample
DoneIt 📝 is a sample Note app.✔️ Clean Architecture✔️ BLoC state management tool.✔️ Unit Tests.✔️ In memory database.If you found it useful do give it a (⭐) on GitHub.GitHub Repo
December 03, 2020 at 08:29AM by developerguruji
https://ift.tt/37s0oAd
GitHub
GitHub - shubham-chhimpa/done_it at flutterawesome.com
DoneIt is a sample note app 📝 Flutter application 📱 built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❤️. - GitHub - shubham-chhimpa/done_it at fluttera...
New post on /r/flutterdev subreddit:
The State of Flutter Development in 2020 - Webinar (happening today)
https://ift.tt/2VxoB2y
December 03, 2020 at 09:27AM by JaapVermeulen
https://ift.tt/39Giu43
The State of Flutter Development in 2020 - Webinar (happening today)
https://ift.tt/2VxoB2y
December 03, 2020 at 09:27AM by JaapVermeulen
https://ift.tt/39Giu43
www.bitrise.io
The State of Flutter Development in 2020 - Webinar
Join Matt Carroll, Mariano Zorilla, Remi Rousselet, Simon Lightfoot and our host, Matthew Jones for this free virtual roundtable discussion and learn about the state of Flutter in 2020, and where it’s likely to go next.
New post on Flutter Dev Google group:
I have a suggestion for flutter. Please read it
I think it would be better to refactor the UI code of fluent in a similar way to HTML. Don't rush to reject me, please see the figure. Please compare the left and right sides of the picture. On the left side of the figure is similar to HTML code, on the right side is flutter code, and the code on
December 03, 2020 at 10:30AM by sven Wu
https://ift.tt/37yNDUi
I have a suggestion for flutter. Please read it
I think it would be better to refactor the UI code of fluent in a similar way to HTML. Don't rush to reject me, please see the figure. Please compare the left and right sides of the picture. On the left side of the figure is similar to HTML code, on the right side is flutter code, and the code on
December 03, 2020 at 10:30AM by sven Wu
https://ift.tt/37yNDUi
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: How to scroll an ExpansionTile when it is expanded?
https://ift.tt/37z0NAI
December 03, 2020 at 10:23AM by Elixane
https://ift.tt/39AlcrJ
Flutter: How to scroll an ExpansionTile when it is expanded?
https://ift.tt/37z0NAI
December 03, 2020 at 10:23AM by Elixane
https://ift.tt/39AlcrJ
Medium
Flutter: How to scroll an ExpansionTile when it is expanded?
Hi, in this article, I’ll focus on ExpansionTile and how you can use it in your app or web app. If you are not familiar with ExpansionTile…
New post on Flutter Dev Google group:
suggestion for devtools
How to see the complete method name?
December 03, 2020 at 11:28AM by flutter
https://ift.tt/36wef9f
suggestion for devtools
How to see the complete method name?
December 03, 2020 at 11:28AM by flutter
https://ift.tt/36wef9f
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:
Good day great flutter developers, I want to start learning flutter and due to the low specs of my laptop, I wanted to know whether I can use flutter web to learn the concept of flutter mobile app dev.
Please I want someone to clarify things to me and if possible give a youtube channel recommendation.
December 03, 2020 at 11:27AM by danny-yebs
https://ift.tt/2VvXTqW
Good day great flutter developers, I want to start learning flutter and due to the low specs of my laptop, I wanted to know whether I can use flutter web to learn the concept of flutter mobile app dev.
Please I want someone to clarify things to me and if possible give a youtube channel recommendation.
December 03, 2020 at 11:27AM by danny-yebs
https://ift.tt/2VvXTqW
reddit
Good day great flutter developers, I want to start learning...
Please I want someone to clarify things to me and if possible give a youtube channel recommendation.
New post on /r/flutterdev subreddit:
BDD in Flutter
https://ift.tt/3g5gvYi
December 03, 2020 at 12:33PM by sagarsuri56
https://ift.tt/37qLHxc
BDD in Flutter
https://ift.tt/3g5gvYi
December 03, 2020 at 12:33PM by sagarsuri56
https://ift.tt/37qLHxc
Medium
Build Flutter with BDD
In this article I am going to show you how to implemented Behaviour Driven Development (BDD) in Flutter project.
New post on /r/flutterdev subreddit:
Is there any implementation or demo app about how to work with an API PostGraphile server?
I'm learning PostGraphile and I'd wish to know if there is any implementation or demo app (in Flutter) about how to work with an API PostGraphile server.
December 03, 2020 at 02:08PM by warcayac
https://ift.tt/3lwkJsV
Is there any implementation or demo app about how to work with an API PostGraphile server?
I'm learning PostGraphile and I'd wish to know if there is any implementation or demo app (in Flutter) about how to work with an API PostGraphile server.
December 03, 2020 at 02:08PM by warcayac
https://ift.tt/3lwkJsV
reddit
Is there any implementation or demo app about how to work with an...
I'm learning PostGraphile and I'd wish to know if there is any implementation or demo app (in Flutter) about how to work with an API PostGraphile...
New post on /r/flutterdev subreddit:
Food Ordering App - Shopping Cart With Provider
https://youtu.be/20iR0oMUdb0
December 03, 2020 at 02:00PM by draculamasterwinzy
https://ift.tt/36AcJTK
Food Ordering App - Shopping Cart With Provider
https://youtu.be/20iR0oMUdb0
December 03, 2020 at 02:00PM by draculamasterwinzy
https://ift.tt/36AcJTK
YouTube
Shopping Cart| Flutter Food Ordering App With Backend | Flutter Food Ordering App | Flutter Food App
Lets Code Shopping Cart For Pizzato ! Shopping Cart Over Pizzato shall help in Serving Proper Pizzas to Customers , Shall we ? Flutter Food Ordering App With Backend🍕 | Flutter Food Ordering App | Flutter Food App
⛄Support Me(please) To Get Complete Source…
⛄Support Me(please) To Get Complete Source…
New post on /r/flutterdev subreddit:
Databases TERRIFY me
I have a little programming background and am starting the Angela Yu course, I have to say I am fairly confident in my ability to pick up Dart and Flutter which is awesome - but connecting to the back end terrifies me.I know Firebase is recommended and the reviews are positive, but it still seems pretty intimidating. Our app was top 100 in our category but our developer completely fucked up the database (my fault with not realizing sooner) so it could not scale and crashed in a ball of fire.I'm spending 8 hours a day learning to use Flutter and the related services, is it unrealistic to think I could have it down in 4 months? I am starting with the Angela Yu course and will go to the Andrea course after.
December 03, 2020 at 06:03AM by refreshman1
https://ift.tt/3lzjEkk
Databases TERRIFY me
I have a little programming background and am starting the Angela Yu course, I have to say I am fairly confident in my ability to pick up Dart and Flutter which is awesome - but connecting to the back end terrifies me.I know Firebase is recommended and the reviews are positive, but it still seems pretty intimidating. Our app was top 100 in our category but our developer completely fucked up the database (my fault with not realizing sooner) so it could not scale and crashed in a ball of fire.I'm spending 8 hours a day learning to use Flutter and the related services, is it unrealistic to think I could have it down in 4 months? I am starting with the Angela Yu course and will go to the Andrea course after.
December 03, 2020 at 06:03AM by refreshman1
https://ift.tt/3lzjEkk
reddit
Databases TERRIFY me
I have a little programming background and am starting the Angela Yu course, I have to say I am fairly confident in my ability to pick up Dart and...
New post on /r/flutterdev subreddit:
Introducing Flutter Audio
https://ift.tt/36ASFk8
December 03, 2020 at 02:32PM by elizaveta123321
https://ift.tt/2Jw7VG9
Introducing Flutter Audio
https://ift.tt/36ASFk8
December 03, 2020 at 02:32PM by elizaveta123321
https://ift.tt/2Jw7VG9
Evrone
Introducing Flutter Audio
An open-source Flutter plug-in for recording speech
New post on /r/flutterdev subreddit:
Any idea on the date for the next stable release?
I literally can’t wait XD
December 03, 2020 at 03:36PM by dcmacsman
https://ift.tt/2JuvEq4
Any idea on the date for the next stable release?
I literally can’t wait XD
December 03, 2020 at 03:36PM by dcmacsman
https://ift.tt/2JuvEq4
reddit
Any idea on the date for the next stable release?
I literally can’t wait XD
New post on /r/flutterdev subreddit:
Flutter AdMob | How To Add Advertisements In Flutter App - Step By Step Tutorial + Source Code
https://youtu.be/hH3DlnFlJqA
December 03, 2020 at 04:11PM by Amanullahaf
https://ift.tt/3okO0c1
Flutter AdMob | How To Add Advertisements In Flutter App - Step By Step Tutorial + Source Code
https://youtu.be/hH3DlnFlJqA
December 03, 2020 at 04:11PM by Amanullahaf
https://ift.tt/3okO0c1
YouTube
Flutter AdMob | How To Add Advertisements In Flutter App - Step By Step Tutorial + Source Code
Here how we can advertisements into our flutter application.
Banner Ads, Interstitial Ads, Native Ads, Rewarded Video Ads.
Watch till the end, you won't face any errors. Comment down if you face any problem, I will reply ASAP.
Links used in project:
-…
Banner Ads, Interstitial Ads, Native Ads, Rewarded Video Ads.
Watch till the end, you won't face any errors. Comment down if you face any problem, I will reply ASAP.
Links used in project:
-…
New tweet from FlutterDev:
😎 Toggling list items is as easy as tapping them!
Use the SwitchListTiles API to make your entire tile tappable and give your users a better toggling experience. #WidgetOfTheWeek
Learn more with us → https://t.co/1kG10IFVe7 pic.twitter.com/wKgni2elZ4— Flutter (@FlutterDev) December 3, 2020
December 03, 2020 at 07:37PM
http://twitter.com/FlutterDev/status/1334567382619213825
😎 Toggling list items is as easy as tapping them!
Use the SwitchListTiles API to make your entire tile tappable and give your users a better toggling experience. #WidgetOfTheWeek
Learn more with us → https://t.co/1kG10IFVe7 pic.twitter.com/wKgni2elZ4— Flutter (@FlutterDev) December 3, 2020
December 03, 2020 at 07:37PM
http://twitter.com/FlutterDev/status/1334567382619213825
Twitter
#widgetoftheweek hashtag on Twitter
59s ago @FlutterDev tweeted: "😎 Toggling list items is as easy as tap.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
How to get a deeper understanding of Flutter programming and terminology?
I’m a self taught programmer, and I can build good quality/large/scalable apps with Flutter and Firebase, but I feel I lack a deeper understanding on some things.For example I was in a Flutter webinar today and they were talking about mutable/immutable, and I have no idea what this means. I want to know everything and have a deeper understanding!What books can you recommend, or what book topics?JavaScript or Dart books? Computer science books? Programming terminology books?
December 03, 2020 at 08:12PM by augustkimacovich
https://ift.tt/36ACl2E
How to get a deeper understanding of Flutter programming and terminology?
I’m a self taught programmer, and I can build good quality/large/scalable apps with Flutter and Firebase, but I feel I lack a deeper understanding on some things.For example I was in a Flutter webinar today and they were talking about mutable/immutable, and I have no idea what this means. I want to know everything and have a deeper understanding!What books can you recommend, or what book topics?JavaScript or Dart books? Computer science books? Programming terminology books?
December 03, 2020 at 08:12PM by augustkimacovich
https://ift.tt/36ACl2E
reddit
How to get a deeper understanding of Flutter programming and...
I’m a self taught programmer, and I can build good quality/large/scalable apps with Flutter and Firebase, but I feel I lack a deeper understanding...
New post on /r/flutterdev subreddit:
Flutter Tutorial - 2/2 Todo App UI From Scratch (Provider) (Tutorial)
https://www.youtube.com/watch?v=cltCpXY60Sk
December 03, 2020 at 07:16PM by JohannesMilke
https://ift.tt/3mEBPq7
Flutter Tutorial - 2/2 Todo App UI From Scratch (Provider) (Tutorial)
https://www.youtube.com/watch?v=cltCpXY60Sk
December 03, 2020 at 07:16PM by JohannesMilke
https://ift.tt/3mEBPq7
YouTube
Flutter Tutorial - 2/2 Todo App UI From Scratch (Provider)
Let's finish the Todo App from scratch for storing todos locally with the Provider package in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/to…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
- Source Code: https://github.com/JohannesMilke/to…