2021-09-01から1ヶ月間の記事一覧

まずはdartレベルでページング処理を作成

ページング例 こんな感じのページネーションをflutter webで作ることになりました。 無限スクロールのパッケージはたくさんありますが、上記の様なオーソドックスなパターンのは見当たらなかったので、自作します。 ソース 基本はgoogleのページネーションを…

twitterのListsをFlutter webに埋め込んでみる

概要 https://platform.twitter.com/widgets.jsを埋め込んで実現しようとしてます。 なぜLists? Overview | Docs | Twitter Developer Platform Because of very low usage, we plan to retire the Likes, Collections, and Moments timelines. We recommend…

Flutter in_app_purchase をPlay Billing Library 4 で書き換える

Flutterのplugin の in_app_purchaseのandroidの方の実装をPlay Billing Library 4で書き換えました。 GitHub - na8esin/migrate_flutter_in_app_purchase_to_play_billing4 ※本文はまだ中途半端 まずはソースダウンロード DownGitだと何故か落とせなかった…

firestore security ruleの知識を棚卸し

ドキュメント https://firebase.google.com/docs/rules?hl=ja Cloud Storage のセキュリティールールも一緒に見れる 属性ベースのアクセスとロールベースのアクセス https://firebase.google.com/docs/rules/basics?hl=ja#attribute-based_and_role-based_ac…