-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
課金ページの修正 #512
Merged
Merged
課金ページの修正 #512
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ndroid/purchase # Conflicts: # lib/domain/premium_introduction/premium_introduction_sheet.dart
ref: https://docs.flutter.dev/development/accessibility-and-localization/internationalization > Also, in the pubspec.yaml file, enable the generate flag. This is added to the section of the pubspec that is specific to Flutter, and usually comes later in the pubspec file. # # ==== Emojis ==== # 🐛 🐛 バグ修正 # 🤘 🤘 機能改善 # 🐚 🐚 コマンドを実行した結果とか # ✨ ✨ 部分的な機能追加 # 🎉 🎉 盛大に祝うべき大きな機能追加 # 💉 💉 libraryの追加 # 📝 📝 ドキュメント・READMEの整備 # ♻️ ♻️ リファクタリング # 🚿 🚿 不要な機能・使われなくなった機能の削除 # 💚 💚 テストやCIの修正・改善 # 👕 👕 Lintエラーの修正やコードスタイルの修正 # 🚀 🚀 パフォーマンス改善 # 🆙 🆙 依存パッケージなどのアップデート # 🔒 🔒 新機能の公開範囲の制限 # 👮 👮 セキュリティ関連の改善 # 🎨 🎨 デザイン修正 # 🚧 🚧 WIP 一時的なコミット # ==== Format ==== # :emoji: Subject # # Commit body... # ==== The Seven Rules ==== # 1. Separate subject from body with a blank line # 2. Limit the subject line to 50 characters # 3. Capitalize the subject line # 4. Do not end the subject line with a period # 5. Use the imperative mood in the subject line # 6. Wrap the body at 72 characters # 7. Use the body to explain what and why vs. how # # How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/ # reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/ # for https://github.com/bannzai/commit_template
ref: https://docs.flutter.dev/development/accessibility-and-localization/internationalization > Add a new yaml file to the root directory of the Flutter project called l10n.yaml with the following content: # # ==== Emojis ==== # 🐛 🐛 バグ修正 # 🤘 🤘 機能改善 # 🐚 🐚 コマンドを実行した結果とか # ✨ ✨ 部分的な機能追加 # 🎉 🎉 盛大に祝うべき大きな機能追加 # 💉 💉 libraryの追加 # 📝 📝 ドキュメント・READMEの整備 # ♻️ ♻️ リファクタリング # 🚿 🚿 不要な機能・使われなくなった機能の削除 # 💚 💚 テストやCIの修正・改善 # 👕 👕 Lintエラーの修正やコードスタイルの修正 # 🚀 🚀 パフォーマンス改善 # 🆙 🆙 依存パッケージなどのアップデート # 🔒 🔒 新機能の公開範囲の制限 # 👮 👮 セキュリティ関連の改善 # 🎨 🎨 デザイン修正 # 🚧 🚧 WIP 一時的なコミット # ==== Format ==== # :emoji: Subject # # Commit body... # ==== The Seven Rules ==== # 1. Separate subject from body with a blank line # 2. Limit the subject line to 50 characters # 3. Capitalize the subject line # 4. Do not end the subject line with a period # 5. Use the imperative mood in the subject line # 6. Wrap the body at 72 characters # 7. Use the body to explain what and why vs. how # # How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/ # reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/ # for https://github.com/bannzai/commit_template
ref: https://docs.flutter.dev/development/accessibility-and-localization/internationalization > In ${FLUTTER_PROJECT}/lib/l10n, add the app_en.arb template file. For example: # # ==== Emojis ==== # 🐛 🐛 バグ修正 # 🤘 🤘 機能改善 # 🐚 🐚 コマンドを実行した結果とか # ✨ ✨ 部分的な機能追加 # 🎉 🎉 盛大に祝うべき大きな機能追加 # 💉 💉 libraryの追加 # 📝 📝 ドキュメント・READMEの整備 # ♻️ ♻️ リファクタリング # 🚿 🚿 不要な機能・使われなくなった機能の削除 # 💚 💚 テストやCIの修正・改善 # 👕 👕 Lintエラーの修正やコードスタイルの修正 # 🚀 🚀 パフォーマンス改善 # 🆙 🆙 依存パッケージなどのアップデート # 🔒 🔒 新機能の公開範囲の制限 # 👮 👮 セキュリティ関連の改善 # 🎨 🎨 デザイン修正 # 🚧 🚧 WIP 一時的なコミット # ==== Format ==== # :emoji: Subject # # Commit body... # ==== The Seven Rules ==== # 1. Separate subject from body with a blank line # 2. Limit the subject line to 50 characters # 3. Capitalize the subject line # 4. Do not end the subject line with a period # 5. Use the imperative mood in the subject line # 6. Wrap the body at 72 characters # 7. Use the body to explain what and why vs. how # # How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/ # reference from http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/ # for https://github.com/bannzai/commit_template
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Abstract
Why
android でリジェクトされた
Links
Checked