File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- import 'package:flutter/foundation.dart' show defaultTargetPlatform, kIsWeb;
1
+ import 'package:flutter/foundation.dart' show kIsWeb;
2
2
import 'package:flutter/material.dart' ;
3
3
import 'package:flutter_bloc/flutter_bloc.dart' ;
4
4
import 'package:flutter_localizations/flutter_localizations.dart'
@@ -8,7 +8,6 @@ import 'package:flutter_localizations/flutter_localizations.dart'
8
8
GlobalWidgetsLocalizations;
9
9
import 'package:flutter_quill/flutter_quill.dart' show Document;
10
10
import 'package:flutter_quill/translations.dart' show FlutterQuillLocalizations;
11
- import 'package:gal_linux/gal_linux.dart' ;
12
11
import 'package:hydrated_bloc/hydrated_bloc.dart'
13
12
show HydratedBloc, HydratedStorage;
14
13
import 'package:path_provider/path_provider.dart'
@@ -30,9 +29,6 @@ void main() async {
30
29
? HydratedStorage .webStorageDirectory
31
30
: await getApplicationDocumentsDirectory (),
32
31
);
33
- if (defaultTargetPlatform == TargetPlatform .linux && ! kIsWeb) {
34
- GalPluginLinux .registerWith ();
35
- }
36
32
runApp (const MyApp ());
37
33
}
38
34
Original file line number Diff line number Diff line change @@ -59,11 +59,6 @@ dependency_overrides:
59
59
path : ../flutter_quill_test
60
60
quill_html_converter :
61
61
path : ../packages/quill_html_converter
62
-
63
- gal_linux :
64
- git :
65
- url : https://github.com/freshtechtips/gal-linux.git
66
- ref : main
67
62
68
63
gal :
69
64
git :
You can’t perform that action at this time.
0 commit comments