Skip to content

Commit

Permalink
Remove the obsolete mno_webview package
Browse files Browse the repository at this point in the history
The mno_webview package was removed from the project due to it not being needed anymore. The specific code related to it was also removed or adjusted accordingly in the other files in the project. The dependency on flutter_inappwebview was added directly to the necessary parts of the application.
  • Loading branch information
jmgeffroy committed Jan 21, 2024
1 parent 41be8f8 commit 7f1f633
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 634 deletions.
2 changes: 0 additions & 2 deletions components/navigator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dependencies:
path: ../shared
mno_streamer:
path: ../streamer
mno_webview:
path: ../webview

dev_dependencies:
test: ^1.25.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:mno_webview/webview.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:mno_server/mno_server.dart';

class AndroidRequest extends Request<AndroidResponse> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:typed_data';

import 'package:dfunc/dfunc.dart';
import 'package:mno_webview/webview.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:mno_server/mno_server.dart';
import 'package:universal_io/io.dart' as io;
import 'package:universal_io/io.dart';
Expand Down
2 changes: 0 additions & 2 deletions components/server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependencies:
path: ../shared
mno_streamer:
path: ../streamer
mno_webview:
path: ../webview
bloc: ^8.1.2
dartx: ^1.2.0
dfunc: ^0.9.0
Expand Down
32 changes: 0 additions & 32 deletions components/webview/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions components/webview/.metadata

This file was deleted.

3 changes: 0 additions & 3 deletions components/webview/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion components/webview/LICENSE

This file was deleted.

39 changes: 0 additions & 39 deletions components/webview/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions components/webview/analysis_options.yaml

This file was deleted.

261 changes: 0 additions & 261 deletions components/webview/lib/src/flutter_inappwebview_stub.dart

This file was deleted.

Loading

0 comments on commit 7f1f633

Please sign in to comment.