onlyflutter.com
Learn everything about Flutter: https://onlyflutter.com
58 posts
62 followers
10 following
Regular Contributor
Active Commenter
comment in response to
post
I've continued working on my RSS Reader for Android, Your News! It’s packed with features like keyword filters, feed discovery, search, YouTube and Reddit integration, dark mode, and more. The goal is to cut through the noise and focus on your news. Link: play.google.com/store/apps/d...
comment in response to
post
True, but it also works with the CachedNetworkImage, I use approach 3 myself: onlyflutter.com/the-followin...
comment in response to
post
Here you go: onlyflutter.com/the-followin...
comment in response to
post
Do you mean a widget test for the cached network image?
comment in response to
post
Thanks for the update! Glad, I decided to use markdown_widget instead!
pub.dev/packages/mar...
comment in response to
post
Congratulations!🎉
comment in response to
post
Looks very cool!
comment in response to
post
Other than the implementation with RevenueCat being much easier, the main reason is that it allows me to keep my application backendless for now, as RevenueCat handles tasks like purchase verification.
comment in response to
post
I think I had this one before did you take the necessary steps that were suggested after “Xcode build done.”?
comment in response to
post
I am missing communities here to be honest. On X when I post one of my articles in a community I am getting a lot of engagement.
comment in response to
post
Thank you! I appreciate that! I am working on a big overhaul for the application, it will improve the UI a lot!🔥
comment in response to
post
Great, thank you!
comment in response to
post
Could I be included there as well?
comment in response to
post
Awesome work! I have written a lot of useful Flutter articles on my blog: onlyflutter.com
comment in response to
post
Not sure what you mean. Hive and Isar have not seen any updates in the last 16 months. Also, the maintainer has not communicated in that same period.
I think Hive V4 is based on Isar, but the version was never released other than some beta versions.
comment in response to
post
They released a spam update yesterday, hopefully it will be beneficial for us.
They definitely don’t deserve their monopoly because Google Search is no longer something to be proud of.
comment in response to
post
The same here! It seems following the SEO guidelines doesn't matter anymore. I am getting outranked by blogs that copy and paste articles from ChatGPT. I don't mind competition, but it starts bothering me when the content that is outranking me is worthless and not even written by a human.
comment in response to
post
Interesting, that you got hit by Google as well. I thought I was the only Flutter related website that got hit. To be honest I think there is spam going on in Google Search and for some reason the search engine promotes it. Your content is of high quality yet spammy articles are the ones on top…
comment in response to
post
You are welcome!
comment in response to
post
I've spoken with several developers on this subreddit (www.reddit.com/r/AndroidClo...) who successfully got their applications approved. Most of them mentioned that the 20 testers only need to install the application and remain part of the test group for the 14 day period.
comment in response to
post
No need to say sorry!
I expected the "showModalBottomSheet" function to take a "BottomSheet" widget myself, because Flutter's "showSnackBar" and "showMaterialBanner" functions take their respective widgets as parameters.
comment in response to
post
Good question! From my article: "The widget provided in the builder parameter of showModalBottomSheet is already wrapped inside a BottomSheet widget."
So you will render 2 BottomSheet widgets, which will cause some unique issues that are solvable, but can be avoided by not using the BottomSheet.
comment in response to
post
Done! 😁
comment in response to
post
Haha, fair enough!🤣 I think it is really a personal preference and depends on the use case. I often create new (mobile) Flutter projects for my blog posts, so not having to write the flags is worth it for me😋
comment in response to
post
True! But this requires you to always add the flags when creating a new project. Using 'flutter config' you can disable them, allowing you to just use 'flutter create' without any flags.
It is a small difference, but using 'flutter config' can be more convenient when creating a lot of project.
comment in response to
post
That is nice! Perhaps IntelliJ also has the option. However, pressing the Windows button and clicking the batch script to start the emulator is still my preferred way
comment in response to
post
That is also a possibility, I always use Android Studio to create new emulators and open them using a batch script. I do not use VS Code myself but IntelliJ, I know it is possible to open an Android emulator using IntelliJ as well, but I rather have my Android emulator in a seperate window