Skip to content
Snippets Groups Projects
Commit 6ff51a55 authored by vjrj's avatar vjrj
Browse files

Added links to project

parent 1de61644
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
* View transaction history * View transaction history
* View G1 balance and currency conversion rate * View G1 balance and currency conversion rate
## Demo
[https://g1demo.comunes.net/](https://g1demo.comunes.net/)
## Installation ## Installation
This repository requires [Flutter](https://flutter.dev/docs/get-started/install) to be installed and This repository requires [Flutter](https://flutter.dev/docs/get-started/install) to be installed and
...@@ -26,7 +30,7 @@ present in your development environment. ...@@ -26,7 +30,7 @@ present in your development environment.
Clone the project and enter the project folder. Clone the project and enter the project folder.
```sh ```sh
git clone GITURL.git git clone https://git.duniter.org/vjrj/ginkgo.git
cd ginkgo cd ginkgo
``` ```
...@@ -82,7 +86,7 @@ To add translations, add it to `assets/translations` and enable it in `main.dart ...@@ -82,7 +86,7 @@ To add translations, add it to `assets/translations` and enable it in `main.dart
| Wallet | Terminal card | | Wallet | Terminal card |
|--------------------------------------------------------------------------------|-------------------------------------------------------------------------------| |--------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
| ![Home Light](./assets/img/home_light.png "A walled in form of credit card") | ![Terminal card](./assets/img/terminal.png "A terminal card metaphor") | | ![Card](./assets/img/card.png "A walled in form of credit card") | ![Terminal card](./assets/img/terminal.png "A terminal card metaphor") |
## Credits ## Credits
......
...@@ -24,7 +24,7 @@ class FifthScreen extends StatelessWidget { ...@@ -24,7 +24,7 @@ class FifthScreen extends StatelessWidget {
LinkCard( LinkCard(
title: 'code_card_title', title: 'code_card_title',
icon: Icons.code_rounded, icon: Icons.code_rounded,
url: Uri.parse('https://git.duniter.org/public')), url: Uri.parse('https://git.duniter.org/vjrj/ginkgo')),
if (false) const TextDivider(text: 'author_divider_title'), if (false) const TextDivider(text: 'author_divider_title'),
if (false) if (false)
GridView.count( GridView.count(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment