https://github.com/howbizarre/date_line_drawer
https://github.com/howbizarre/date_line_drawer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/howbizarre/date_line_drawer
- Owner: howbizarre
- Created: 2025-07-02T09:34:43.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-02T11:32:11.000Z (12 months ago)
- Last Synced: 2025-07-02T11:39:10.494Z (12 months ago)
- Language: C++
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# date_line_drawer
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [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.
## Installation
1. Clone the repository: `git clone `
2. Navigate to the project directory: `cd date_line_drawer`
3. Install dependencies: `flutter pub get`
## Development
To run the application in development mode, use the following command:
```bash
flutter run -d chrome
```
This will start the application in a Chrome browser window.
## Deployment
To build the application for the web, use the following command:
```bash
flutter build web
```
The output will be in the `build/web` directory. You can then deploy this directory to any web server.
## Usage
1. Open the application in a Chrome browser.
2. Click on the "Select Date 1" button to choose the first date.
3. Once the first date is selected, the "Select Date 2" button will become active. Click on it to choose the second date.
4. After selecting both dates, the `dateResult` will be displayed below the buttons.
5. A 3x3 grid of points will be drawn, and a line will be animated to connect the points based on the digits of the `dateResult`.