ACS Comunika
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'dart:io' as io;
|
||||
|
||||
//import 'package:advance_pdf_viewer/advance_pdf_viewer.dart';
|
||||
import 'package:inconsultoria/funcoes_gerais.dart';
|
||||
import 'package:comunika/funcoes_gerais.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
@@ -63,7 +63,7 @@ class PDFViewerScreenController extends GetxController {
|
||||
this.loadPDF.value = true;
|
||||
var file = await this._createFileOfPdfUrl();
|
||||
try {
|
||||
Share.shareFiles([file!.path], text: 'inconsultoria card')
|
||||
Share.shareFiles([file!.path], text: 'Comunika card')
|
||||
.then((value) => this.loadPDF.value = false);
|
||||
} catch (e) {
|
||||
this.loadPDF.value = false;
|
||||
|
||||
Reference in New Issue
Block a user