Using Java for Flutter code generator for your assets, json files Posted on August 28, 2021 Using asset path string directly is not safe. What happens if you change the image file name or delete the image file. [Read More] Tags: java dart flutter
Flutter App - View PDF from PDF URL link Posted on August 24, 2021 Load and present a PDF file from URL in Flutter [Read More] Tags: dart flutter
Dart cheatsheet - Part 2 Dart cheatsheet - [String, List, Map] Posted on August 21, 2021 Dart cheatsheet - Part 2 - [String, List, Map] [Read More] Tags: dart flutter
Dart cheatsheet - Part 1 Dart cheatsheet - basic Dart program Posted on August 18, 2021 Dart cheatsheet - Part 1 - basic Dart program - overview [Read More] Tags: dart flutter
Flutter App use Telegram bot Flutter App use Telegram bot for log urgent message Posted on August 17, 2021 In some cases, I want to print out urgent message that need to be checked immediately. You can you Firebase Crashlytics or Sentry, but I use Telegram, because it is free and I can share the urgent message for team. [Read More] Tags: dart flutter telegram