Yuichi Fujiki·Oct 14, 2023Save a PDF document into your iPhone/Android Photo Gallery in your Flutter appHow to save a PDF document into iPhone/Android Photo Gallery and an interesting tips about PDF size
Yuichi Fujiki·Oct 13, 2023Create a transparent SVG icon from a high-resolution JPEG image using InkscapeThis article is for a freelance engineer (maybe design beginner too) to convert JPEG image into transparent SVG to be development ready.
Yuichi Fujiki·Oct 3, 2023An alternative of stream operation in Riverpod 3Riverpod 3’s StreamProvider disallows direct access to the underlying stream. Is there a workaround to achieve what we used to do?A response icon1A response icon1
Yuichi Fujiki·Apr 23, 2023How to avoid device text size settings affecting your Flutter layoutBoth iOS and Android devices have accessibility settings that allow users to change devices’ text sizes. That is a great thing as a user…A response icon2A response icon2
Yuichi Fujiki·Mar 30, 2023Fix “Crashlytics detected a missing dSYM for version …” error by auto uploading dSYM files for…IssueA response icon5A response icon5
Yuichi Fujiki·Mar 16, 2023Different ways to implement Floating Action Buttons in FlutterFloating Action Button (often abbreviated as FAB) is one of the killer elements of Material Design. It is not only eye-catching but is also…A response icon1A response icon1
Yuichi Fujiki·Mar 13, 2023Store secrets used by Firebase Cloud FunctionsLet’s say you configured your backend with Firebase and want to use a third-party service (e.g., Algolia to improve the search of…
Yuichi Fujiki·Feb 20, 2023Best practice to switch the backend with Flavors in Flutter mobile developmentTable of Contents:A response icon7A response icon7
Yuichi Fujiki·Mar 19, 2021Hunting down phantom mock instances in XCTestCases and CuckooSharing another simple lesson and insight learnt when chasing a mysterious issue
Yuichi Fujiki·Jan 25, 2021Hunting down phantom mock instances in XCTestCasesSharing a simple lesson and insight learnt when chasing a mysterious issueA response icon1A response icon1