Skip to content

Commit 555fb5b

Browse files
committed
final readme for flet app
1 parent 0f976ee commit 555fb5b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ To this:
108108
# Used to request access to Notification
109109
-keep class androidx.core.app.ActivityCompat { *; }
110110
```
111-
[complete flet example](docs/examples/flet-working)
111+
> [!NOTE]
112+
> If you change these values `name, bundle_id, product, company` in your `pyproject.toml` file, make sure to go through the above steps again to ensure the changes are reflected in the build files.
113+
[complete flet example](https://github.com/Fector101/android_notify/tree/main/docs/examples/flet-working)
112114

113115
Can be installed via `pip` For testing purposes:
114116

@@ -122,7 +124,7 @@ For Dev Version use
122124

123125

124126
To use colored text in your notifications:
125-
- Copy the [res](android_notify/res) folder to your app path.
127+
- Copy the [res](https://github.com/Fector101/android_notify/tree/main/android_notify/res) folder to your app path.
126128
Lastly in your `buildozer.spec` file
127129
- Add `source.include_exts = xml` and `android.add_resources = ./res`
128130

0 commit comments

Comments
 (0)