An open API service indexing awesome lists of open source software.

https://github.com/ardacebi/fasttake

fasttake allows you to take notes instantly the moment they come up on your mind.
https://github.com/ardacebi/fasttake

Last synced: 2 months ago
JSON representation

fasttake allows you to take notes instantly the moment they come up on your mind.

Awesome Lists containing this project

README

        

fasttake logo

An app to take notes of those that come up on your mind, without having to wait. Written in Dart using Flutter.

[![Codemagic build status](https://api.codemagic.io/apps/5e8adb3e64e0bdcde3e0c2a2/5e8adb3e64e0bdcde3e0c2a1/status_badge.svg)](https://codemagic.io/apps/5e8adb3e64e0bdcde3e0c2a2/5e8adb3e64e0bdcde3e0c2a1/latest_build)
![License](https://img.shields.io/github/license/ardacebi/fasttake)
![stable](https://img.shields.io/github/v/release/ardacebi/fasttake?label=stable)
![Issues](https://img.shields.io/github/issues/ardacebi/fasttake)
![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

### Current status

Home | Take Editor | Take Details | Settings |
|:-:|:-:|:-:|:-:|
| [](image.png) | [](image.png) | [](image.png) | [](image.png) |

Important: Screenshots above are updated mostly every day and may subject to change when you build the app on your computer. Major and minor changes are done every day and every hour.

### Dictionary
take: note

## Features
The main idea and the function of the app is to document the ideas (and things) that come up on your mind instantly without forgetting them.

- **⚡️ Instant saving:** Quickly save ideas that come up on your mind with only one tap
- **📑 Details screen:** Using an optional details screen, add extra details such as tags, subject to your take for better organization
- **🗑 Take deletion:** After you're done with your take, you can delete it easily from the three-dot menu located on the take card
- **🌃 Dark Mode:** Dark mode for night usage (automized based on system theme (requires >iOS 13 or >Android 10))
- **💻 Computer client:** Access all your takes from your computer with the computer client (requires fasttake account which can be created from the login/signup screen)
- **🌍 Language support:** fasttake offers a variety of languages for all users around the globe. You can [contribute to the translation](https://fasttake.oneskyapp.com/collaboration/project?id=169458).

## Building and Contributing

### 1. Install Flutter
Prepare your development environment using [this official installation guide](https://flutter.dev/docs/get-started/install) from the Flutter team.

### 2. Clone the repository
Clone the fasttake repository.

`git clone https://github.com/ardacebi/fasttake`

> :warning: **Important**: fasttake uses Firebase to store takes and user account data. This requires you to set Firebase on your own account before building and after you clone the repository. You can find the official documentation to set up Firebase on the project [here](https://firebase.google.com/docs/flutter/setup).

### 3. Preview app and start development
Using your favorite IDE, you can start previewing the current status of the app by launching the app on an emulator or your physical device and start making your edits.

All contributions are welcome. You can follow the to-do's from the issues area or propose your own suggestions and changes via a pull request.

Thank you for your contributions!

## License
fasttake is licensed under the MIT License. [Learn more](https://github.com/ardacebi/fasttake/blob/master/LICENSE).