running formatter

This commit is contained in:
2026-01-15 17:34:56 -08:00
parent a962b1f3cf
commit 6634ebaf81
1180 changed files with 16714 additions and 16640 deletions
+3 -1
View File
@@ -41,7 +41,9 @@ class _MyHomePageState extends State<MyHomePage> {
body: Center(
child: _loading
? CircularProgressIndicator()
: _file == null ? Text('No File Selected') : _buildFile(_file),
: _file == null
? Text('No File Selected')
: _buildFile(_file),
),
persistentFooterButtons: <Widget>[
IconButton(
+1 -1
View File
@@ -1,4 +1,4 @@
library file_access;
export 'src/classes/file/file.dart';
export 'src/pick_file/pick_file.dart';
export 'src/pick_file/pick_file.dart';