mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
update
This commit is contained in:
@@ -21,7 +21,8 @@ linter:
|
|||||||
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||||
# producing the lint.
|
# producing the lint.
|
||||||
rules:
|
rules:
|
||||||
- collection_methods_unrelated_type
|
collection_methods_unrelated_type: false
|
||||||
|
use_build_context_synchronously: false
|
||||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||||
|
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:file_picker/file_picker.dart';
|
|
||||||
import 'package:flutter/foundation.dart';
|
import 'package:flutter/foundation.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:venera/components/components.dart';
|
import 'package:venera/components/components.dart';
|
||||||
@@ -228,7 +227,7 @@ class _Local extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _ImportComicsWidget extends StatefulWidget {
|
class _ImportComicsWidget extends StatefulWidget {
|
||||||
const _ImportComicsWidget({super.key});
|
const _ImportComicsWidget();
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<_ImportComicsWidget> createState() => _ImportComicsWidgetState();
|
State<_ImportComicsWidget> createState() => _ImportComicsWidgetState();
|
||||||
|
Reference in New Issue
Block a user