Adoird build migration and update
This commit is contained in:
parent
04f034971f
commit
7a5c8721dd
1062 changed files with 143083 additions and 221 deletions
|
|
@ -129,8 +129,7 @@ class _MihCircleAvatarState extends State<MihCircleAvatar> {
|
|||
),
|
||||
onPressed: () async {
|
||||
try {
|
||||
FilePickerResult? result =
|
||||
await FilePicker.platform.pickFiles(
|
||||
FilePickerResult? result = await FilePicker.pickFiles(
|
||||
type: FileType.image,
|
||||
);
|
||||
// print("Here 1");
|
||||
|
|
|
|||
|
|
@ -98,8 +98,7 @@ class _MihImageDisplayState extends State<MihImageDisplay> {
|
|||
color: MihColors.primary(),
|
||||
onPressed: () async {
|
||||
try {
|
||||
FilePickerResult? result =
|
||||
await FilePicker.platform.pickFiles(
|
||||
FilePickerResult? result = await FilePicker.pickFiles(
|
||||
type: FileType.image,
|
||||
);
|
||||
// print("Here 1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue