everything should work now

This commit is contained in:
Marton Kiss 2025-01-03 17:54:29 +01:00
parent 654c12e9fb
commit 580f93fa6f
4 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,6 @@ dependencies:
url: https://github.com/refilc/home_widget.git url: https://github.com/refilc/home_widget.git
ref: flutter-beta ref: flutter-beta
flutter_expandable_fab: ^2.0.0 flutter_expandable_fab: ^2.0.0
uni_links: ^0.5.1
url_launcher: ^6.1.6 url_launcher: ^6.1.6
# workmanager: # workmanager:
# git: # git:
@ -79,7 +78,7 @@ dependencies:
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: ^2.2.0 maps_launcher: ^3.0.0+1
google_fonts: ^6.1.0 google_fonts: ^6.1.0
# flutter_stripe: ^11.3.0 # flutter_stripe: ^11.3.0
get_it: ^7.6.7 get_it: ^7.6.7

View File

@ -10,7 +10,7 @@ import 'package:provider/provider.dart';
import 'package:screenshot/screenshot.dart'; import 'package:screenshot/screenshot.dart';
import 'package:share_plus/share_plus.dart'; import 'package:share_plus/share_plus.dart';
import 'package:path_provider/path_provider.dart'; import 'package:path_provider/path_provider.dart';
import 'package:image_gallery_saver/image_gallery_saver.dart'; import 'package:image_gallery_saver_plus/image_gallery_saver_plus.dart';
class PersonalityBody extends StatefulWidget { class PersonalityBody extends StatefulWidget {
const PersonalityBody({super.key}); const PersonalityBody({super.key});
@ -47,7 +47,8 @@ class PersonalityBodyState extends State<PersonalityBody> {
savePersonality() async { savePersonality() async {
await screenshotController.capture().then((image) async { await screenshotController.capture().then((image) async {
if (image != null) { if (image != null) {
await ImageGallerySaver.saveImage(image, name: 'refilc_personality'); await ImageGallerySaverPlus.saveImage(image,
name: 'refilc_personality');
} }
}).catchError((err) { }).catchError((err) {
throw err; throw err;

View File

@ -47,7 +47,7 @@ dependencies:
package_info_plus: ^8.0.0 package_info_plus: ^8.0.0
dotted_border: ^2.0.0+3 dotted_border: ^2.0.0+3
screenshot: ^3.0.0 screenshot: ^3.0.0
image_gallery_saver: ^2.0.2 image_gallery_saver_plus: ^3.0.5
rounded_expansion_tile: rounded_expansion_tile:
git: git:
url: https://github.com/kimaah/rounded_expansion_tile.git url: https://github.com/kimaah/rounded_expansion_tile.git
@ -63,7 +63,7 @@ dependencies:
path_provider: ^2.1.2 path_provider: ^2.1.2
image_crop_plus: ^1.0.0 image_crop_plus: ^1.0.0
uuid: ^4.3.3 uuid: ^4.3.3
maps_launcher: ^2.2.0 maps_launcher: ^3.0.0+1
google_fonts: ^6.1.0 google_fonts: ^6.1.0
# flutter_any_logo: ^1.1.1 # flutter_any_logo: ^1.1.1
custom_sliding_segmented_control: ^1.8.1 custom_sliding_segmented_control: ^1.8.1

@ -1 +1 @@
Subproject commit a6bf70ed841f6e767d3b56fee647d52d51418683 Subproject commit b66c92645c986f2d4a6b39cae53177ce5610523f