Updated README.md
Some checks failed
ci/woodpecker/push/flutterBuild Pipeline was successful
ci/woodpecker/tag/flutterBuild Pipeline failed

This commit is contained in:
Balazs Toldi 2022-05-22 23:22:30 +02:00
parent b6dd58c5ca
commit e39bb6f275
Signed by: Bazsalanszky
GPG key ID: 6C7D440036F99D58

View file

@ -1,16 +1,16 @@
# gitea_client
# Gitea Client
A simple client for Gitea
## Getting Started
## Specification
This project is a starting point for a Flutter application.
In my homework I want to implement a client for Gitea. In this client users will be able to:
- log into any gitea instance (e.g \href{https://codeberg.org}{Codeberg}, \href{https://gitea.com}{gitea.com})
- explore repositories (eg. searching)
- view repos individually.
A few resources to get you started if this is your first Flutter project:
The client should run on Android and Linux(the two main platforms I use).
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
## Video
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
The showcase video can be found [here](https://tube.toldi.eu/w/dtNgELq4vjCWHBep7yJbVh).