File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 33 // flutter.compileSdkVersion
30- ndkVersion 23.1.7779620 // flutter.ndkVersion
29+ compileSdkVersion flutter. compileSdkVersion
30+ // ndkVersion flutter.ndkVersion
3131
3232 compileOptions {
3333 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import 'package:flutter/cupertino.dart';
55import 'package:flutter/material.dart' ;
66import 'package:permission_handler/permission_handler.dart' ;
77import 'package:wax/basic/methods.dart' ;
8-
8+ import 'package:fixnum/fixnum.dart' as $fixnum;
99import '../basic/commons.dart' ;
1010import '../configs/android_version.dart' ;
1111
1212class ExportingScreen extends StatefulWidget {
13- final List <Int64 > selected;
13+ final List <$fixnum. Int64 > selected;
1414
1515 const ExportingScreen (this .selected, {Key ? key}) : super (key: key);
1616
You can’t perform that action at this time.
0 commit comments