2018-09-14 00:21:51 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
* or more contributor license agreements. See the NOTICE file
|
|
|
|
* distributed with this work for additional information
|
|
|
|
* regarding copyright ownership. The ASF licenses this file
|
|
|
|
* to you under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance
|
|
|
|
* with the License. You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing,
|
|
|
|
* software distributed under the License is distributed on an
|
|
|
|
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
* KIND, either express or implied. See the License for the
|
|
|
|
* specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-11-29 15:59:18 +00:00
|
|
|
library flutter_inappwebview;
|
2019-10-26 02:42:50 +00:00
|
|
|
|
|
|
|
export 'src/types.dart';
|
2020-05-11 00:48:41 +00:00
|
|
|
export 'src/webview.dart';
|
|
|
|
export 'src/in_app_webview_controller.dart';
|
|
|
|
export 'src/headless_in_app_webview.dart';
|
2019-10-26 02:42:50 +00:00
|
|
|
export 'src/in_app_webview.dart';
|
|
|
|
export 'src/in_app_browser.dart';
|
2019-11-18 21:32:23 +00:00
|
|
|
export 'src/cookie_manager.dart';
|
2019-10-26 02:42:50 +00:00
|
|
|
export 'src/chrome_safari_browser.dart';
|
|
|
|
export 'src/chrome_safari_browser.dart';
|
|
|
|
export 'src/in_app_localhost_server.dart';
|
2019-10-26 20:11:23 +00:00
|
|
|
export 'src/webview_options.dart';
|
|
|
|
export 'src/content_blocker.dart';
|
2019-10-31 02:20:07 +00:00
|
|
|
export 'src/http_auth_credentials_database.dart';
|
2019-12-16 22:58:10 +00:00
|
|
|
export 'src/web_storage_manager.dart';
|
2020-05-21 01:34:39 +00:00
|
|
|
export 'src/context_menu.dart';
|
2020-06-12 02:04:41 +00:00
|
|
|
export 'src/web_storage.dart';
|
2020-06-15 00:08:23 +00:00
|
|
|
export 'src/X509Certificate/main.dart';
|