force push

This commit is contained in:
BalazsManus 2025-02-13 14:44:08 +01:00
parent 7f9bd34a82
commit 4135503a30
6 changed files with 17 additions and 26 deletions

View File

@ -39,6 +39,19 @@ def debugKeystoreProperties = new Properties()
def debugKeystorePropertiesFile = rootProject.file("debugkey.properties") def debugKeystorePropertiesFile = rootProject.file("debugkey.properties")
debugKeystoreProperties.load(new FileInputStream(debugKeystorePropertiesFile)) debugKeystoreProperties.load(new FileInputStream(debugKeystorePropertiesFile))
subprojects {
afterEvaluate { project ->
if (project.hasProperty('android')) {
project.android {
if (!hasProperty('namespace') || namespace == null || namespace.isEmpty()) {
// Assign a default namespace based on the project name or group
namespace = project.group.toString() ?: "com.example.${project.name}"
}
}
}
}
}
android { android {
namespace = "hu.refilc.naplo" namespace = "hu.refilc.naplo"

View File

@ -33,10 +33,6 @@ dependencies:
uuid: ^4.2.1 uuid: ^4.2.1
html: ^0.15.0 html: ^0.15.0
open_filex: ^4.3.4 open_filex: ^4.3.4
# open_file:
# git:
# url: https://github.com/crazecoder/open_file
# ref: master
path_provider: ^2.0.2 path_provider: ^2.0.2
permission_handler: ^11.0.1 permission_handler: ^11.0.1
share_plus: ^10.0.3 share_plus: ^10.0.3
@ -55,16 +51,9 @@ dependencies:
rive: ^0.12.4 rive: ^0.12.4
animated_background: ^2.0.0 animated_background: ^2.0.0
dropdown_button2: ^2.3.9 dropdown_button2: ^2.3.9
home_widget: home_widget: ^0.7.0+1
git:
url: https://github.com/refilc/home_widget.git
ref: flutter-beta
flutter_expandable_fab: ^2.0.0 flutter_expandable_fab: ^2.0.0
url_launcher: ^6.1.6 url_launcher: ^6.1.6
# workmanager:
# git:
# url: https://github.com/refilc/flutter_workmanager.git
# ref: v0.5.1
flutter_svg: ^2.0.10+1 flutter_svg: ^2.0.10+1
image_picker: ^1.0.7 image_picker: ^1.0.7
animations: ^2.0.1 animations: ^2.0.1
@ -73,14 +62,12 @@ dependencies:
package_info_plus: ^8.0.0 package_info_plus: ^8.0.0
screenshot: ^3.0.0 screenshot: ^3.0.0
flutter_staggered_grid_view: ^0.7.0 flutter_staggered_grid_view: ^0.7.0
# sqflite_common_ffi_web: ^0.4.0
image_crop_plus: ^1.0.0 image_crop_plus: ^1.0.0
googleapis: ^13.2.0 googleapis: ^13.2.0
google_sign_in: ^6.2.1 google_sign_in: ^6.2.1
extension_google_sign_in_as_googleapis_auth: ^2.0.12 extension_google_sign_in_as_googleapis_auth: ^2.0.12
maps_launcher: ^3.0.0+1 maps_launcher: ^3.0.0+1
google_fonts: ^6.1.0 google_fonts: ^6.1.0
# flutter_stripe: ^11.3.0
get_it: ^7.6.7 get_it: ^7.6.7
xml: ^6.5.0 xml: ^6.5.0
carousel_slider: ^5.0.0 carousel_slider: ^5.0.0

View File

@ -41,7 +41,6 @@ class AbsenceGroupTile extends StatelessWidget {
const EdgeInsets.symmetric(horizontal: 12.0, vertical: 0), const EdgeInsets.symmetric(horizontal: 12.0, vertical: 0),
tileColor: Colors.transparent, tileColor: Colors.transparent,
duration: const Duration(milliseconds: 250), duration: const Duration(milliseconds: 250),
trailingDuration: 0.5,
trailing: const Icon(FeatherIcons.chevronDown), trailing: const Icon(FeatherIcons.chevronDown),
leading: Container( leading: Container(
width: 39.0, width: 39.0,

View File

@ -26,7 +26,6 @@ class GradesCount extends StatelessWidget {
contentPadding: EdgeInsets.zero, contentPadding: EdgeInsets.zero,
visualDensity: const VisualDensity(vertical: -4), visualDensity: const VisualDensity(vertical: -4),
duration: const Duration(milliseconds: 250), duration: const Duration(milliseconds: 250),
trailingDuration: 0.5,
trailing: const Icon(FeatherIcons.chevronDown), trailing: const Icon(FeatherIcons.chevronDown),
title: Text( title: Text(
'grades_cnt'.i18n.fill([ 'grades_cnt'.i18n.fill([

View File

@ -36,10 +36,7 @@ dependencies:
lottie: ^3.1.0 lottie: ^3.1.0
rive: ^0.12.4 rive: ^0.12.4
animated_background: ^2.0.0 animated_background: ^2.0.0
home_widget: home_widget: ^0.7.0+1
git:
url: https://github.com/refilc/home_widget.git
ref: flutter-beta
dropdown_button2: ^2.3.9 dropdown_button2: ^2.3.9
flutter_svg: ^2.0.10+1 flutter_svg: ^2.0.10+1
background_fetch: ^1.2.2 background_fetch: ^1.2.2
@ -48,10 +45,7 @@ dependencies:
dotted_border: ^2.0.0+3 dotted_border: ^2.0.0+3
screenshot: ^3.0.0 screenshot: ^3.0.0
image_gallery_saver_plus: ^3.0.5 image_gallery_saver_plus: ^3.0.5
rounded_expansion_tile: rounded_expansion_tile: ^0.0.13
git:
url: https://github.com/kimaah/rounded_expansion_tile.git
# go_router: ^14.2.0
flutter_expandable_fab: ^2.0.0 flutter_expandable_fab: ^2.0.0
intl: ^0.19.0 intl: ^0.19.0
i18n_extension: ^12.0.1 i18n_extension: ^12.0.1
@ -65,7 +59,6 @@ dependencies:
uuid: ^4.3.3 uuid: ^4.3.3
maps_launcher: ^3.0.0+1 maps_launcher: ^3.0.0+1
google_fonts: ^6.1.0 google_fonts: ^6.1.0
# flutter_any_logo: ^1.1.1
custom_sliding_segmented_control: ^1.8.1 custom_sliding_segmented_control: ^1.8.1
get_it: ^7.6.7 get_it: ^7.6.7
xml: ^6.5.0 xml: ^6.5.0

@ -1 +1 @@
Subproject commit 66b133ced509a89237d5ae4732701a8cff93d9b9 Subproject commit 478edbefc025f89270c345bd3b3e8ab3325a30f9