Skip to content

Commit e1c653c

Browse files
author
Ellet
committed
Update the example
1 parent 9153fca commit e1c653c

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

example/lib/main.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:flutter/foundation.dart' show defaultTargetPlatform, kIsWeb;
1+
import 'package:flutter/foundation.dart' show kIsWeb;
22
import 'package:flutter/material.dart';
33
import 'package:flutter_bloc/flutter_bloc.dart';
44
import 'package:flutter_localizations/flutter_localizations.dart'
@@ -8,7 +8,6 @@ import 'package:flutter_localizations/flutter_localizations.dart'
88
GlobalWidgetsLocalizations;
99
import 'package:flutter_quill/flutter_quill.dart' show Document;
1010
import 'package:flutter_quill/translations.dart' show FlutterQuillLocalizations;
11-
import 'package:gal_linux/gal_linux.dart';
1211
import 'package:hydrated_bloc/hydrated_bloc.dart'
1312
show HydratedBloc, HydratedStorage;
1413
import 'package:path_provider/path_provider.dart'
@@ -30,9 +29,6 @@ void main() async {
3029
? HydratedStorage.webStorageDirectory
3130
: await getApplicationDocumentsDirectory(),
3231
);
33-
if (defaultTargetPlatform == TargetPlatform.linux && !kIsWeb) {
34-
GalPluginLinux.registerWith();
35-
}
3632
runApp(const MyApp());
3733
}
3834

example/pubspec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ dependency_overrides:
5959
path: ../flutter_quill_test
6060
quill_html_converter:
6161
path: ../packages/quill_html_converter
62-
63-
gal_linux:
64-
git:
65-
url: https://github.com/freshtechtips/gal-linux.git
66-
ref: main
6762

6863
gal:
6964
git:

0 commit comments

Comments
 (0)