Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammedalqarra/second_app
https://github.com/mohammedalqarra/second_app
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammedalqarra/second_app
- Owner: mohammedalqarra
- Created: 2023-05-10T08:03:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T20:40:49.000Z (over 1 year ago)
- Last Synced: 2024-11-12T02:18:30.991Z (2 months ago)
- Language: Dart
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# second_app
I developed this app (create a quiz) as a project for an undergraduate class using flutter ( The app will use SQLite to store user data, including quiz questions and answers ) package to manage data so teacher can store some questions and student can do quizzes and I used Flutter Screenutil Package to make the app flexible for many screens . I also used the provider package as state management.
- Home Page Screen
- Create Quiz Screen
- Add New Question Screen
- Start Quiz Screen
- Result screen => Score is >= 75% • Score >= 50% • Otherwise
- SQLite Integration
- validation
A few resources to get you started if this is your first Flutter project:![WhatsApp Image 2023-05-28 at 2 56 49 PM](https://github.com/mohammedalqarra/second_app/assets/96340073/e4edb105-aae5-465b-ac21-53003eaae813)
![WhatsApp Image 2023-05-28 at 2 56 48 PM](https://github.com/mohammedalqarra/second_app/assets/96340073/6ac2b67e-9148-4079-9c55-06302b187a80)
![WhatsApp Image 2023-05-28 at 2 56 47 PM](https://github.com/mohammedalqarra/second_app/assets/96340073/a847a2ed-412b-480d-a6d8-51e7f2dd9f38)
![WhatsApp Image 2023-05-28 at 2 56 46 PM](https://github.com/mohammedalqarra/second_app/assets/96340073/6835143d-962a-49df-af92-4cc35b585fd6)
![WhatsApp Image 2023-05-28 at 2 56 46 PM (1)](https://github.com/mohammedalqarra/second_app/assets/96340073/23d91eec-50e2-40ca-8127-7a9c3da535a1)
![WhatsApp Image 2023-05-28 at 2 57 57 PM](https://github.com/mohammedalqarra/second_app/assets/96340073/413e9c91-90a1-48e7-8b97-6643c6536046)
![WhatsApp Image 2023-05-28 at 2 56 50 PM](https://github.com/mohammedalqarra/second_app/assets/96340073/4529092c-884f-40a1-bce8-11ec1701ae30)- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.