Updated README.md
This commit is contained in:
parent
b6dd58c5ca
commit
e39bb6f275
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue