https://github.com/jakubjaniec/google-tasks-clone
A clone of the popular task management application written in Flutter.
https://github.com/jakubjaniec/google-tasks-clone
dart flutter google tasks todoapp todolist
Last synced: 3 months ago
JSON representation
A clone of the popular task management application written in Flutter.
- Host: GitHub
- URL: https://github.com/jakubjaniec/google-tasks-clone
- Owner: jakubjaniec
- Created: 2020-08-25T11:10:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T15:46:20.000Z (almost 4 years ago)
- Last Synced: 2024-04-25T14:39:04.874Z (10 months ago)
- Topics: dart, flutter, google, tasks, todoapp, todolist
- Language: Dart
- Homepage:
- Size: 684 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :beginner: Google Tasks Clone
A clone of the popular task management application written in Flutter
## :book: Table of contents
- [General info](#general-info)
- [Technologies](#technologies)
- [Screenshots](#screenshots)
- [Setup](#setup)## :pencil: General info
The purpose of this project was to create a good working Google Tasks clone and to improve myself at creating mobile apps in Flutter & Dart. This is a showcase app, so it doesn't provide all the functionalities as in original Google Tasks application.
## :gear: Technologies
Project is created with:
- [Flutter](https://flutter.dev/) version: 1.22.5
- [Dart](https://dart.dev/) version: 2.10.4
- [Provider](https://pub.dev/packages/provider) version: 4.3.3
- [Localstorage](https://pub.dev/packages/localstorage) version: 3.0.6+9
- [Sliding_up_panel](https://pub.dev/packages/sliding_up_panel) version: 1.0.2
- [Lint](https://pub.dev/packages/lint) version: 1.3.0
- [Device_preview](https://pub.dev/packages/device_preview) version: 0.5.5## :camera_flash: Screenshots
![]()
![]()
![]()
![]()
![]()
## :computer: Setup
To run this project follow these steps:
1. Clone the repository
```
$ git clone https://github.com/kubacarbon/google-tasks-clone.git
```2. Open the project
```
$ cd google-tasks-clone
```3. Install dependencies
```
flutter pub get
```4. Run app
```
$ flutter run
```