forked from firka/student-legacy
everything should work now
This commit is contained in:
parent
654c12e9fb
commit
580f93fa6f
@ -60,7 +60,6 @@ dependencies:
|
||||
url: https://github.com/refilc/home_widget.git
|
||||
ref: flutter-beta
|
||||
flutter_expandable_fab: ^2.0.0
|
||||
uni_links: ^0.5.1
|
||||
url_launcher: ^6.1.6
|
||||
# workmanager:
|
||||
# git:
|
||||
@ -79,7 +78,7 @@ dependencies:
|
||||
googleapis: ^13.2.0
|
||||
google_sign_in: ^6.2.1
|
||||
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
|
||||
# flutter_stripe: ^11.3.0
|
||||
get_it: ^7.6.7
|
||||
|
@ -10,7 +10,7 @@ import 'package:provider/provider.dart';
|
||||
import 'package:screenshot/screenshot.dart';
|
||||
import 'package:share_plus/share_plus.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 {
|
||||
const PersonalityBody({super.key});
|
||||
@ -47,7 +47,8 @@ class PersonalityBodyState extends State<PersonalityBody> {
|
||||
savePersonality() async {
|
||||
await screenshotController.capture().then((image) async {
|
||||
if (image != null) {
|
||||
await ImageGallerySaver.saveImage(image, name: 'refilc_personality');
|
||||
await ImageGallerySaverPlus.saveImage(image,
|
||||
name: 'refilc_personality');
|
||||
}
|
||||
}).catchError((err) {
|
||||
throw err;
|
||||
|
@ -47,7 +47,7 @@ dependencies:
|
||||
package_info_plus: ^8.0.0
|
||||
dotted_border: ^2.0.0+3
|
||||
screenshot: ^3.0.0
|
||||
image_gallery_saver: ^2.0.2
|
||||
image_gallery_saver_plus: ^3.0.5
|
||||
rounded_expansion_tile:
|
||||
git:
|
||||
url: https://github.com/kimaah/rounded_expansion_tile.git
|
||||
@ -63,7 +63,7 @@ dependencies:
|
||||
path_provider: ^2.1.2
|
||||
image_crop_plus: ^1.0.0
|
||||
uuid: ^4.3.3
|
||||
maps_launcher: ^2.2.0
|
||||
maps_launcher: ^3.0.0+1
|
||||
google_fonts: ^6.1.0
|
||||
# flutter_any_logo: ^1.1.1
|
||||
custom_sliding_segmented_control: ^1.8.1
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a6bf70ed841f6e767d3b56fee647d52d51418683
|
||||
Subproject commit b66c92645c986f2d4a6b39cae53177ce5610523f
|
Loading…
x
Reference in New Issue
Block a user