Tijn van den Eijnde
onlyflutter.com
Tijn van den Eijnde
@onlyflutter.com
Learn everything about Flutter: https://onlyflutter.com
How to Create Liquid Glass Launcher Icons Using Icon Composer

#flutterdev #ios26 #xcode26 #flutter

onlyflutter.com/how-to-creat...
September 16, 2025 at 6:58 PM
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...
March 25, 2025 at 4:46 PM
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-...
March 17, 2025 at 5:27 PM
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-...
March 10, 2025 at 7:56 PM
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...
March 5, 2025 at 7:16 PM
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...
February 27, 2025 at 4:16 PM
I am working on canceling subscriptions using RevenueCat in Flutter. Is this still the way to go?

#flutterdev #flutter #dart #revenuecat
February 8, 2025 at 10:48 AM
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...
February 2, 2025 at 12:47 PM
When you need to return multiple objects from functions in Dart, you might use Lists, Maps, Sets, or custom objects. An alternative and often simpler way to return multiple objects in Dart is by using records.

#FlutterDev

Learn more about records in Dart: onlyflutter.com/returning-mu...
December 9, 2024 at 9:48 AM
Do not make these mistakes with modal bottom sheets in Flutter!

#Flutter #FlutterDev

Find out more: onlyflutter.com/how-to-creat...
December 5, 2024 at 8:55 PM
How to Create Card Stacks in Flutter

#Flutter #FlutterDev

onlyflutter.com/how-to-creat...
December 3, 2024 at 7:21 PM
When starting new Flutter projects with the "flutter create project_name" command, you might find yourself needing to manually remove certain platform folders.

Fortunately, there is a more efficient way to exclude platforms using the "flutter config" command.

#Flutter #FlutterDev
November 30, 2024 at 7:15 AM