Tijn van den Eijnde's Avatar

Tijn van den Eijnde

@onlyflutter.com.bsky.social

Learn everything about Flutter: https://onlyflutter.com

66 Followers  |  10 Following  |  58 Posts  |  Joined: 13.11.2024  |  1.6259

Latest posts by onlyflutter.com on Bluesky

Preview
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
Video thumbnail

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
Preview
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
Post image

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
Post image

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
Post image

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
Post image

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
Preview
Save Data on the Device Using Shared Preferences in Flutter Learn how to save, retrieve and delete data from the persistent storage of the user's device using Shared Preferences in Flutter

Save Data on the Device Using Shared Preferences in Flutter

#flutterdev

onlyflutter.com/save-data-on...

22.02.2025 19:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Manage Translation Files in Flutter Using BabelEdit Learn how to manage your translation files in Flutter using BabelEdit. BabelEdit simplifies internationalization and helps you save time.

Manage Translation Files in Flutter Using BabelEdit

BabelEdit saves me a lot of time, what tools do you use to manage all the translations?

#flutterdev

onlyflutter.com/manage-trans...

20.02.2025 18:40 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
The following NetworkImageLoadException was thrown resolving an image codec Fix NetworkImageLoadException error in Flutter with solutions like disabling custom HTTP overrides or using mock packages for testing.

True, but it also works with the CachedNetworkImage, I use approach 3 myself: onlyflutter.com/the-followin...

17.02.2025 21:04 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
The following NetworkImageLoadException was thrown resolving an image codec Fix NetworkImageLoadException error in Flutter with solutions like disabling custom HTTP overrides or using mock packages for testing.

Here you go: onlyflutter.com/the-followin...

17.02.2025 14:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Do you mean a widget test for the cached network image?

17.02.2025 06:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
How to Cache Network Images in Flutter Learn how to cache network images in Flutter using the Cached Network Image package. Improve performance, user experience, and save bandwidth.

How to Cache Network Images in Flutter

#flutterdev #flutter #dart

onlyflutter.com/how-to-cache...

16.02.2025 17:32 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
markdown_widget | Flutter package A new markdown package. It supports TOC function, code highlighting, and it supports all platforms

Thanks for the update! Glad, I decided to use markdown_widget instead!

pub.dev/packages/mar...

11.02.2025 18:33 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
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
Preview
How to Add In-App Payments With RevenueCat in Flutter Learn how to add in-app payments in Flutter using RevenueCat with their Purchases Flutter package, including displaying and buying products

Just updated the article: How to Add In-App Payments With RevenueCat in Flutter! Now includes a section on handling cancellations.

#flutter #flutterdev #dart #revenuecat

onlyflutter.com/how-to-add-i...

09.02.2025 18:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

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
Preview
What are Streams in Flutter Learn how to work with streams in Flutter, including creating streams in different ways, listening to streams, and managing their cleanup

What are Streams in Flutter

#flutterdev #flutter #dart

onlyflutter.com/what-are-str...

07.02.2025 16:48 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
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
Post image

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
Preview
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

@onlyflutter.com is following 10 prominent accounts