# flutter_course_table **Repository Path**: gaogao-qwq/flutter_course_table ## Basic Information - **Project Name**: flutter_course_table - **Description**: Just a flutter-based course table app which requires an API server to work. - **Primary Language**: Dart - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-24 - **Last Updated**: 2023-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Dart, Flutter ## README # flutter_course_table A simple course table app with flutter. You need to build the API server in this [repo](https://github.com/gaogao-qwq/go_course_table_crawler_server) for crawler service, or you can just make your own API server whatever language you want to build with. # How to build? ```bash flutter pub get dart run build_runner build flutter run ```