Skip to content

Commit fe145c5

Browse files
author
Franco Bugnano
committed
Updated to use private fork of inappwebview
1 parent 5ef13c6 commit fe145c5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

lib/src/chatbox.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter/services.dart';
77
import 'package:flutter/foundation.dart';
88
import 'package:flutter/gestures.dart';
99

10-
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
10+
import 'package:talkjs_flutter_inappwebview/talkjs_flutter_inappwebview.dart';
1111
import 'package:permission_handler/permission_handler.dart';
1212
import 'package:url_launcher/url_launcher.dart';
1313

lib/src/conversationlist.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter/services.dart';
77
import 'package:flutter/foundation.dart';
88
import 'package:flutter/gestures.dart';
99

10-
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
10+
import 'package:talkjs_flutter_inappwebview/talkjs_flutter_inappwebview.dart';
1111

1212
import './session.dart';
1313
import './conversation.dart';

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@ packages:
160160
url: "https://pub.dartlang.org"
161161
source: hosted
162162
version: "1.5.2"
163-
flutter_inappwebview:
164-
dependency: "direct main"
165-
description:
166-
name: flutter_inappwebview
167-
url: "https://pub.dartlang.org"
168-
source: hosted
169-
version: "6.0.0-beta.22"
170163
flutter_inappwebview_internal_annotations:
171164
dependency: transitive
172165
description:
@@ -350,6 +343,13 @@ packages:
350343
url: "https://pub.dartlang.org"
351344
source: hosted
352345
version: "1.1.1"
346+
talkjs_flutter_inappwebview:
347+
dependency: "direct main"
348+
description:
349+
name: talkjs_flutter_inappwebview
350+
url: "https://pub.dartlang.org"
351+
source: hosted
352+
version: "6.0.0"
353353
term_glyph:
354354
dependency: transitive
355355
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: talkjs_flutter
22
description: Official TalkJS SDK for Flutter
3-
version: 0.6.0
3+
version: 0.7.0
44
homepage: https://talkjs.com
55

66
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
flutter:
1616
sdk: flutter
1717

18-
flutter_inappwebview: ^6.0.0-beta.22
18+
talkjs_flutter_inappwebview: ^6.0.0
1919
crypto: ^3.0.1
2020
firebase_core: ^2.3.0
2121
firebase_messaging: ^14.1.1

0 commit comments

Comments
 (0)