Moving from Fixed-Size Chunks to Semantic Integritysemantic is good at accuracy but need to balance the time (if have limited machine) for general article, lead + body actually good I was working on my multi language news bank with the pgvector + eFeb 19, 2026·2 min read
Automate Firebase App Distribution with GitHub ActionsFirebase App Distribution is a popular service for managing app testing versions, offering unlimited usage. This guide provides a simple setup for using GitHub Actions to deliver app versions efficiently. Introduction Automating the distribution of y...Jun 28, 2024·3 min read
Chain TableInstallation Checkout on pub.dev GitHub: https://github.com/MayLau-CbL/flutter_chain_table flutter pub add flutter_chain_table Functions flutter_chain_table is a package for easy implementation of two bi-direction tables on the left and right sides ...Apr 7, 2023·1 min read
Note to Keep AliveRecently testing on the example of keeping image in ListView. Simply using AutomaticKeepAliveClientMixin can solve the case. This is an image keeping example class. class ImageKeepAliveWidget extends StatefulWidget { const ImageKeepAliveWidget({Key...Aug 27, 2022·3 min read
Playing Around with ShapeBorderI have used BoxBorder for most of my cases with Container. I haven’t tried all of them. Out of curiosity, I want to check out the existing child classes and try to make a custom message bubble for fun. ShapeBorder Child Class OutlinedBorder A Shape...Aug 17, 2022·5 min read
Personal Thoughts on Flutter Chart PackagesLast year, I had reviewed some chart packages which allow to draw multiple chart types. Last month, I picked up the note I marked down about the chart packages for my latest personal project. It seems things have changed a lots this year. Drawing ch...Aug 10, 2022·4 min read
Google Drive App Data BackupBacking up app data is a common action for mobile app. This article will show the steps about backing up Android and IOS files to Google Drive. Google SignIn The app data read and write scope require Google Account SignIn. The detail implementation m...Aug 3, 2022·6 min read