Update the example

pull/1564/head
Ellet 1 year ago
parent 9153fcacb4
commit e1c653ced9
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 6
      example/lib/main.dart
  2. 5
      example/pubspec.yaml

@ -1,4 +1,4 @@
import 'package:flutter/foundation.dart' show defaultTargetPlatform, kIsWeb;
import 'package:flutter/foundation.dart' show kIsWeb;
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:flutter_localizations/flutter_localizations.dart'
@ -8,7 +8,6 @@ import 'package:flutter_localizations/flutter_localizations.dart'
GlobalWidgetsLocalizations;
import 'package:flutter_quill/flutter_quill.dart' show Document;
import 'package:flutter_quill/translations.dart' show FlutterQuillLocalizations;
import 'package:gal_linux/gal_linux.dart';
import 'package:hydrated_bloc/hydrated_bloc.dart'
show HydratedBloc, HydratedStorage;
import 'package:path_provider/path_provider.dart'
@ -30,9 +29,6 @@ void main() async {
? HydratedStorage.webStorageDirectory
: await getApplicationDocumentsDirectory(),
);
if (defaultTargetPlatform == TargetPlatform.linux && !kIsWeb) {
GalPluginLinux.registerWith();
}
runApp(const MyApp());
}

@ -59,11 +59,6 @@ dependency_overrides:
path: ../flutter_quill_test
quill_html_converter:
path: ../packages/quill_html_converter
gal_linux:
git:
url: https://github.com/freshtechtips/gal-linux.git
ref: main
gal:
git:

Loading…
Cancel
Save