Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheeiavellie/app-bars
An easy to use iOS/Android note-app for quick saving/accessing different locations.
https://github.com/sheeiavellie/app-bars
android dart flutter geolocation ios maps notes-tool sports workout
Last synced: 4 days ago
JSON representation
An easy to use iOS/Android note-app for quick saving/accessing different locations.
- Host: GitHub
- URL: https://github.com/sheeiavellie/app-bars
- Owner: sheeiavellie
- Created: 2023-10-18T11:34:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T23:49:56.000Z (11 months ago)
- Last Synced: 2024-01-29T12:09:26.882Z (10 months ago)
- Topics: android, dart, flutter, geolocation, ios, maps, notes-tool, sports, workout
- Language: Dart
- Homepage:
- Size: 79.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pullaptica
--Cool logo somewhere here--An easy to use iOS/Android note-app for quick saving/accessing different locations (primarily workout places).
## Problem summary... I guess?
The main idea is to have proper _simple_ tool fot _simple_ task.
Imagine that very hidden outdoor pull up bar you found last day. You probably want to save it's location to tell your friends or just not to forget it by yourself. And the problem here is that there isn't any tool that perfectly fits for you. For example, Google Maps are just to complex for this kind of task, it's like using MS Word to make a grocery list. It's just unpleasant to use _complex_ stuff for very _simple_ tasks, so that's why notes app exists.
With this project I want to make a solution for this kind of problem.
## Features
App MVP will feature:
- Simple yet elegant UI
- Map screen with all saved locations
- Ability to add new locations
- Ability to add comments for every location
- User defined categories in which user will be able to save locations## Development
Currently app is under development 🔨👷.
Already implemented:
- GoogleMaps-like map screen with bottom sheet and animated AppBar## API
App uses it's own API: [Bars API](https://github.com/sheeiavellie/api-bars/).
## Why Flutter?
Flutter was chosen because it's fancy, trendy, easy to use and get into technology which provides cross-platform app development.
(I actually knew nothing about Flutter/React until I started this project).