Home New Trending Search
About Privacy Terms
#
#fluttertips
Posts tagged #fluttertips on Bluesky
Preview
Navigator 2.0, GoRouter & Deep Links: The Questions Every Flutter Interviewer Asks Real interview questions. Model answers you can actually say out loud. Code you can actually run. Everything you need to walk into a…

I just published Navigator 2.0, GoRouter & Deep Links: The Questions Every Flutter Interviewer Asks medium.com/p/navigator-...
#Flutter #FlutterDev #MobileDevelopment #GoRouter #DeepLinking #Navigator2 #FlutterInterview #AppLinks #UniversalLinks #Dart #SoftwareEngineering #TechInterview #FlutterTips

1 0 0 0
Post image

🧐 Flutter tips
I love to overload operators and make my code more readable
That's the kind of feature that makes dart really amazing to work on.

#fluttertips #flutterdev

2 0 0 0
Post image

🧐 Flutter tips
How to code a cool timer like this
Using a custom painter

#fluttertips #flutterdev

3 0 0 0
Post image

🧐 Flutter tips
How to create an accurate workout timer
Timer may not be accurate. Delays and ticks may not be perfectly accurate, especially if the CPU is busy or under heavy load.
(Or app is in background)
Solution?

Rely on the starting date and current time

#flutterdev #fluttertips

0 0 0 0
Post image

🧐 Flutter tips

Intrinsic height is not the best widget, but you sometimes have to use it. It decreases performance if you abuse it.

#flutterdev #fluttertips

2 0 0 0
Preview
Flutter Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests Learn Flutter testing fundamentals with expert sample answers for unit tests vs UI tests interview questions.

I just published Flutter Interview Guide: Testing Fundamentals — Unit Tests vs UI Tests medium.com/p/flutter-in...
#Flutter #FlutterTesting #FlutterInterview #UnitTesting #WidgetTesting #FlutterDev #MobileDevelopment #Dart #TestDrivenDevelopment #FlutterTips #CodingInterview #SoftwareTesting

0 0 0 0
Post image

🧐 Flutter tips
how to use clipboard with Flutter cheat sheat
- Copying images to the clipboard on Web is more restrictive due to browser security
- For images you need an additional plugin

#flutterdev #fluttertips

0 0 0 0
Post image

🧐 Flutter tips

Always show your app version somewhere:
- Help your beta testers (or even you) by telling you which app version they use.
- Shows that you actually update it regularly.

#fluttertips #flutterdev

3 0 0 0
Post image

🧐 Flutter tips
Skip long if statements using extensions on classes you don't own

For example I love to create extensions on DateTime or revenueCat products.

Code is way more readable and even if you use AI you can teach it to refactor you code using this kind of tips

#flutterdev #fluttertips

2 0 0 0
Post image

🧐 Flutter tips
How to create a custom app bar

#flutterdev #fluttertips

2 0 0 0
Post image

🧐 Flutter tips
How to export a canvas to an image

#flutterdev #fluttertips

1 0 0 0
Post image

🧐 Flutter tips

this is how you can know that people are still subscribed to your app with @RevenueCat

#fluttertips #flutterdev

1 0 0 0
Post image

🧐Flutter tips
Fake > mocks

When testing in Flutter, the goal is to ensure your code works correctly while remaining easy to refactor.
Mocking frameworks like Mockito or Mocktail are popular. But they often lead to tests that are coupled to implementation details.

#flutterdev #fluttertips

0 0 1 0
Post image

🧐 Flutter tips

Icons are way more important than you think
Always ship new apps with multiple icons

You'd be surprised on the impact of a simple icon

#flutterdev #fluttertips

1 0 1 0

👉 can be useful if you intend to create a chatBot that could call some functions within your app.

#flutterdev #fluttertips

1 0 0 0
Post image

🧐 Flutter tips
You can use the logical-or pattern (||) to group different object types together in a single switch case, provided they share the same property names and types.

🥊 Advanced merge case logic

#flutterdev #fluttertips

0 0 0 0
Post image

🧐 Flutter tips
Instead of separate lines for checking types and casting variables, you can now perform destructuring and validation simultaneously

🫡 Replace sealed class type cast to type checking

#flutterdev #fluttertips

0 0 1 0

👉 You can improve this by handling 400 or 500 errors (server is unreachable or down)

#fluttertips #flutterdev

0 0 0 0
Post image

🧐 Flutter tips

How to automatically create a new Apple Store version in 1 command?
Skipping filling that promotional text manually and wasting tons of time

It's also great to track your ASO changes
Now you know exactly when you changed a keyword or title

Enjoy 🤘

#flutterdev #fluttertips

1 0 0 0
Post image

🧐 Flutter tips

build deploy and submit your iOS app for review in one command using Fastlane

Don't forget to create app store connect keys and push them to a .env file before using this script

Enjoy 🤘

#fluttertips #flutterdev

3 0 2 0
Post image

🧐 Flutter tips

How to prevent people to take screenshots or record screen?

#flutterdev #fluttertips

1 0 0 0

That’s why you need to define and constantly improve a set of rules that you will provide for it to follow.

#flutterdev #fluttertips

0 0 0 0
Post image

🧐 Flutter tips
The best local database : Drift
- works on all platform
- stable
- fast
- use sql

#flutterdev #fluttertips

2 0 0 0
Post image

🧐 Flutter tips
How to render a widget outside of its parent bounds?
Don't overcomplicate this.
Just change the clipBehavior.

#flutterdev #fluttertips

1 0 0 0
Post image

🧐 Flutter tips

Did you know?
Extension types allow you to have much stricter types in your code.
They also provide an easy way to add methods to a type without creating a class.
Essentially, you can transform a String into a UserId and Email...

#flutterdev #fluttertips

1 0 0 0

- depending on the type of screen I sometime change some components

Inspired by web I handle those different layouts like this

#flutterdev #fluttertips

0 0 0 0
Post image

🧐 Flutter tips

How to automatically restart an animation when a property change
#flutterdev #fluttertips

0 0 0 0
Post image

🧐 Flutter tips
App icons can x2 your number of users

An app icons is way more important than you think
People takes decision on watching your app page on this

This takes time to find the good one.
But the good news is that you can test it on like this 👇

#fluttertips #flutterdev

0 0 0 0
Post image

🧐 Flutter tips
how to handle errors with futures and chain them

#flutterdev #fluttertips

3 0 0 0
Post image

🧐 Flutter tips

how to show iOS live activity using Flutter
(This is not that hard)

👇 here is how to do it step by step

#flutterdev #fluttertips

4 1 1 0