/disney_app

Primary LanguageDartApache License 2.0Apache-2.0

TDL APP

TDL APP's UI(2023/07/17)

Login Register TimeLine
Simulator Screenshot - iPhone 14 - 2023-07-17 at 21 52 11
Account Edit Detail
Simulator Screenshot - iPhone 14 - 2023-07-17 at 21 52 13 Simulator Screenshot - iPhone 14 - 2023-07-17 at 21 52 15 Simulator Screenshot - iPhone 14 - 2023-07-17 at 21 52 18

Development Environment

Swift

  • Xcode 14.3.1
  • CocoaPods 1.11.3

Android

⚠️ I am currently unable to build due to an unknown error. This will be addressed in the future.

  • Android SDK version 33.0.0

Flutter

  • Android Studio or Visual Studio Code
  • Flutter 3.10.2
  • Dart 3.0.2

Setup

1、git clone https://github.com/iseruuuuu/disney_app.git
2、make setup

if you fix my app, please send DM (Twitter). I gave firebase file to need to build.
https://twitter.com/isekiryu

Contributing

We always welcome all contributions! See CONTRIBUTING.md for more information.

For Japanese, please see CONTRIBUTING.ja.md.

Branch Rules

We would be happy if you could create a branch with the following rules

branch prefix label
feature/* feature
fix/*, bugfix/* bug
improvement/*, improve/*, migrate/* improve

Directory Structure

./lib
├── core
│   ├── components
│   ├── constants
│   ├── model ├── api
│   ├──       ├── firebase
│   ├──       ├── repository
│   ├──       ├── usecase
│   ├── services
│   └── theme
├── gen
├── l10n
├── provider
└── screen
└── utils
└── main.dart
└── my_app.dart

Thanks

Thank you for contributing!

TDL APP