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

2024-10

スポンサーリンク
application(Flutter)

[Flutter] How to implement infinite scrolling to seamlessly load user-created phrases.

Extended state management, using a class (UserPhraseState) containing isLoading and hasMore in addition to the list of phrases, so that the UI can correctly determine if the list of phrases is empty, if data is loading, and if data even exists. The UI can now correctly determine if the list of phrases is empty, if data is being loaded, and if data exists, allowing for infinite scrolling.
Entrepreneur

[Interview AI] Stripe Payment Implementation: From test environment to monthly billing implementation using GCP and MongoDB

This article details the steps for implementing Stripe payments in Interview AI. First, obtain a Stripe test API key and set up a monthly plan. Next, prepare the back-end with GCP and MongoDB, and finally check the payment functionality in a test environment.
スポンサーリンク