New App: github.rikodot.kardi_notes

This commit is contained in:
rikodot 2024-05-05 15:21:46 +00:00 committed by linsui
parent 958c609b39
commit e7b3fec891

View file

@ -0,0 +1,56 @@
Categories:
- Reading
- Writing
License: GPL-3.0-only
AuthorName: rikodot
AuthorEmail: rikodot@kardi.tech
AuthorWebSite: http://www.kardi.tech/
WebSite: https://www.kardi.tech/#notes
SourceCode: https://github.com/rikodot/kardi_notes_app
IssueTracker: https://github.com/rikodot/kardi_notes_app/issues
Changelog: https://www.kardi.tech/notes/
Donate: https://www.kardi.tech/#contact
Bitcoin: bc1qz6uws8vxz7renadfy5lchmtj99tvd3gr8t9856
Litecoin: Lds4TLCW6GNcbTw3AwwvCGsrNCZjWX5SpU
AutoName: kardi notes
RepoType: git
Repo: https://github.com/rikodot/kardi_notes_app
Builds:
- versionName: 2.0.7
versionCode: 19
commit: 2.0.7
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- sed -i 's@\/\/await HttpHelper.default_server_option_first_launch(context);@await
HttpHelper.default_server_option_first_launch(context);@' lib/pages/loading_page.dart
- sed -i 's@\/\/GoogleFonts@GoogleFonts@' lib/main.dart
- sed -i 's@\/\/LicenseRegistry@LicenseRegistry@' lib/main.dart
- export version=$(cat flutter_version.txt)
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.0.7
CurrentVersionCode: 19