A photo recognition system developed using the Flutter framework.
Shanghai University Innovation Project
Fork this project on GitHub and proceed with independent development.
- Configure the Flutter development environment by following the Flutter tutorial. For example, install the Flutter and Dart plugins, set the Flutter environment variables, and install Android Studio and VS Code.
- Use
flutter doctor
to check if the environment is correctly configured. - Before running, execute the command
flutter pub get
to install project dependencies. - The
lib/
folder is the main folder for the project, withmain.dart
as the entry file. - Remember to modify the
storeFile
path inandroid/key.properties
. - It's recommended to study Flutter tutorials, such as Flutter Chinese.
- For Git usage, refer to Liao Xuefeng's Git Tutorial.
- Due to the variety of personal computer environments, issues might arise.