Your News - RSS Feed Reader - Apps on Google Play
Personalized RSS, YouTube and Reddit Feed Reader & Aggregator
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...
27.03.2025 16:12 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
When it comes to Flutter, there are two popular approaches to writing integration tests:
1. ๐๐ผ๐บ๐บ๐ผ๐ป ๐ฎ๐ฝ๐ฝ๐ฟ๐ผ๐ฎ๐ฐ๐ต: Uses a separate integration_test directory.
2. ๐๐น๐๐๐๐ฒ๐ฟ ๐๐ฟ๐ถ๐๐ฒ๐ฟ ๐ฎ๐ฝ๐ฝ๐ฟ๐ผ๐ฎ๐ฐ๐ต: Possibility to reuse widget tests from the test directory.
#flutterdev
๐ ๐๐ฒ๐ฎ๐ฟ๐ป ๐บ๐ผ๐ฟ๐ฒ: onlyflutter.com/how-to-creat...
25.03.2025 16:47 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
hive_ce 2.11.0-pre.4 | Dart package
Hive Community Edition - A spiritual continuation of Hive v2
Hive_ce 2.11.0 (prerelease) has been released which includes support for isolates through IsolatedHive.
#flutterdev #dart
๐Test it out here: pub.dev/packages/hiv...
New to Hive CE? Check out the following article: onlyflutter.com/how-to-add-a...
23.03.2025 19:44 โ ๐ 6 ๐ 2 ๐ฌ 0 ๐ 0
Looking for a way to monetize your Flutter application? Consider ads using Google AdMob.
Ads are a great way to monetize your application. Ads can be placed at the bottom of your application, inside lists, or even on the whole page.
#flutterdev #dart
๐ Learn more: onlyflutter.com/flutter-ads-...
17.03.2025 17:27 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Did you know you can easily host your Flutter web apps for free using Firebase?
Firebase offers a free tier with up to 10GB of hosting per month. For basic Flutter web apps such as portfolios, and landing pages, this is more than enough.
#flutterdev
๐ Learn more: onlyflutter.com/how-to-host-...
10.03.2025 19:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
To ensure that our code meets standards, is correctly formatted, and thoroughly tested, we often use CI/CD pipelines.
However, this is not always necessary. If you prefer a simpler solution, you can use Git Hooks instead.
#flutter #dart #flutterdev
๐Learn more: onlyflutter.com/git-hooks-in...
05.03.2025 19:16 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Do not make this mistake when implementing modal bottom sheets in Flutter.
Flutter has a ๐๐ผ๐๐๐ผ๐บ๐ฆ๐ต๐ฒ๐ฒ๐ widget, but it should not be used with the ๐๐ต๐ผ๐๐ ๐ผ๐ฑ๐ฎ๐น๐๐ผ๐๐๐ผ๐บ๐ฆ๐ต๐ฒ๐ฒ๐ function.
#FlutterDev #Flutter
Learn more about it here: onlyflutter.com/how-to-creat...
27.02.2025 16:16 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Do you mean a widget test for the cached network image?
17.02.2025 06:10 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Your News - RSS Feed Reader - Apps on Google Play
Personalized RSS, YouTube and Reddit Feed Reader & Aggregator
Finally finished the redesign of my Feed Reader application Your News. Also, decided to remove all the Ads in the application.
๐ Check it out: play.google.com/store/apps/d...
#flutterdev #android
It took a while, but Iโm planning to create a redesign guide with useful tips in the future!๐ก
10.02.2025 18:51 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
Congratulations!๐
10.02.2025 17:52 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Looks very cool!
10.02.2025 16:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
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.
10.02.2025 08:59 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
I think I had this one before did you take the necessary steps that were suggested after โXcode build done.โ?
10.02.2025 05:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
I am working on canceling subscriptions using RevenueCat in Flutter. Is this still the way to go?
#flutterdev #flutter #dart #revenuecat
08.02.2025 10:48 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
hive_ce | Dart package
Hive Community Edition - A spiritual continuation of Hive v2
New Hive Community Edition 2.10.0 is here! This release introduces one of the most requested features: increasing the maximum type ID from 223 to 65439. ๐
This will make it easier to manage large and complex object models.
#flutterdev #flutter #dart
๐Check it out: pub.dev/packages/hiv...
06.02.2025 17:47 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
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.
05.02.2025 06:04 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
What started with implementing a new feature for the Your News application ended up in a complete redesign of the whole application, and I'm getting close to finishing it!
#FlutterDev
play.google.com/store/apps/d...
02.02.2025 12:47 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Improving Code Quality in Flutter With Very Good Analysis
Enhance your Flutter code with Very Good Analysis: Improve code quality, follow best practices, simplify code, find unused code, and more
Ensure best practices in Dart & Flutter effortlessly with the very_good_analysis package. Used and tested daily by developers at Very Good Ventures, it enforces robust linting rules for high-quality code.
#dart #flutter #flutterdev
๐ Learn more about it: onlyflutter.com/improving-co...
30.01.2025 20:10 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Thank you! I appreciate that! I am working on a big overhaul for the application, it will improve the UI a lot!๐ฅ
27.01.2025 16:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Great, thank you!
27.01.2025 13:39 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Could I be included there as well?
27.01.2025 12:51 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Awesome work! I have written a lot of useful Flutter articles on my blog: onlyflutter.com
27.01.2025 11:55 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Editor-at-large at The Verge. I could eat.
Flutter GDE ๐ Co-founder bbapps.dev ๐๐ซถ๐ฝ Author โFlutter Design Patterns and Best Practicesโ ๐ Flutterista ๐ WTM ๐ I also love to read ๐, dance ๐๐ฝ, travel โ and learn languages ๐ช๐ธ Mother of Cats ๐ป
Design System Engineer at Wolt โข Previously Flutter Contributor at Codemagic โข SwiftUI Developer
We build, test and maintain Flutter apps in Melbourne, Australia
https://www.nimblesite.co
#Flutter and #dotnet
https://www.christianfindlay.com
โพโห.โโฉ aka "The Cloud Witch" โจ๐๐ฎ ~
Senior Flutter & TypeScript Engineer,
consulting at @vgventures.bsky.social;
CEO & Founder at @mekomi.dev;
๐๐ #Flutterista ~
๐ A game dev at heart ~
๐ณ๏ธโโง๏ธ๐ณ๏ธโ๐ she/they
Flutter GDE โ I share tips about Dart & Flutter app development.
Wanna learn Flutter? ๐ https://codewithandrea.com/
Mobile developer, @GoogleDevExpert for Dart & Flutter, #FlutterFavorite package author. Opinions are my own.
#Flutter Developer
author of get_it, watch_it and flutter_command
https://blog.burkharts.net
https://forum.itsallwidgets.com/
official Bluesky account (check username๐)
Bugs, feature requests, feedback: support@bsky.app