Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit dac9bc0

Browse files
authored
[url_launcher_web] Move third_party under src. (#3080)
1 parent ede370e commit dac9bc0

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

packages/url_launcher/url_launcher_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.4+2
2+
3+
- Move `lib/third_party` to `lib/src/third_party`.
4+
15
# 0.1.4+1
26

37
- Add a more correct attribution to `package:platform_detect` code.

packages/url_launcher/url_launcher_web/lib/url_launcher_web.dart

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import 'dart:async';
26
import 'dart:html' as html;
37

48
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
59
import 'package:meta/meta.dart';
610
import 'package:url_launcher_platform_interface/url_launcher_platform_interface.dart';
7-
import 'third_party/platform_detect/browser.dart';
11+
12+
import 'src/third_party/platform_detect/browser.dart';
813

914
const _safariTargetTopSchemes = {
1015
'mailto',

packages/url_launcher/url_launcher_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/u
44
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.1.4+1
7+
version: 0.1.4+2
88

99
flutter:
1010
plugin:

0 commit comments

Comments
 (0)