Skip to content

Commit 2036d3f

Browse files
committed
README: add windows build status badge
1 parent 120625b commit 2036d3f

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

README.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
A platform for image style transfer, this is the cross platform application, check here for the [API](https://github.com/Blacksuan19/Aflutter-Craft-API) and [here](https://github.com/Aflutter-Craft/Network) for the model implementation.
1+
# Aflutter Craft
2+
3+
A platform for image style transfer, this is the cross platform application,
4+
check here for the [API](https://github.com/Blacksuan19/Aflutter-Craft-API) and
5+
[here](https://github.com/Aflutter-Craft/Network) for the model implementation.
26

37
[![Build Android App](https://github.com/Aflutter-Craft/App/actions/workflows/build-android-app.yml/badge.svg)](https://github.com/Aflutter-Craft/App/actions/workflows/build-android-app.yml)
48
[![Build Linux Application](https://github.com/Aflutter-Craft/App/actions/workflows/build-linux-app.yml/badge.svg?branch=master)](https://github.com/Aflutter-Craft/App/actions/workflows/build-linux-app.yml)
9+
[![Windows Application](https://github.com/Aflutter-Craft/App/actions/workflows/build-windows-app.yml/badge.svg)](https://github.com/Aflutter-Craft/App/actions/workflows/build-windows-app.yml)
510

611
## Supported Platform
712

@@ -13,7 +18,8 @@ the code is written with all platforms in mind, however it was only tested on:
1318

1419
## Getting started
1520

16-
this project is fully [null-safe](https://dart.dev/null-safety) and uses the master channel of flutter.
21+
this project is fully [null-safe](https://dart.dev/null-safety) and uses the
22+
master channel of flutter.
1723

1824
- first switch to the master branch with `flutter channel master`
1925
- fetch the packages with `flutter pub get`
@@ -27,19 +33,21 @@ this project is fully [null-safe](https://dart.dev/null-safety) and uses the mas
2733

2834
### Generating App Icons
2935

30-
`flutter_launcher_icons` is already set up to generate app icons with adaptive icons.
36+
`flutter_launcher_icons` is already set up to generate app icons with adaptive
37+
icons.
3138

3239
- run `flutter pub run flutter_launcher_icons:main`
3340

3441
### Generating App Splash
3542

36-
`flutter_native_splash` is already set up to generate native splash screens for IOS, android and the web.
43+
`flutter_native_splash` is already set up to generate native splash screens for
44+
IOS, android and the web.
3745

3846
- run `flutter pub run flutter_native_splash:create`
3947

4048
## Directory Structure
4149

42-
```
50+
```bash
4351
lib
4452
├── models # data models
4553
├── screens # application pages
@@ -52,12 +60,12 @@ lib
5260

5361
## Screenshots
5462

55-
![](screens/1.png)
63+
![mobile](screens/1.png)
5664

57-
![](screens/2.png)
65+
![desktop](screens/2.png)
5866

59-
![](screens/3.png)
67+
![style store](screens/3.png)
6068

61-
![](screens/4.png)
69+
![style view](screens/4.png)
6270

63-
![](screens/5.png)
71+
![about](screens/5.png)

0 commit comments

Comments
 (0)