Skip to content
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 34 commits into from
Feb 24, 2022
Merged

課金ページの修正 #512

merged 34 commits into from
Feb 24, 2022

Commits on Feb 20, 2022

  1. Avoid android error

    bannzai committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    ab23ef2 View commit details
    Browse the repository at this point in the history
  2. adjustment position

    bannzai committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    32f168b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0687ea2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    e9296f3 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary method

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9f2178e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cca1e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e3d95f View commit details
    Browse the repository at this point in the history
  5. Remove localization

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2d2b9ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd1ac6b View commit details
    Browse the repository at this point in the history
  7. Fix import

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    020801e View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary state"h

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9c0d9d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d13d86 View commit details
    Browse the repository at this point in the history
  10. Fix state passing

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d09459d View commit details
    Browse the repository at this point in the history
  11. remove unnecessary import

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a9f2024 View commit details
    Browse the repository at this point in the history
  12. Fix sheet test

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fb9660d View commit details
    Browse the repository at this point in the history
  13. rename test file

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    63e1fab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e13f3b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b9117d View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/fix/android/purchase' into fix/a…

    …ndroid/purchase
    
    # Conflicts:
    #	lib/domain/premium_introduction/premium_introduction_sheet.dart
    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    167daff View commit details
    Browse the repository at this point in the history
  17. Add localization package

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    92b9c4d View commit details
    Browse the repository at this point in the history
  18. Add option for localization

    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
    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f045e65 View commit details
    Browse the repository at this point in the history
  19. Add yaml file for l10

    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
    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a00a08f View commit details
    Browse the repository at this point in the history
  20. Add settings file for each locale localization

    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
    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    4895c56 View commit details
    Browse the repository at this point in the history
  21. 🆙 version flutter

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c3e391b View commit details
    Browse the repository at this point in the history
  22. Fix localization

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    02f0d7a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3d73294 View commit details
    Browse the repository at this point in the history
  24. Use ja

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ab219bf View commit details
    Browse the repository at this point in the history
  25. Use current locale

    bannzai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    953b70b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Add monthlyPremiumPackage

    bannzai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    cc08b56 View commit details
    Browse the repository at this point in the history
  2. add proxy properties

    bannzai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    21ee7d4 View commit details
    Browse the repository at this point in the history
  3. Override properties

    bannzai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    67a2e09 View commit details
    Browse the repository at this point in the history
  4. Wrap with MaterialApp

    bannzai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9ec99e5 View commit details
    Browse the repository at this point in the history
  5. Wrap with Scaffold

    bannzai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    442a19c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9086c8 View commit details
    Browse the repository at this point in the history