New post on /r/flutterdev subreddit:
Best and Worst CI/CD for Native and Flutter apps
Our small startup is looking into choosing a CI/CDCurrently our apps are in native IOS and Android, but moving forward we wish to move to FlutterI saw the thread Bitrise vs CodeMagic but it is dated being 2 years old.https://www.reddit.com/r/FlutterDev/comments/akpnzi/bitrise_vs_codemagic_cicd/?utm_source=share&utm_medium=web2x&context=3Which CI/CD would you recommend or avoid?Besides for Bitrise & CodeMagic, I see CIrcleCI & AppCirlce competing in the space.
May 03, 2021 at 03:26PM by BreathingAddict
https://ift.tt/3h1ldsu
Best and Worst CI/CD for Native and Flutter apps
Our small startup is looking into choosing a CI/CDCurrently our apps are in native IOS and Android, but moving forward we wish to move to FlutterI saw the thread Bitrise vs CodeMagic but it is dated being 2 years old.https://www.reddit.com/r/FlutterDev/comments/akpnzi/bitrise_vs_codemagic_cicd/?utm_source=share&utm_medium=web2x&context=3Which CI/CD would you recommend or avoid?Besides for Bitrise & CodeMagic, I see CIrcleCI & AppCirlce competing in the space.
May 03, 2021 at 03:26PM by BreathingAddict
https://ift.tt/3h1ldsu
reddit
r/FlutterDev - Bitrise vs Codemagic CI/CD
23 votes and 17 comments so far on Reddit
New post on /r/flutterdev subreddit:
I just published a simple package for value caching. I hope this helps someone.
https://ift.tt/3xJjlKT
May 03, 2021 at 05:03PM by renancaraujo
https://ift.tt/3vFSX2W
I just published a simple package for value caching. I hope this helps someone.
https://ift.tt/3xJjlKT
May 03, 2021 at 05:03PM by renancaraujo
https://ift.tt/3vFSX2W
Dart packages
cached_value | Dart Package
A simple way to cache values that result from rather expensive operations.
New post on /r/flutterdev subreddit:
The new null check operator
I realized that there's a new null check operator '!', and I want to know how it differs from '?.' in a null-safe app.For example, I have a method that shows an interstitial ad once it's ready and I can't seem to call _interstitialAd.show() without this error. 'The method show can't be unconditionally invoked because the receiver can't be null. Try making the call conditionally (using ?.) Or adding a null check to the target (!).'I've tried either but I don't see any differences. I know the question mark checks to see if an object is null before it calls any function of it but what about the exclamation mark?I've also seen the exclamation mark added to the end of some objects and removing it gives this error, 'The argument type 'Object?' can't be assigned to the parameter type 'Object' 'I know that null is now a type of it's own and no longer a subtype but it's all very confusing. When do I use one or the other and why?
May 03, 2021 at 04:45PM by HenryNanaAdu
https://ift.tt/3nGSoCU
The new null check operator
I realized that there's a new null check operator '!', and I want to know how it differs from '?.' in a null-safe app.For example, I have a method that shows an interstitial ad once it's ready and I can't seem to call _interstitialAd.show() without this error. 'The method show can't be unconditionally invoked because the receiver can't be null. Try making the call conditionally (using ?.) Or adding a null check to the target (!).'I've tried either but I don't see any differences. I know the question mark checks to see if an object is null before it calls any function of it but what about the exclamation mark?I've also seen the exclamation mark added to the end of some objects and removing it gives this error, 'The argument type 'Object?' can't be assigned to the parameter type 'Object' 'I know that null is now a type of it's own and no longer a subtype but it's all very confusing. When do I use one or the other and why?
May 03, 2021 at 04:45PM by HenryNanaAdu
https://ift.tt/3nGSoCU
reddit
The new null check operator
I realized that there's a new null check operator '!', and I want to know how it differs from '?.' in a null-safe app. For example, I have a...
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 83 Tutorials, videos, packages, and much more!
https://ift.tt/3vEChZC
May 03, 2021 at 05:50PM by vensign
https://ift.tt/3uagxEt
Flutter Tap Weekly Newsletter Week 83 Tutorials, videos, packages, and much more!
https://ift.tt/3vEChZC
May 03, 2021 at 05:50PM by vensign
https://ift.tt/3uagxEt
Fluttertap
Newsletter Issue 83
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 83
New post on /r/flutterdev subreddit:
Woocommerce integration
looking for an article that explains how to integrate Wordpress and Woocommerce API with flutterAny Tips?
May 03, 2021 at 05:12PM by A_Yusuf
https://ift.tt/3xI7IDU
Woocommerce integration
looking for an article that explains how to integrate Wordpress and Woocommerce API with flutterAny Tips?
May 03, 2021 at 05:12PM by A_Yusuf
https://ift.tt/3xI7IDU
reddit
Woocommerce integration
looking for an article that explains how to integrate Wordpress and Woocommerce API with flutter Any Tips?
New post on Flutter Dev Google group:
VS Code extension v3.22 - Integration testing, new refactors, ...
Hey all, v3.22.0 of the VS Code extensions have been published. Release notes are below (and online ). Flutter Integration Testing #3009
VS Code extension v3.22 - Integration testing, new refactors, ...
Hey all, v3.22.0 of the VS Code extensions have been published. Release notes are below (and online ). Flutter Integration Testing #3009
New post on Flutter Dev Google group:
authtentification problem with flutter from mobile to web
Hey Community, i am new to flutter and i just made a system of authentification for mobile apps using flutter firebase, now i want to convert the mobile auth to web auth ,i run the app openning it in a browser the design is the same but the auth doesn't work ,how do i fix it? is there any
May 03, 2021 at 07:07PM by Nidhaleddine CHENNI
https://ift.tt/3nNkvAr
authtentification problem with flutter from mobile to web
Hey Community, i am new to flutter and i just made a system of authentification for mobile apps using flutter firebase, now i want to convert the mobile auth to web auth ,i run the app openning it in a browser the design is the same but the auth doesn't work ,how do i fix it? is there any
May 03, 2021 at 07:07PM by Nidhaleddine CHENNI
https://ift.tt/3nNkvAr
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:
Having an issue in drawing polyline on Google Map using GetX
I am using GetX. I working on Google Map. But I am facing an issue. I want to draw a polyline. But initially polyline does not show. When I hot reload that page then only the polyline is shown. I have added the marker and polyline in initial method. Does anyone have idea on this issue? Does
May 03, 2021 at 08:47PM by falaks...@gmail.com
https://ift.tt/3nLkD3j
Having an issue in drawing polyline on Google Map using GetX
I am using GetX. I working on Google Map. But I am facing an issue. I want to draw a polyline. But initially polyline does not show. When I hot reload that page then only the polyline is shown. I have added the marker and polyline in initial method. Does anyone have idea on this issue? Does
May 03, 2021 at 08:47PM by falaks...@gmail.com
https://ift.tt/3nLkD3j
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:
How is flutter so "easy" when you can't even make a table without spaghettified widgets and stuff?
I am doing an android app btw. Till I learn this framework, I would rather learn xcode and do both android and IOS, why should I bother to take risk to learn this framework?It's not like html, not like C#, not like java it's unlike anything I've ever seen. It's not even linear, widgets are weird way of programming. Stateless and stateful widgets? What do they even mean? And even one thing you change from them, it gives error. None knows what they are doing.How do you do only one table? In html, simple, table tr td and stuff. Easy. In flutter? You gotta call that widget from there then call that thing from another widget, then another bla bla. A lot of thing just to draw a table. Why do you call this easy? This is definitely not easy, and its a very weird way of programming. When you have some complicated variables that needs to be shown in the tables, it won't work. It just won't. And youtube tutorials suck. 5 hours of dart tutorial? Nothing important it tells you. Flutter tutorial? Trash. I think some dudes are seriously getting rich by this framework and they just won't share their secrets.
May 03, 2021 at 10:14PM by ucanzeee
https://ift.tt/3gV5Kdz
How is flutter so "easy" when you can't even make a table without spaghettified widgets and stuff?
I am doing an android app btw. Till I learn this framework, I would rather learn xcode and do both android and IOS, why should I bother to take risk to learn this framework?It's not like html, not like C#, not like java it's unlike anything I've ever seen. It's not even linear, widgets are weird way of programming. Stateless and stateful widgets? What do they even mean? And even one thing you change from them, it gives error. None knows what they are doing.How do you do only one table? In html, simple, table tr td and stuff. Easy. In flutter? You gotta call that widget from there then call that thing from another widget, then another bla bla. A lot of thing just to draw a table. Why do you call this easy? This is definitely not easy, and its a very weird way of programming. When you have some complicated variables that needs to be shown in the tables, it won't work. It just won't. And youtube tutorials suck. 5 hours of dart tutorial? Nothing important it tells you. Flutter tutorial? Trash. I think some dudes are seriously getting rich by this framework and they just won't share their secrets.
May 03, 2021 at 10:14PM by ucanzeee
https://ift.tt/3gV5Kdz
reddit
How is flutter so "easy" when you can't even make a table without...
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Partner Up for Learning
Hello everyone, hope you doing well. I just wanted to share the discord server for the people who search for learning partners. You can join server to find a partner for learning different programming languages or any topics you are interested in. Here is the link for the server:https://discord.gg/ayeGrsaSG2
May 03, 2021 at 09:34PM by heisenbug403
https://ift.tt/3eQO4Nt
Partner Up for Learning
Hello everyone, hope you doing well. I just wanted to share the discord server for the people who search for learning partners. You can join server to find a partner for learning different programming languages or any topics you are interested in. Here is the link for the server:https://discord.gg/ayeGrsaSG2
May 03, 2021 at 09:34PM by heisenbug403
https://ift.tt/3eQO4Nt
Discord
Join the Partner Up Discord Server!
Check out the Partner Up community on Discord - hang out with 658 other members and enjoy free voice and text chat.
New post on /r/flutterdev subreddit:
Are you a Sneakerhead?
Is anyone (Flutter front end, back end, project manager) out there big into sneakers? Do you wear or collect Nikes, Jordan retro’s, etc.?
May 03, 2021 at 10:58PM by imarugs
https://ift.tt/2SdGSmT
Are you a Sneakerhead?
Is anyone (Flutter front end, back end, project manager) out there big into sneakers? Do you wear or collect Nikes, Jordan retro’s, etc.?
May 03, 2021 at 10:58PM by imarugs
https://ift.tt/2SdGSmT
reddit
Are you a Sneakerhead?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Animated Icon In 7 Minutes (Johannes Milke)
https://www.youtube.com/watch?v=oGHeVdGLMjI
May 03, 2021 at 10:36PM by JohannesMilke
https://ift.tt/3eLPjxs
Flutter Tutorial - Animated Icon In 7 Minutes (Johannes Milke)
https://www.youtube.com/watch?v=oGHeVdGLMjI
May 03, 2021 at 10:36PM by JohannesMilke
https://ift.tt/3eLPjxs
YouTube
Flutter Tutorial - Animated Icon In 7 Minutes
The Flutter Animated Icon creates a simply icon transition animation between two icons in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter…
New post on /r/flutterdev subreddit:
@GetStream_io just published a null-safe beta of their Flutter Chat SDK
https://twitter.com/getstream_io/status/1389296529916243974
May 04, 2021 at 02:08AM by Ajaxml
https://ift.tt/3aXGj7a
@GetStream_io just published a null-safe beta of their Flutter Chat SDK
https://twitter.com/getstream_io/status/1389296529916243974
May 04, 2021 at 02:08AM by Ajaxml
https://ift.tt/3aXGj7a
Twitter
Stream
We did! 🚀 Stream's #Flutter SDK was just updated to support null safety. Check out our beta release for more information. 😎✨: github.com/GetStream/stre… twitter.com/geekmz/status/…
New post on /r/flutterdev subreddit:
I share my simple flutter example about firebase storage and firestore database app in github
https://github.com/fluttirci/Flutter-Firestore-and-Storage-Example-App-with-TableIt's just simple, easy to understand. It has text data and an image. However, you can't just directly take this and use it obviously, you need to a lot of stuff before you can use it, because of the nature of firebase. Read the github for details.https://imgur.com/uHATHJs.png
May 04, 2021 at 02:59AM by philospherrobot
https://ift.tt/3ufKiDO
I share my simple flutter example about firebase storage and firestore database app in github
https://github.com/fluttirci/Flutter-Firestore-and-Storage-Example-App-with-TableIt's just simple, easy to understand. It has text data and an image. However, you can't just directly take this and use it obviously, you need to a lot of stuff before you can use it, because of the nature of firebase. Read the github for details.https://imgur.com/uHATHJs.png
May 04, 2021 at 02:59AM by philospherrobot
https://ift.tt/3ufKiDO
GitHub
GitHub - fluttirci/Flutter-Firestore-and-Storage-Example-App-with-Table: An app that shows some data from firebase storage image…
An app that shows some data from firebase storage image and some firestore text datas - GitHub - fluttirci/Flutter-Firestore-and-Storage-Example-App-with-Table: An app that shows some data from fir...
New post on /r/flutterdev subreddit:
Business Logic in Provider architechture
Where is the best place to put Business Logic in Provider Architecture. Kindly share me your thoughts
May 04, 2021 at 05:17AM by tluangahauhnar
https://ift.tt/339yOpw
Business Logic in Provider architechture
Where is the best place to put Business Logic in Provider Architecture. Kindly share me your thoughts
May 04, 2021 at 05:17AM by tluangahauhnar
https://ift.tt/339yOpw
New post on /r/flutterdev subreddit:
Monetizing Flutter apps with Google AdMob
https://youtu.be/TvAnkBjj36E
May 04, 2021 at 07:01AM by K_SNIPPET
https://ift.tt/2Rk7Bhe
Monetizing Flutter apps with Google AdMob
https://youtu.be/TvAnkBjj36E
May 04, 2021 at 07:01AM by K_SNIPPET
https://ift.tt/2Rk7Bhe
YouTube
💰 Monetizing Flutter apps with Google AdMob 💰
In this video, we learn how to do integrate Google Admob with Flutter with latest Flutter 2.0 Google Admob Package.
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📄Admob Website
https://www.admob.com/
📎Flutter Admob Package…
📄Source Code
Follow us to get Source @ Twitter | Facebook | Instagram | Telegram
📄Admob Website
https://www.admob.com/
📎Flutter Admob Package…
New post on /r/flutterdev subreddit:
Music Player App
I made a music player app. The app supports mostly all basic features that other popular music player apps like Spotify support. You canListen to songs online (quality up to 320kbps) as well as offline.Download music in best quality (320 kbps)Shuffle songs, Create playlists, etc.No subscriptionand most important thing, "No Ads"You can check the project here: https://github.com/Sangwan5688/BlackHoleFeedbacks appreciated :)
May 04, 2021 at 09:21AM by sangwan_5688
https://ift.tt/2PS5ReU
Music Player App
I made a music player app. The app supports mostly all basic features that other popular music player apps like Spotify support. You canListen to songs online (quality up to 320kbps) as well as offline.Download music in best quality (320 kbps)Shuffle songs, Create playlists, etc.No subscriptionand most important thing, "No Ads"You can check the project here: https://github.com/Sangwan5688/BlackHoleFeedbacks appreciated :)
May 04, 2021 at 09:21AM by sangwan_5688
https://ift.tt/2PS5ReU
GitHub
GitHub - Sangwan5688/blackhole
Contribute to Sangwan5688/blackhole development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Dart Checked Exceptions
I don't understand the hate checked exceptions seem to get, they were already declined as a language feature maybe a Throws annotation can bring better error handling to dart. https://github.com/dart-lang/sdk/issues/45884How do you feel about checked exceptions?View Poll
May 04, 2021 at 10:17AM by DevNico
https://ift.tt/3nL4hI1
Dart Checked Exceptions
I don't understand the hate checked exceptions seem to get, they were already declined as a language feature maybe a Throws annotation can bring better error handling to dart. https://github.com/dart-lang/sdk/issues/45884How do you feel about checked exceptions?View Poll
May 04, 2021 at 10:17AM by DevNico
https://ift.tt/3nL4hI1
GitHub
Checked Exceptions as an annotation · Issue #45884 · dart-lang/sdk
I never understood the hate checked exceptions get. The solution people give for why you don't need them is either if something went wrong return null which since null safety is a thing you...
New post on /r/flutterdev subreddit:
Convert any widgets into an image using Davinci
Davinci is a plugin that I've created to convert any widget into an image in four steps that you can share with other app/chats.Github Link:https://github.com/Imgkl/davinci
Package Link: https://pub.dev/packages/davinciAny contribution is welcome.
May 04, 2021 at 10:09AM by chif_
https://ift.tt/3teOHFW
Convert any widgets into an image using Davinci
Davinci is a plugin that I've created to convert any widget into an image in four steps that you can share with other app/chats.Github Link:https://github.com/Imgkl/davinci
Package Link: https://pub.dev/packages/davinciAny contribution is welcome.
May 04, 2021 at 10:09AM by chif_
https://ift.tt/3teOHFW
GitHub
GitHub - Imgkl/davinci: A flutter package to convert any widget to an Image.
A flutter package to convert any widget to an Image. - GitHub - Imgkl/davinci: A flutter package to convert any widget to an Image.
New post on Flutter Dev Google group:
Info Window
I want show info window always on Google Map. It shouldn't hide even if I tap the marker. It should always appear on Google Map. Is there any way to do it?
May 04, 2021 at 11:50AM by falaks...@gmail.com
https://ift.tt/3vEJmsX
Info Window
I want show info window always on Google Map. It shouldn't hide even if I tap the marker. It should always appear on Google Map. Is there any way to do it?
May 04, 2021 at 11:50AM by falaks...@gmail.com
https://ift.tt/3vEJmsX
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 dev jobs?
I've spent a bit of time learning Flutter on my own and really enjoy it! I decided to search for "flutter" on LinkedIn job postings and it looks like there are very few companies hiring for Flutter developers. Is there a reason why adoption is so low in corporate environments? Is Flutter intended mainly for very small teams/individuals with fewer resources or is there a genuine effort at Google to increase adoption in the corporate realm? I'm curious to hear what this community thinks
May 04, 2021 at 11:51AM by thefamousceleb
https://ift.tt/3eVsLuj
Flutter dev jobs?
I've spent a bit of time learning Flutter on my own and really enjoy it! I decided to search for "flutter" on LinkedIn job postings and it looks like there are very few companies hiring for Flutter developers. Is there a reason why adoption is so low in corporate environments? Is Flutter intended mainly for very small teams/individuals with fewer resources or is there a genuine effort at Google to increase adoption in the corporate realm? I'm curious to hear what this community thinks
May 04, 2021 at 11:51AM by thefamousceleb
https://ift.tt/3eVsLuj
reddit
Flutter dev jobs?
I've spent a bit of time learning Flutter on my own and really enjoy it! I decided to search for "flutter" on LinkedIn job postings and it looks...