SimpleCloudNotifier/flutter
Mike Schwörer 05eb37bc80
Fix flutter project with new android-studio version:
- upgrade gradle from 7.5 to 7.6.1
  - change java target from 1.8 to 17
  - set flutter jdk-dir to system-jdk (instead of now-incompatible android-studio bundled jdk)
    (android studio bundles jdk 21, jdk 21 needs gradle 8.4, flutetr does not work with gradle > 7.6.1 )
    => see https://docs.gradle.org/current/userguide/compatibility.html#java
    =>     https://www.liquidbcn.com/en/insights/solving-issues-android-studio-ladybug-java-21-flutter
2024-10-15 19:41:15 +02:00
..
_utils a bit of work on the message page 2024-06-07 23:46:27 +02:00
.vscode basic setup (layout + icons) 2024-02-10 21:46:25 +01:00
android Fix flutter project with new android-studio version: 2024-10-15 19:41:15 +02:00
deps/font_awesome_flutter basic setup (layout + icons) 2024-02-10 21:46:25 +01:00
ios Notifications (android via local) work 2024-06-15 21:29:51 +02:00
lib Fix test pipeline 2024-09-20 21:23:26 +02:00
linux Implement FCM [WIP] 2024-05-31 15:22:27 +02:00
macos Notifications (android via local) work 2024-06-15 21:29:51 +02:00
web Add icon 2024-06-15 17:06:26 +02:00
windows Add icon 2024-06-15 17:06:26 +02:00
.gitignore Delete temp files 2024-06-04 07:30:58 +02:00
.metadata init flutter project 2024-02-10 18:29:41 +01:00
analysis_options.yaml linter and lint fixes 2024-05-25 21:36:05 +02:00
devtools_options.yaml persistance 2024-02-11 02:20:48 +01:00
firebase.json Implement FCM [WIP] 2024-05-31 15:22:27 +02:00
flutter_launcher_icons.yaml Add icon 2024-06-15 17:06:26 +02:00
Makefile Fix flutter project with new android-studio version: 2024-10-15 19:41:15 +02:00
pubspec.lock Notifications (android via local) work 2024-06-15 21:29:51 +02:00
pubspec.yaml Notifications (android via local) work 2024-06-15 21:29:51 +02:00
README.md Hive, requestlog, etc 2024-05-25 18:09:39 +02:00
TODO.md TODO's 2024-08-06 18:10:26 +02:00