Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile
Stephan E.G. Veenstra πŸ’™

@segveenstra

Flutter Project Lead @ Pinch.nl | I πŸ’™ Flutter, I πŸ’™ Games | I build apps and games in FlutterπŸ’™
Current: #ScavengerHuntPlus (scavengerhuntplus.com)

ID: 196552018

linkhttp://seg.veenstra.dev calendar_today29-09-2010 11:31:02

11,11K Tweet

1,1K Followers

329 Following

Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

This evening I've worked on the inventory page of my #flutter survival app/game. I said it before, and I say it again, this starts to look like a game!

This evening I've worked on the inventory page of my #flutter survival app/game.

I said it before, and I say it again, this starts to look like a game!
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

I try to make progression every day. Even if it means just adding a tiny thing, like this change which shows the nutrition value as percentage.

I try to make progression every day.
Even if it means just adding a tiny thing, like this change which shows the nutrition value as percentage.
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

Thanks to you awesome people's suggestions I made another pass at the design and now I'm way more happy with how it looks! What you think?

Thanks to you awesome people's suggestions I made another pass at the design and now I'm way more happy with how it looks!

What you think?
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

Okay, now I'm really happy with it. The next feature I think I'll be working on is the Team mechanic. You will be able to find survivors on your daily walks that you can either evacuate or recruit into your team. Recruited team members can then be send on missions.

Okay, now I'm really happy with it.

The next feature I think I'll be working on is the Team mechanic.

You will be able to find survivors on your daily walks that you can either evacuate or recruit into your team.

Recruited team members can then be send on missions.
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

I feel a bit ashamed that I'm using CustomPainter for the first time, after working in #Flutter for almost 6 years. I'm using it to create a custom container component for my survival game. Must say, it's pretty damn awesome. This is really giving me game dev vibes.

I feel a bit ashamed that I'm using CustomPainter for the first time, after working in #Flutter for almost 6 years.

I'm using it to create a custom container component for my survival game.

Must say, it's pretty damn awesome. This is really giving me game dev vibes.
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

This is why I'm building my #Flutter survival game that aims to make doing daily walks a habit. A simple walk can be very therapeutic.

Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

Oh boy, what have I gotten myself into πŸ˜…. I've just worked on the 'border' property, which allows you to specify border decorations for the SciFiContainer. It's getting more and more complex, pretty fast now... But hey, I can add bezels! (to the top so far)

Oh boy, what have I gotten myself into πŸ˜….

I've just worked on the 'border' property, which allows you to specify border decorations for the SciFiContainer.

It's getting more and more complex, pretty fast now...

But hey, I can add bezels! (to the top so far)
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

Have been cleaning up some of the mess I made while writing the code for this SciFiContainer. Found, and fixed some bugs. The tricky bit is having to take everything into account of the configurations that can be passed in, like the corner sizes and the indent dept.

Have been cleaning up some of the mess I made while writing the code for this SciFiContainer.

Found, and fixed some bugs.

The tricky bit is having to take everything into account of the configurations that can be passed in, like the corner sizes and the indent dept.
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

Since some of you have shown interest in my SciFiContainer, I decided to create a quick article about it and make it available as a DartPad. I didn't go into much detail in the article itself as I really want to get back to working on the game πŸ˜…. seg.veenstra.dev/the-making-off…

Since some of you have shown interest in my SciFiContainer, I decided to create a quick article about it and make it available as a DartPad.

I didn't go into much detail in the article itself as I really want to get back to working on the game πŸ˜….

seg.veenstra.dev/the-making-off…
Stephan E.G. Veenstra πŸ’™ (@segveenstra) 's Twitter Profile Photo

#Flutter Fam, I need to make an Image opaque (gradiΓ«nt from .2 to 0). But ChatGPT keeps suggesting me to 'mask' it by putting a gradient on top with the background colors, but that's not good enough. Who of you wizards can help me out?