Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/45884​How do you feel about checked exceptions?View Poll

May 04, 2021 at 10:17AM by DevNico
https://ift.tt/3nL4hI1
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
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
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