New post on /r/flutterdev subreddit:
Hey coders, just published a new article about how to boost your coding productivity with Flutter VSCode setup in 2021, would love it if you could check it out!
https://ift.tt/3cCumFE
February 03, 2021 at 09:20PM by ThatLukeUrban
https://ift.tt/3pLE1h9
Hey coders, just published a new article about how to boost your coding productivity with Flutter VSCode setup in 2021, would love it if you could check it out!
https://ift.tt/3cCumFE
February 03, 2021 at 09:20PM by ThatLukeUrban
https://ift.tt/3pLE1h9
Medium
DoYouEvenFlutter [EP.4] Boost your coding productivity with this Flutter VSCode setup in 2021
VSCode setup for Flutter that will change your coding productivity!
New post on Flutter Dev Google group:
Flutter:Inconsistently getting error: The getter 'ioRequest' isn't defined for the class 'IOClient'
Hi Flutter Community,
Flutter:Inconsistently getting error: The getter 'ioRequest' isn't defined for the class 'IOClient'
Hi Flutter Community,
New post on /r/flutterdev subreddit:
Yet another flutter storage. But looking for feedback
https://ift.tt/3j4gTaM
February 03, 2021 at 10:44PM by p2harry
https://ift.tt/3rkqz45
Yet another flutter storage. But looking for feedback
https://ift.tt/3j4gTaM
February 03, 2021 at 10:44PM by p2harry
https://ift.tt/3rkqz45
New post on /r/flutterdev subreddit:
Flutter Engage - 03.03.21 "On March 3, engage, innovate and collaborate with the global community. Join us for a special online event!"
https://ift.tt/3rheixe
February 03, 2021 at 10:38PM by JaapVermeulen
https://ift.tt/3aucVo8
Flutter Engage - 03.03.21 "On March 3, engage, innovate and collaborate with the global community. Join us for a special online event!"
https://ift.tt/3rheixe
February 03, 2021 at 10:38PM by JaapVermeulen
https://ift.tt/3aucVo8
New post on /r/flutterdev subreddit:
Flutter Tutorial - Animated Switcher - Deep Dive (Johannes Milke)
https://www.youtube.com/watch?v=p2Sr8n2J3I0
February 03, 2021 at 10:05PM by JohannesMilke
https://ift.tt/3oMfuam
Flutter Tutorial - Animated Switcher - Deep Dive (Johannes Milke)
https://www.youtube.com/watch?v=p2Sr8n2J3I0
February 03, 2021 at 10:05PM by JohannesMilke
https://ift.tt/3oMfuam
YouTube
Flutter Tutorial - Animated Switcher - Deep Dive
With the Animated Switcher you can change between widgets with the help of custom-built animations in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com…
New post on /r/flutterdev subreddit:
Running Flutter integration tests on Firebase Test Lab
https://ift.tt/3jb2lq9
February 03, 2021 at 10:04PM by Elixane
https://ift.tt/3oL2zpc
Running Flutter integration tests on Firebase Test Lab
https://ift.tt/3jb2lq9
February 03, 2021 at 10:04PM by Elixane
https://ift.tt/3oL2zpc
Medium
Running Flutter integration tests on Firebase Test Lab
Today I’d like to show you how to run Flutter integration tests on devices using Firebase Test Lab.
New tweet from FlutterDev:
💙— Flutter (@FlutterDev) February 3, 2021
February 03, 2021 at 11:31PM
http://twitter.com/FlutterDev/status/1357094440867778562
💙— Flutter (@FlutterDev) February 3, 2021
February 03, 2021 at 11:31PM
http://twitter.com/FlutterDev/status/1357094440867778562
Twitter
Flutter
@materialdesign 💙
New post on /r/flutterdev subreddit:
Jcenter sunset is breaking android builds, how will it impact flutter?
https://ift.tt/3cA6iDu
February 03, 2021 at 11:29PM by radiant_barrier
https://ift.tt/2MPOMjV
Jcenter sunset is breaking android builds, how will it impact flutter?
https://ift.tt/3cA6iDu
February 03, 2021 at 11:29PM by radiant_barrier
https://ift.tt/2MPOMjV
reddit
Jcenter sunset is breaking android builds, how will it impact flutter?
Posted in r/FlutterDev by u/radiant_barrier • 2 points and 0 comments
New post on /r/flutterdev subreddit:
Fetch news article from webpage
I want to fetch news articles from websites and use (e.g. translate) the text in my App. I know there is the NewsAPI but it only provides title, author,... Not the article itself. I found Python code which does that - so can I use that in my flutter app (backend?) ? do I have to rewrite the code in dart? Or is there an other API for that?
February 04, 2021 at 01:12AM by Persie11
https://ift.tt/3tmRUUZ
Fetch news article from webpage
I want to fetch news articles from websites and use (e.g. translate) the text in my App. I know there is the NewsAPI but it only provides title, author,... Not the article itself. I found Python code which does that - so can I use that in my flutter app (backend?) ? do I have to rewrite the code in dart? Or is there an other API for that?
February 04, 2021 at 01:12AM by Persie11
https://ift.tt/3tmRUUZ
reddit
r/FlutterDev - Fetch news article from webpage
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Sketching app in flutter
Check out my tutorial on creating a sketching app using Flutter efficiently, without rebuilding the whole canvas every time.https://jaycoding.tech/tutorials/guides/efficient-sketching-app-using-flutter-icstum
February 04, 2021 at 12:57AM by jaycoding
https://ift.tt/2MoKSyF
Sketching app in flutter
Check out my tutorial on creating a sketching app using Flutter efficiently, without rebuilding the whole canvas every time.https://jaycoding.tech/tutorials/guides/efficient-sketching-app-using-flutter-icstum
February 04, 2021 at 12:57AM by jaycoding
https://ift.tt/2MoKSyF
jaycoding.tech
Efficient Sketching App using Flutter
Implementing this seems hard at first but it's not that hard. Read the guide to see how.
New post on Flutter Dev Google group:
Socket.io connection problem
Hello community I have a problem. I am developing a flutter application that communicates with a nodeJs server. My flutter application manages to communicate with the server locally. But once I deploy my server on my hosting, flutter can no longer connect. Can you help me please.. I am using the
February 04, 2021 at 02:46AM by Mathieu Namede
https://ift.tt/2O4zeJD
Socket.io connection problem
Hello community I have a problem. I am developing a flutter application that communicates with a nodeJs server. My flutter application manages to communicate with the server locally. But once I deploy my server on my hosting, flutter can no longer connect. Can you help me please.. I am using the
February 04, 2021 at 02:46AM by Mathieu Namede
https://ift.tt/2O4zeJD
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:
Win a MVP, for non-profit organizations. If you know a none-profit organizations, share the news with them. They can win the development of a Flutter app for free...this is quite cool...so help us do good, by Flutterizing their ideas :-)
https://ift.tt/3aBayQF
February 04, 2021 at 05:15AM by mathurin_lm
https://ift.tt/39LJnDr
Win a MVP, for non-profit organizations. If you know a none-profit organizations, share the news with them. They can win the development of a Flutter app for free...this is quite cool...so help us do good, by Flutterizing their ideas :-)
https://ift.tt/3aBayQF
February 04, 2021 at 05:15AM by mathurin_lm
https://ift.tt/39LJnDr
New post on /r/flutterdev subreddit:
Flutter Event
https://www.reddit.com/r/FlutterDev/comments/lbz223/flutter_engage_030321_on_march_3_engage_innovate/?utm_source=share&utm_medium=web2x&context=3
February 04, 2021 at 06:58AM by Dhanraj_Flutterdev
https://ift.tt/2O0LWcd
Flutter Event
https://www.reddit.com/r/FlutterDev/comments/lbz223/flutter_engage_030321_on_march_3_engage_innovate/?utm_source=share&utm_medium=web2x&context=3
February 04, 2021 at 06:58AM by Dhanraj_Flutterdev
https://ift.tt/2O0LWcd
reddit
Flutter Engage - 03.03.21 "On March 3, engage, innovate and...
Posted in r/FlutterDev by u/JaapVermeulen • 69 points and 4 comments
New post on /r/flutterdev subreddit:
Did you like FlutterMatic[FlutterMatic](https://ift.tt/2MwYLe2)
Introducing FlutterMatic, A one Click Solution to get Flutter up & running on Windows, Mac & Linux Platforms,All you need is Vs Code already installed and you're good to go. Just search for FlutterMatic in VS Code Extensions or click this link to downloadView Poll
February 04, 2021 at 06:28AM by FlutterMatic
https://ift.tt/36HwSqp
Did you like FlutterMatic[FlutterMatic](https://ift.tt/2MwYLe2)
Introducing FlutterMatic, A one Click Solution to get Flutter up & running on Windows, Mac & Linux Platforms,All you need is Vs Code already installed and you're good to go. Just search for FlutterMatic in VS Code Extensions or click this link to downloadView Poll
February 04, 2021 at 06:28AM by FlutterMatic
https://ift.tt/36HwSqp
New post on /r/flutterdev subreddit:
Did you like FlutterMatic ?
Introducing FlutterMatic, A one Click Solution to get Flutter up & running on Windows, Mac & Linux Platforms,All you need is Vs Code already installed and you're good to go.Just search for FlutterMatic in VS Code Extensions or click this link to download#Flutter, #FlutterEngage , #30DaysOfFlutter, u/fluttbot
February 04, 2021 at 07:28AM by FlutterMatic
https://ift.tt/39Ltw7E
Did you like FlutterMatic ?
Introducing FlutterMatic, A one Click Solution to get Flutter up & running on Windows, Mac & Linux Platforms,All you need is Vs Code already installed and you're good to go.Just search for FlutterMatic in VS Code Extensions or click this link to download#Flutter, #FlutterEngage , #30DaysOfFlutter, u/fluttbot
February 04, 2021 at 07:28AM by FlutterMatic
https://ift.tt/39Ltw7E
reddit
r/FlutterDev - Did you like FlutterMatic ?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is Flutter for Web stable??
Is it recommended to start using flutter for web to develop static websites and/ or responsive web apps??
February 04, 2021 at 09:13AM by meKamy
https://ift.tt/3tt3M7S
Is Flutter for Web stable??
Is it recommended to start using flutter for web to develop static websites and/ or responsive web apps??
February 04, 2021 at 09:13AM by meKamy
https://ift.tt/3tt3M7S
reddit
Is Flutter for Web stable??
Is it recommended to start using flutter for web to develop static websites and/ or responsive web apps??
New post on /r/flutterdev subreddit:
A follow up to the monthly App challenge thread, let's get it started.
u/josegmccausland posted a few days ago this thread. Thank you for the post btw, as it attracted attention in this sub.This is to get things going/moving forward, and any help from the mods would be highly appreciated.What's great about this community is the fact of it being supportive. So any suggestions are welcome and appreciated.It's a noble competition, and the purpose of it is being an educational experience, for current members and for future readers. Maybe it becomes a thing or a tradition. The source code will be public, and this will only contribute to adding more learning material material for new developers who will join later. All code is important, and the community can judge it.Bad coding practices will be pointed it, as well as what the majority thinks is good practice will also be pointed out.just like the:
["This is good, do this]". vs ["This is bad, don't do this"] examples.I think it could also be divided into levels of challenges, beginner, intermediate, expert [this will attract more developers]. It could be teams and individuals. Think of it as baby hackathon, or a flutter hackathon MVP.It can also be divided into flutter web/smartphones/desktop challenges.This will spark innovation to overcome challenges and write code that might accelerate the development of flutter, instead of being a developer who depends on dependencies. What if you write a nice piece of code that gets merged into a master for a dependency. Nobody knows what they are capable of until they try it.The flutter community has been growing at a lovely pace, and it depends on the community to further this acceleration, give it more traction, and most importantly, the benefits will come back on everybody.​I would be happy making the website to hold/"showcase" our monthly challenges, the progress, keep things organized. Written in flutter of course, open source code, everybody can contribute. The community can vote there for example on snipets\APKs\submissions. These are just thoughts that came while writing this post.We can start out with a few people. Contributors will be added like the "contributor to the arctic vault" on github. Come on guys, thoughts? This is our community, let's take good care of it and keep what amazing things everybody else has doing so far to help us reach this point.
February 04, 2021 at 08:58AM by Drhma
https://ift.tt/3tt9XJ9
A follow up to the monthly App challenge thread, let's get it started.
u/josegmccausland posted a few days ago this thread. Thank you for the post btw, as it attracted attention in this sub.This is to get things going/moving forward, and any help from the mods would be highly appreciated.What's great about this community is the fact of it being supportive. So any suggestions are welcome and appreciated.It's a noble competition, and the purpose of it is being an educational experience, for current members and for future readers. Maybe it becomes a thing or a tradition. The source code will be public, and this will only contribute to adding more learning material material for new developers who will join later. All code is important, and the community can judge it.Bad coding practices will be pointed it, as well as what the majority thinks is good practice will also be pointed out.just like the:
["This is good, do this]". vs ["This is bad, don't do this"] examples.I think it could also be divided into levels of challenges, beginner, intermediate, expert [this will attract more developers]. It could be teams and individuals. Think of it as baby hackathon, or a flutter hackathon MVP.It can also be divided into flutter web/smartphones/desktop challenges.This will spark innovation to overcome challenges and write code that might accelerate the development of flutter, instead of being a developer who depends on dependencies. What if you write a nice piece of code that gets merged into a master for a dependency. Nobody knows what they are capable of until they try it.The flutter community has been growing at a lovely pace, and it depends on the community to further this acceleration, give it more traction, and most importantly, the benefits will come back on everybody.​I would be happy making the website to hold/"showcase" our monthly challenges, the progress, keep things organized. Written in flutter of course, open source code, everybody can contribute. The community can vote there for example on snipets\APKs\submissions. These are just thoughts that came while writing this post.We can start out with a few people. Contributors will be added like the "contributor to the arctic vault" on github. Come on guys, thoughts? This is our community, let's take good care of it and keep what amazing things everybody else has doing so far to help us reach this point.
February 04, 2021 at 08:58AM by Drhma
https://ift.tt/3tt9XJ9
Reddit
overview for josegmccausland
The u/josegmccausland community on Reddit. Reddit gives you the best of the internet in one place.
New post on /r/flutterdev subreddit:
Add Firebase Cloud Messaging FCM in Flutter Web | Push Notification
https://youtu.be/MqqZ975VHro
February 04, 2021 at 08:26AM by thehappyharis
https://ift.tt/3jg2Ij0
Add Firebase Cloud Messaging FCM in Flutter Web | Push Notification
https://youtu.be/MqqZ975VHro
February 04, 2021 at 08:26AM by thehappyharis
https://ift.tt/3jg2Ij0
YouTube
Possible to have Push Notification in Flutter Web? |Firebase Cloud Messaging (FCM) Push Notification
Tutorial on how to add Firebase Cloud Messaging FCM in Flutter Web.
👉 Subscribe to our weekly Flutter newsletter:
https://learnfluttercode.com/newsletter
📱 Pre Sign Up to Learn Flutter App :
https://learnfluttercode.com/app
Check out our website - ht…
👉 Subscribe to our weekly Flutter newsletter:
https://learnfluttercode.com/newsletter
📱 Pre Sign Up to Learn Flutter App :
https://learnfluttercode.com/app
Check out our website - ht…
New post on /r/flutterdev subreddit:
#30DaysOfFlutter ~ {day 4} - (Feb.2021)
https://www.youtube.com/watch?v=6gpVd1tCGnU
February 04, 2021 at 09:39AM by whotzinit
https://ift.tt/3jeLDGi
#30DaysOfFlutter ~ {day 4} - (Feb.2021)
https://www.youtube.com/watch?v=6gpVd1tCGnU
February 04, 2021 at 09:39AM by whotzinit
https://ift.tt/3jeLDGi
YouTube
- YouTube
New post on /r/flutterdev subreddit:
Getting Started with Flutter and IntelliJ
Hey everyone,
Even as a seasoned developer, I had a spot of trouble getting the Flutter dev environment set up with IntelliJ so i have created a walkthrough on how to do it.https://simonotoole.medium.com/getting-started-with-flutter-for-intellij-d4f45f2067b0Its the first article in the series. In future articles i will be walking through using IntelliJ as a Flutter development environment in increasing complexity. Follow me at https://simonotoole.medium.com/ to get notified when these articles are out.
February 04, 2021 at 10:58AM by mysticfakir
https://ift.tt/3riJ20Q
Getting Started with Flutter and IntelliJ
Hey everyone,
Even as a seasoned developer, I had a spot of trouble getting the Flutter dev environment set up with IntelliJ so i have created a walkthrough on how to do it.https://simonotoole.medium.com/getting-started-with-flutter-for-intellij-d4f45f2067b0Its the first article in the series. In future articles i will be walking through using IntelliJ as a Flutter development environment in increasing complexity. Follow me at https://simonotoole.medium.com/ to get notified when these articles are out.
February 04, 2021 at 10:58AM by mysticfakir
https://ift.tt/3riJ20Q
Medium
Getting started with Flutter for IntelliJ
Setting up the development environment