Displaying a Uint8List Image File From Firebase Storage and [Flutter Web] 2021

Presently, I haven’t found any source that would allow me to upload and download an image in Flutter web in a more structured way. I ...

In Web, Images, Flutter, Jan 06, 2021

All Stories

Displaying a Uint8List Image File From Firebase Storage and [Flutter Web] 2021

Presently, I haven’t found any source that would allow me to upload and download an image in Flutter web in a more structured way. I only found bits and pieces scattered throughout St...

In Web, Images, Flutter, Jan 06, 2021

Coding in Flutter on a Macbook M1 January 2021 Update

I’ve just bought a Macbook Air M1 for the purpose of editing videos and programming in Flutter. I’m going to tell you what that feels like, and it’s not so great.

In M1 Chip, Macbook, Flutter, Jan 05, 2021

Flutter Web Uploading An Image Using Firebase Storage

Uploading an image on the Web with the use of Flutter might have been something unheard of until late 2020. It’s not permitted to go through the File system in your browser with Javas...

In Web, Flutter, Jan 03, 2021

Encode/Decode "File" to JSON While Using Freezed and HydratedBloc

You might have encountered an error when using a HydratedBloc. It turns out your Model that has a File member cannot be encoded or decoded to JSON. Well, this is a snippet on how you ...

In Freezed, Dec 16, 2020

Freezed | JsonSerializable | GeoFirePoint | None of the provided TypeHelper instances support the defined type.

This is for when you create a class that has a member with an unusual type, like for example, GeoFirePoint.

In Flutter, Bug, Nov 20, 2020

Where To Start Learning BloC Architecture for Flutter

If I’m not mistaken, you, yes you, probably are using different state management before trying to learn BloC. I did too. I knew Provider first, then GetX. GetX is the holy grail, but ...

In BloC, Flutter, Guide, Nov 12, 2020

When Should You Use or Not Use VelocityX For Flutter

This is one of the coolest flutter packages I’ve come across. I’ve had a little bit of experimenting with SwiftUI before, and some of its syntax is now brought here in Flutter. Althou...

In VelocityX, Flutter, Tutorial, Nov 07, 2020

Collapsible Header And A List With Pull To Refresh [Flutter]

Disclaimer: We will not tackle the design part of the image above. If you wish to see a speed code video of that, go here: https://www.youtube.com/watch?v=tlj2oNJkbjo

In Tutorial, Flutter, Nov 04, 2020

I'm Choosing GetX Over Provider/Riverpod

I’ve just come back from aspiring to become a respectable video editor. Sadly, video editing isn’t my passion. It is way easier, but it doesn’t keep me up at night wanting to quickly ...

In Flutter, Oct 14, 2020

Detect Image File Change | Crop It Then Replace Image To .png Using Javascript Node

The objective here is to grab an image that is recently been added to a particular folder. Give the user the ability to crop it with their own dimensions of choosing, then save that c...

In Node, Javascript, Jan 29, 2020