Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafay99-epic/checkpoint
Check Point: Your sleek, Flutter-powered companion for seamless task management. Effortlessly create, organize, and conquer your to-do list with intuitive ease. Simplify your productivity and achieve more with Check Point.
https://github.com/rafay99-epic/checkpoint
android-application flutter-apps production
Last synced: 2 days ago
JSON representation
Check Point: Your sleek, Flutter-powered companion for seamless task management. Effortlessly create, organize, and conquer your to-do list with intuitive ease. Simplify your productivity and achieve more with Check Point.
- Host: GitHub
- URL: https://github.com/rafay99-epic/checkpoint
- Owner: rafay99-epic
- License: gpl-3.0
- Created: 2023-12-24T15:01:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T06:50:23.000Z (12 months ago)
- Last Synced: 2024-11-09T11:36:13.143Z (about 1 month ago)
- Topics: android-application, flutter-apps, production
- Language: C++
- Homepage:
- Size: 22.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello and Welcome to Check Point
Welcome to Check Point – your passport to productivity! Crafted with Flutter, the Check Point App is your ultimate wingman in mastering the art of task management. Seamlessly create and conquer your to-do list with finesse, empowering you to navigate life's hustle effortlessly.
## Project Structure
- **lib/main.dart**: Entry point of the application, housing the main() method and app initialization.
- **lib/src**: Core source code directory.
- **screens/**: Hosts UI screens of the application.
- **splash.dart**: Splash screen displayed upon app launch.
- **home.dart**: Primary home screen featuring the list of todos.
- **widgets/**: Collection of reusable UI components.
- **app_bar.dart**: Customized app bar widget.
- **search_box.dart**: Integrated search box widget.
- **todo_task.dart**: Widget responsible for displaying a single todo task.
- **constants/**: Centralized location for app constants like color palettes.
- **models/**: Contains data model classes defining the structure of the app's data.
- **pubspec.yaml**: Management file for dependencies and assets within the project.
- **test/**: Dedicated directory for unit and widget tests.## Features
- **Animated Splash Screen**: Engaging introduction to the app upon startup.
- **Home Screen**: Central area to view and manage the list of to-do tasks.
- **Search Bar**: Facilitates quick task filtering based on user input.
- **Task Management**: Functions to add, edit, and delete tasks effortlessly.
- **Local Storage Persistence**: Ensures tasks remain accessible across app sessions.
- **Testing Suite**: Includes unit and widget tests for maintaining app stability and performance.# Getting Started
To execute the app, follow these steps:1. Run the commands below in the terminal:
```
flutter pub get
flutter run
```
This will install necessary dependencies and initiate the app on a connected device or emulator.## Testing
### Running Tests:
Execute the command:
```
flutter test
```
This will run the complete suite of unit and widget tests.## Building
To generate a release build of the app for a specific platform, use the following command:
```
flutter build
```
Replace `` with the desired target (e.g., apk, ios, web). This will produce a release-ready build stored in the build/ directory.### Pre-built APK
A pre-built APK file is available, allowing you to easily try out the application. Simply download the file and install the application on your system.You can access the APK file either in the [APK folder](/APK) or by simply [clicking here](/APK/Version-01.apk).
# Contact
Email: [[email protected]](mailto:[email protected])Organization: [Future Insight](https://future-insight.blog/)
About Me: [Future Insight Profile](https://future-insight.blog/author/)
If you have any Problem regarding this Project then free will to contact me.
Developed with ❤️ using