方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

2024-03

application(Flutter)

[Flutter] How to make a modal display scrollable in WebView.

There is a user settings screen in the application, in which the Terms of Use and Plapori items are prepared, so that when this item is tapped, each content is displayed in WebView and can also be closed. This time, since a simple implementation is sufficient, webview_flutter is introduced.
application(Flutter)

[Android] The role of build.gradle in Flutter and how to set it up

In Flutter, Gradle is used to manage the build of the Android part of the code written in Dart when it is compiled into a native application; the Gradle Wrapper makes it possible to build the project without installing Gradle Gradle Wrapper.
Development/Design

Embedded display and decoration of Google Calendar in FullCalendar

If you use the google calendar embed code, the look of the calendar is fixed and cannot be customised, but with the FullCalendar Javascript library, you can put a beautiful looking calendar on your site. google calendar API key and ID.Obtain.