Skip to content

Commit d2fa57a

Browse files
committed
readme: Bump the flutter project
1 parent 42cf10b commit d2fa57a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Flatpak Builder Tools
22

3-
This repository contains a collection of various scripts to aid in using `flatpak-builder`.
3+
This repository contains a collection of various scripts to aid in using
4+
`flatpak-builder`.
45

56
Feel free to submit your own scripts that would be useful for others.
67

@@ -9,15 +10,15 @@ process to generate manifests.
910

1011
See the sub-directories of the respective tools for more information and licenses.
1112

12-
## Converting manifests from JSON to YAML
13+
## Flutter
14+
15+
Please look at the [flatpak-flutter](https://github.com/TheAppgineer/flatpak-flutter)
16+
project, developed by [Jan Koudijs](https://github.com/JanKoudijs).
17+
18+
### Converting manifests from JSON to YAML
1319

1420
A simple script to help convert JSON manifests to YAML is also in this repo.
1521

1622
After cloning the repository you can run `./flatpak-json2yaml.py /path/to/example.json --output=example.yml`.
1723

1824
This depends on [PyYAML](https://pypi.org/project/PyYAML/) which may need to be installed.
19-
20-
## Flutter
21-
22-
Please look at the [flatpak-flutter](https://github.com/TheAppgineer/flatpak-flutter)
23-
project, developed by [Jan Koudijs](https://github.com/JanKoudijs).

0 commit comments

Comments
 (0)