New post on /r/flutterdev subreddit:
Third time's the charm: Testing our Skeleton app (The Boring Flutter Dev...
https://youtube.com/watch?v=W1I6BxSWEXI&feature=share
December 29, 2021 at 07:16PM by Pixelreddit
https://ift.tt/3EF2A5I
Third time's the charm: Testing our Skeleton app (The Boring Flutter Dev...
https://youtube.com/watch?v=W1I6BxSWEXI&feature=share
December 29, 2021 at 07:16PM by Pixelreddit
https://ift.tt/3EF2A5I
YouTube
Third time's the charm: Testing our Skeleton app (The Boring Flutter Development Show, Ep. 54)
Welcome back to The Boring Flutter Development Show with Andrew Fitz Gibbon and Craig Labenz. In today’s episode, Fitz and Craig will attempt to add SharedPreferences to the Skeleton app and test it.
Chapters:
0:00 - Intro
2:30 - Talking through adding…
Chapters:
0:00 - Intro
2:30 - Talking through adding…
New tweet from FlutterDev:
RT @googledevs: 📣 Attention students! RSVP for the Solution Challenge 2022 kickoff event on January 19! → https://t.co/DAfJUXcMlp New to the Solution Challenge? Each year, university students are invited to support the @UN’s Sustainable Development Goals using @Google tech. 🎉 See you there! https://t.co/5KvkRIstVl— Flutter (@FlutterDev) Dec 29, 2021
December 29, 2021 at 10:00PM
https://twitter.com/FlutterDev/status/1476296971287683079
RT @googledevs: 📣 Attention students! RSVP for the Solution Challenge 2022 kickoff event on January 19! → https://t.co/DAfJUXcMlp New to the Solution Challenge? Each year, university students are invited to support the @UN’s Sustainable Development Goals using @Google tech. 🎉 See you there! https://t.co/5KvkRIstVl— Flutter (@FlutterDev) Dec 29, 2021
December 29, 2021 at 10:00PM
https://twitter.com/FlutterDev/status/1476296971287683079
Google Developer Student Clubs
GDSC Solution Challenge 2022 Kick-off
Virtual Event - GDSC Solution Challenge 2022 Kick-off
New post on /r/flutterdev subreddit:
How to add Flutter integration test in a CI with GitHub Action ?
During the development of a project, we need something to make integration testing...https://www.etiennetheodore.com/integration-testing-with-ci/
December 29, 2021 at 10:14PM by Puzzleheaded_Bowl736
https://ift.tt/31cgcIc
How to add Flutter integration test in a CI with GitHub Action ?
During the development of a project, we need something to make integration testing...https://www.etiennetheodore.com/integration-testing-with-ci/
December 29, 2021 at 10:14PM by Puzzleheaded_Bowl736
https://ift.tt/31cgcIc
Etienne Théodore
How to add Flutter integration test in a CI with GitHub Action ?
Introduction
During the development of a project, we need something to make integration
testing. And more importantly, use a CI to automatically run the tests. We will
see in this article how to make our first integration test and use Github Action
to perform…
During the development of a project, we need something to make integration
testing. And more importantly, use a CI to automatically run the tests. We will
see in this article how to make our first integration test and use Github Action
to perform…
New post on /r/flutterdev subreddit:
How is the Flutter job market at the moment?
After a lot of fooling around and trying different languages and frameworks (web, mobile desktop, game dev, backend - I've tried them all with varying degrees of success), I have decided to focus solely on Flutter again as it is by far the best development experience I have ever experienced.Web dev is the worst developer experience in my opinion - its a bit all over the place with all the different frameworks, tools, bundlers, etc etc etc...I ended up always suffering from serious anxiety when doing web dev in the past as a result.Flutter is so cohesive in comparison, and I just love everything about it.I did a Udemy course on Flutter a couple of years ago and loved it at the time but, due to the relatively small Flutter job market at the time and a web-based side project I ended up working on, I got pulled into focusing on web dev instead for the last couple of years.I have decided to focus purely on relearning Flutter due liking the framework and Dart so much, and plan to spend the next couple of months doing so.My question is: How is the Flutter job market right now (excluding the fact it's the holidays!) ?Also, how is the job market for Flutter noobies / junior roles? I have a feeling it could be pretty competitive unless you are a Flutter wizard?
December 30, 2021 at 02:05AM by grandslammer
https://ift.tt/32AAdsC
How is the Flutter job market at the moment?
After a lot of fooling around and trying different languages and frameworks (web, mobile desktop, game dev, backend - I've tried them all with varying degrees of success), I have decided to focus solely on Flutter again as it is by far the best development experience I have ever experienced.Web dev is the worst developer experience in my opinion - its a bit all over the place with all the different frameworks, tools, bundlers, etc etc etc...I ended up always suffering from serious anxiety when doing web dev in the past as a result.Flutter is so cohesive in comparison, and I just love everything about it.I did a Udemy course on Flutter a couple of years ago and loved it at the time but, due to the relatively small Flutter job market at the time and a web-based side project I ended up working on, I got pulled into focusing on web dev instead for the last couple of years.I have decided to focus purely on relearning Flutter due liking the framework and Dart so much, and plan to spend the next couple of months doing so.My question is: How is the Flutter job market right now (excluding the fact it's the holidays!) ?Also, how is the job market for Flutter noobies / junior roles? I have a feeling it could be pretty competitive unless you are a Flutter wizard?
December 30, 2021 at 02:05AM by grandslammer
https://ift.tt/32AAdsC
reddit
How is the Flutter job market at the moment?
After a ***lot*** of fooling around and trying different languages and frameworks (web, mobile desktop, game dev, backend - I've tried them all...
New post on /r/flutterdev subreddit:
Can someone just ELI5 the difference between ! and ?, and when I need to use which?
I've been coding for 15 years, I have a degree in computer science, my language of greatest proficiency is Go.I simply do not get the ! vs ? thing.Can someone explain it like I'm 5?Can someone tell me how to do things like they are in Go, where I explicitly test if they're nil, and handle it from there?Why do I need these extra ? and ! decorators in my code to handle nil/null? Why can't my code be smart enough to handle nil on it's own? What's the easiest way for a Go programmer to comprehend this stuff, and deal with it?
December 30, 2021 at 03:48AM by TheRealGrabo
https://ift.tt/3z8W06D
Can someone just ELI5 the difference between ! and ?, and when I need to use which?
I've been coding for 15 years, I have a degree in computer science, my language of greatest proficiency is Go.I simply do not get the ! vs ? thing.Can someone explain it like I'm 5?Can someone tell me how to do things like they are in Go, where I explicitly test if they're nil, and handle it from there?Why do I need these extra ? and ! decorators in my code to handle nil/null? Why can't my code be smart enough to handle nil on it's own? What's the easiest way for a Go programmer to comprehend this stuff, and deal with it?
December 30, 2021 at 03:48AM by TheRealGrabo
https://ift.tt/3z8W06D
Reddit
[deleted by user] : r/FlutterDev
41 votes, 29 comments. 115K subscribers in the FlutterDev community. A community for the publishing of news and discussion about Flutter. This…
New post on /r/flutterdev subreddit:
I feel like addPostFrameCallback is not documented enough.
Originally I tried to avoid using
December 30, 2021 at 06:01AM by em_te
https://ift.tt/32C0tTt
I feel like addPostFrameCallback is not documented enough.
Originally I tried to avoid using
SchedulerBinding.instance!.addPostFrameCallback
(or WidgetsBinding.instance!.addPostFrameCallback
) because it isn't documented in any tutorials and only exists in Stackoverflow solutions and in the Flutter API page without clear descriptions on when and when not to use it.Plus the call is overly long and requires a forced null bypass (!) so it looks ugly in code.But I feel there are many situations where calling it is unavoidable such as needing the BuildContent
inside initState
or when calling Navigate.push
during initState or build
.Does anyone feel the same?December 30, 2021 at 06:01AM by em_te
https://ift.tt/32C0tTt
reddit
I feel like addPostFrameCallback is not documented enough.
Originally I tried to avoid using `SchedulerBinding.instance!.addPostFrameCallback` (or `WidgetsBinding.instance!.addPostFrameCallback`) because...
New post on /r/flutterdev subreddit:
Article on Null Safety
Hi there, Olamide just published an article where he simplified Null Safety in Flutter.https://twitter.com/lord_lami/status/1476299185813028865?s=20Be sure to leave a like and comment, and please share. Thank you❤️
December 30, 2021 at 05:42AM by devoglamee
https://ift.tt/3ze00CW
Article on Null Safety
Hi there, Olamide just published an article where he simplified Null Safety in Flutter.https://twitter.com/lord_lami/status/1476299185813028865?s=20Be sure to leave a like and comment, and please share. Thank you❤️
December 30, 2021 at 05:42AM by devoglamee
https://ift.tt/3ze00CW
Twitter
Loop Through 23X
Hi there, Olamide just published an article where he simplified Null Safety in Flutter. dev.to/lordlamee/simp… Be sure to leave a like and comment, and please share. Thank you❤️
New post on /r/flutterdev subreddit:
Flutter UI for payment
https://www.youtube.com/watch?v=axNnBG4qMSQ
December 30, 2021 at 05:23AM by fmvt
https://ift.tt/32KQ0VB
Flutter UI for payment
https://www.youtube.com/watch?v=axNnBG4qMSQ
December 30, 2021 at 05:23AM by fmvt
https://ift.tt/32KQ0VB
YouTube
Flutter Payment UI Demo
Source Code: https://rebrand.ly/flutterpayUI_50off
A UI for payment for android and ios with greate flare animations and pixel-perfect UI design. Easy to use and to integrate into any flutter project.
Features:
Credit card types recognition.
Flare animation…
A UI for payment for android and ios with greate flare animations and pixel-perfect UI design. Easy to use and to integrate into any flutter project.
Features:
Credit card types recognition.
Flare animation…
New post on /r/flutterdev subreddit:
Flutter CRUD Using NodeJS API - EP 02
https://youtu.be/Euq_-_Xmi9U
December 30, 2021 at 07:12AM by Feeling-Toe8987
https://ift.tt/3FEJs9t
Flutter CRUD Using NodeJS API - EP 02
https://youtu.be/Euq_-_Xmi9U
December 30, 2021 at 07:12AM by Feeling-Toe8987
https://ift.tt/3FEJs9t
YouTube
Flutter CRUD Using NodeJS API - EP 02
In this video we will learn how to Integrate NODEJS CRUD Rest API in our Flutter application.
⏱TIMESTAMPS
00:00 - Introduction
01:01 - Flutter Packages
01:44 - Let`s Start Coding
02:45 - Product Model
05:41 - Product Listing - UI Design
15:17 - Product Add/Edit…
⏱TIMESTAMPS
00:00 - Introduction
01:01 - Flutter Packages
01:44 - Let`s Start Coding
02:45 - Product Model
05:41 - Product Listing - UI Design
15:17 - Product Add/Edit…
New post on /r/flutterdev subreddit:
How to add Firebase to a Flutter app with FlutterFire CLI (including multiple flavors)
https://ift.tt/32JCgdy
December 30, 2021 at 09:53AM by bizz84
https://ift.tt/3qyYxTM
How to add Firebase to a Flutter app with FlutterFire CLI (including multiple flavors)
https://ift.tt/32JCgdy
December 30, 2021 at 09:53AM by bizz84
https://ift.tt/3qyYxTM
Code With Andrea
How to add Firebase to a Flutter app with FlutterFire CLI
How to configure simple Flutter & Firebase apps using the FlutterFire from the command line.
New post on /r/flutterdev subreddit:
Flutter Maps with Vector Tiles
I stumbled upon this interesting blog post by David Green who created a renderer for vector tiles in Dart/Flutter that can display maps without the need of platform widgets. According to the blog post, its not as fast as a "truly native" renderer, but still impressive, I think.
December 30, 2021 at 01:09PM by eibaan
https://ift.tt/31ac0Zo
Flutter Maps with Vector Tiles
I stumbled upon this interesting blog post by David Green who created a renderer for vector tiles in Dart/Flutter that can display maps without the need of platform widgets. According to the blog post, its not as fast as a "truly native" renderer, but still impressive, I think.
December 30, 2021 at 01:09PM by eibaan
https://ift.tt/31ac0Zo
Greensopinion
Flutter Maps With Vector Tiles
Flutter is a huge productivity booster except for a few sharp edges, one of which is embedding maps. Maps are commonly added using the google_maps_flutter package, which uses native platform widgets to embed a Google map in your Flutter app. The resulting…
New post on /r/flutterdev subreddit:
How to add AudioWaveforms ∿ to your Flutter apps?
https://ift.tt/3FFsXda
December 30, 2021 at 02:25PM by Rutvik110
https://ift.tt/3FHGHUU
How to add AudioWaveforms ∿ to your Flutter apps?
https://ift.tt/3FFsXda
December 30, 2021 at 02:25PM by Rutvik110
https://ift.tt/3FHGHUU
Medium
How to add AudioWaveforms to your Flutter apps?
Sometime back in November, I was intrigued🤩 by this idea of creating waveforms for audio. I wanted to display the inactive waveform and…
New post on /r/flutterdev subreddit:
Responsive Google Clone Tutorial using Flutter
https://youtu.be/LHmbkKJhAhU
December 30, 2021 at 03:51PM by OSetups
https://ift.tt/3qyugo1
Responsive Google Clone Tutorial using Flutter
https://youtu.be/LHmbkKJhAhU
December 30, 2021 at 03:51PM by OSetups
https://ift.tt/3qyugo1
YouTube
Flutter Responsive UI: Google Clone
Learn how to build completely Responsive Google Clone using Flutter - fetch results from Google Custom Search API & Pagination!
#flutter #ui #responsive
Source Code: https://github.com/RivaanRanawat/google-clone-flutter
Important Links:
colors.dart File…
#flutter #ui #responsive
Source Code: https://github.com/RivaanRanawat/google-clone-flutter
Important Links:
colors.dart File…
New post on /r/flutterdev subreddit:
Flutter Searchable ListView, Render Tree Explorer & Co. - 50 - PUB.DEV R...
https://youtube.com/watch?v=18tO828ZDLs&feature=share
December 30, 2021 at 03:16PM by syntacops
https://ift.tt/3FJ2X0v
Flutter Searchable ListView, Render Tree Explorer & Co. - 50 - PUB.DEV R...
https://youtube.com/watch?v=18tO828ZDLs&feature=share
December 30, 2021 at 03:16PM by syntacops
https://ift.tt/3FJ2X0v
YouTube
Flutter Searchable ListView, Render Tree Explorer & Co. - 50 - PUB.DEV RELEASES
Week 50 brings a flutter searchable listview package. On top of that we also a 3D representation of the render tree and many more useful packages. (Girlfriend Edition today, because I have a cold and sore throat.)
#flutter #searchable #listview
📺 FULL PLAYLIST:…
#flutter #searchable #listview
📺 FULL PLAYLIST:…
New tweet from FlutterDev:
📺🍿 Last time on #TheBoringShow... @Fitzface & @craig_labenz wrote some basic tests for the settings controller in the skeleton app. Find out if they're able to test local storage as well, and if their tests will even run! Join the fun 👉 https://t.co/tLbHL1iWKa https://t.co/tqLhrY8PwP— Flutter (@FlutterDev) Dec 30, 2021
December 30, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1476621707221909504
📺🍿 Last time on #TheBoringShow... @Fitzface & @craig_labenz wrote some basic tests for the settings controller in the skeleton app. Find out if they're able to test local storage as well, and if their tests will even run! Join the fun 👉 https://t.co/tLbHL1iWKa https://t.co/tqLhrY8PwP— Flutter (@FlutterDev) Dec 30, 2021
December 30, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1476621707221909504
YouTube
Third time's the charm: Testing our Skeleton app (The Boring Flutter Development Show, Ep. 54)
Welcome back to The Boring Flutter Development Show with Andrew Fitz Gibbon and Craig Labenz. In today’s episode, Fitz and Craig will attempt to add SharedPreferences to the Skeleton app and test it.
Chapters:
0:00 - Intro
2:30 - Talking through adding…
Chapters:
0:00 - Intro
2:30 - Talking through adding…
New post on /r/flutterdev subreddit:
Testing our Flutter Skeleton app #shorts
https://youtube.com/watch?v=0gLx-Wm9Dq0&feature=share
December 30, 2021 at 09:40PM by Pixelreddit
https://ift.tt/3JwPgnS
Testing our Flutter Skeleton app #shorts
https://youtube.com/watch?v=0gLx-Wm9Dq0&feature=share
December 30, 2021 at 09:40PM by Pixelreddit
https://ift.tt/3JwPgnS
YouTube
Testing our Flutter Skeleton app #shorts
Watch the full episode → https://goo.gle/3zb0nhx
Subscribe to the Flutter channel → https://goo.gle/FlutterYT
fullname: Andrew Fitz Gibbon, Craig Labenz;
Subscribe to the Flutter channel → https://goo.gle/FlutterYT
fullname: Andrew Fitz Gibbon, Craig Labenz;
New post on /r/flutterdev subreddit:
Performance Improvement Tip
https://twitter.com/Mullr33/status/1476629471939735562?t=swC3hu6IHkZhOiw398y_Jw&s=19
December 30, 2021 at 11:30PM by ufohitchhiker
https://ift.tt/32MQNW2
Performance Improvement Tip
https://twitter.com/Mullr33/status/1476629471939735562?t=swC3hu6IHkZhOiw398y_Jw&s=19
December 30, 2021 at 11:30PM by ufohitchhiker
https://ift.tt/32MQNW2
Twitter
Joe Muller 💙
#Flutter Performance Tip: Create a reusables.dart file to hold components that are constant everywhere. - Padding and margin values - Border values - Spacers ...
New post on /r/flutterdev subreddit:
Is Flutter suitable for apps with camera and hardware access?
I am looking forward to start developing a multi-platform version of my Android app, which main function is accessing the phone's hardware: camera with exposure control, focus (manual and automatic, zoom, flash, but also access to the phone's storage, SD card, location sensors, position sensors, accelerometer,...). My current app is an Android app built natively with Kotlin, using CameraX for the camera.From what I understood, Flutter works like a charm when working on the UI. But can it be recommended for apps requiring heavy access to the camera and other phone's hardware (for both iOS and Android)?
December 30, 2021 at 11:15PM by greenBlueChameleon
https://ift.tt/3eFui7U
Is Flutter suitable for apps with camera and hardware access?
I am looking forward to start developing a multi-platform version of my Android app, which main function is accessing the phone's hardware: camera with exposure control, focus (manual and automatic, zoom, flash, but also access to the phone's storage, SD card, location sensors, position sensors, accelerometer,...). My current app is an Android app built natively with Kotlin, using CameraX for the camera.From what I understood, Flutter works like a charm when working on the UI. But can it be recommended for apps requiring heavy access to the camera and other phone's hardware (for both iOS and Android)?
December 30, 2021 at 11:15PM by greenBlueChameleon
https://ift.tt/3eFui7U
reddit
Is Flutter suitable for apps with camera and hardware access?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter web app to track Top Software Repos on GitHub
https://twitter.com/creativemaybeno/status/1476696599828992002?s=20
December 31, 2021 at 12:32AM by creativemaybeno
https://ift.tt/3ENWfW0
Flutter web app to track Top Software Repos on GitHub
https://twitter.com/creativemaybeno/status/1476696599828992002?s=20
December 31, 2021 at 12:32AM by creativemaybeno
https://ift.tt/3ENWfW0
Twitter
creativecreatorormaybenot
Inspired by @timsneath's posts on the ranking of the top software repos on #GitHub, I decided to create a #Flutter web app for it 🥳 You can view the top 100 repos and how they develop at ght.creativemaybeno.dev 🌟 On top of that, you can follow @github_tracker…
New post on /r/flutterdev subreddit:
Learning Flutter in 2022
Hi everyone.I am currently studying an engineering degree in software development. Since I am one year away from graduation I want to start specializing in something. I discovered flutter this month and caught my attention. I have already started to study a little bit, guided by the official documentation and different channels on Youtube. I don't really know how to start a career so, i have some questions:Do you recommend starting my career with Flutter?How much work is currently available for a junior Flutter developer?I want to start my career as a developer with modern technologies, but in this case I don't know whether to start with Flutter or something native like Java or Kotlin. Currently I can't afford to buy a MacBook, so I was interested in Flutter so I can have a wider scope.My idea is that over the course of this year I manage to develop one or two applications and publish them on Android and iOS (if I can without having a MacBook) to have an initial portfolio.I hope you can help me to have some guidance for the beginning of my career.Thank You
December 31, 2021 at 02:26AM by Mrwoozy12
https://ift.tt/3zcLICe
Learning Flutter in 2022
Hi everyone.I am currently studying an engineering degree in software development. Since I am one year away from graduation I want to start specializing in something. I discovered flutter this month and caught my attention. I have already started to study a little bit, guided by the official documentation and different channels on Youtube. I don't really know how to start a career so, i have some questions:Do you recommend starting my career with Flutter?How much work is currently available for a junior Flutter developer?I want to start my career as a developer with modern technologies, but in this case I don't know whether to start with Flutter or something native like Java or Kotlin. Currently I can't afford to buy a MacBook, so I was interested in Flutter so I can have a wider scope.My idea is that over the course of this year I manage to develop one or two applications and publish them on Android and iOS (if I can without having a MacBook) to have an initial portfolio.I hope you can help me to have some guidance for the beginning of my career.Thank You
December 31, 2021 at 02:26AM by Mrwoozy12
https://ift.tt/3zcLICe
reddit
Learning Flutter in 2022
Hi everyone. I am currently studying an engineering degree in software development. Since I am one year away from graduation I want to start...
New post on /r/flutterdev subreddit:
Adding (scalable) state management to the new `skeleton_template` - gskinner blog
https://ift.tt/3sTOcnU
December 31, 2021 at 04:48AM by gskinner_team
https://ift.tt/3sIUwi3
Adding (scalable) state management to the new `skeleton_template` - gskinner blog
https://ift.tt/3sTOcnU
December 31, 2021 at 04:48AM by gskinner_team
https://ift.tt/3sIUwi3
gskinner blog
Flutter: Adding (scalable) state management to the new `skeleton` template
Recently we took a deep dive into the new skeleton template included in the Flutter SDK. As noted in the article, one of the big missing pieces in the template is a scalable state management...