Login | Register | TimeLine |
---|---|---|
Account | Edit | Detail |
---|---|---|
- Xcode 14.3.1
- CocoaPods 1.11.3
- Android SDK version 33.0.0
- Android Studio or Visual Studio Code
- Flutter 3.10.2
- Dart 3.0.2
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
We always welcome all contributions! See CONTRIBUTING.md for more information.
For Japanese, please see CONTRIBUTING.ja.md.
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 |
./lib
├── core
│ ├── components
│ ├── constants
│ ├── model ├── api
│ ├── ├── firebase
│ ├── ├── repository
│ ├── ├── usecase
│ ├── services
│ └── theme
├── gen
├── l10n
├── provider
└── screen
└── utils
└── main.dart
└── my_app.dart
Thank you for contributing!