Latest Posts

All blog posts sorted by newest first.

[Next.js] Test

2022-02-21
Let's see how to configure Jest and React Testing Library to test the Next.js project based on TypeScript.
see more →

[Next.js] Absolute path

2022-02-19
Let's see how to use absolute path to import components in Next.js with TypeScript.
see more →

[Next.js] Prettier

2022-02-18
Let's see how to configure Prettier in Next.js.
see more →

[Next.js] TypeScript

2022-02-17
Let's see how to apply and use TypeScript in the Next.js project.
see more →

[Next.js] Getting Started

2022-02-15
Let's see how to create and start the React project with Next.js.
see more →

[Flutter] Local push notification

2022-02-10
Let's see how to use flutter_local_notifications to send push notifications at a specific date time from the user's own device on Flutter.
see more →

[Flutter] in_app_review

2022-02-07
Let's see how to use in_app_review to show the app review dialog in the app in Flutter.
see more →

[Flutter] How to use http to call API

2022-02-03
Let's see how to use the http package to call the server API in Flutter.
see more →

[Flutter] How to use device_info_plus to get device info

2022-01-31
Let's see how to use device_info_plus to get device such as device name, device model name, device system name, etc in Flutter
see more →

[Flutter] How ot use package_info_plus to get package information

2022-01-28
Let's see how to use package_info_plus to get the app name, package name, or version info in Flutter
see more →

[Flutter] Using url_launcher to open phone default browser on iOS

2022-01-26
Let's see how to use url_launcher to open the web link on the default browser, that is outside the app, instead of the browser in the app on Flutter.
see more →

[Flutter] Open web browser by url_launcher

2022-01-25
Let's see how to open the web browser or open the app to send an email or call by url_launcher in Flutter.
see more →

SHARE
Twitter Facebook RSS