Skip to content

Commit 63f4948

Browse files
[url_launcher_web] Update min Flutter version (flutter#4735)
1 parent 442049f commit 63f4948

File tree

2 files changed

+33
-28
lines changed

2 files changed

+33
-28
lines changed
Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.8
2+
3+
* Updates the minimum Flutter version to 2.10, which is required by the change
4+
in 2.0.7.
5+
16
## 2.0.7
27

38
* Marks the `Link` widget as invisible so it can be optimized by the engine.
@@ -22,109 +27,109 @@
2227

2328
- Updated installation instructions in README.
2429

25-
# 2.0.1
30+
## 2.0.1
2631

2732
- Change sizing code of `Link` widget's `HtmlElementView` so it works well when slotted.
2833

29-
# 2.0.0
34+
## 2.0.0
3035

3136
- Migrate to null safety.
3237

33-
# 0.1.5+3
38+
## 0.1.5+3
3439

3540
- Fix Link misalignment [issue](https://github.com/flutter/flutter/issues/70053).
3641

37-
# 0.1.5+2
42+
## 0.1.5+2
3843

3944
- Update Flutter SDK constraint.
4045

41-
# 0.1.5+1
46+
## 0.1.5+1
4247

4348
- Substitute `undefined_prefixed_name: ignore` analyzer setting by a `dart:ui` shim with conditional exports. [Issue](https://github.com/flutter/flutter/issues/69309).
4449

45-
# 0.1.5
50+
## 0.1.5
4651

4752
- Added the web implementation of the Link widget.
4853

49-
# 0.1.4+2
54+
## 0.1.4+2
5055

5156
- Move `lib/third_party` to `lib/src/third_party`.
5257

53-
# 0.1.4+1
58+
## 0.1.4+1
5459

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

57-
# 0.1.4
62+
## 0.1.4
5863

5964
- (Null safety) Remove dependency on `package:platform_detect`
6065
- Port unit tests to run with `flutter drive`
6166

62-
# 0.1.3+2
67+
## 0.1.3+2
6368

6469
- Fix a typo in a test name and fix some style inconsistencies.
6570

66-
# 0.1.3+1
71+
## 0.1.3+1
6772

6873
- Depend explicitly on the `platform_interface` package that adds the `webOnlyWindowName` parameter.
6974

70-
# 0.1.3
75+
## 0.1.3
7176

7277
- Added webOnlyWindowName parameter to launch()
7378

74-
# 0.1.2+1
79+
## 0.1.2+1
7580

7681
- Update docs
7782

78-
# 0.1.2
83+
## 0.1.2
7984

8085
- Adds "tel" and "sms" support
8186

82-
# 0.1.1+6
87+
## 0.1.1+6
8388

8489
- Open "mailto" urls with target set as "\_top" on Safari browsers.
8590
- Update lower bound of dart dependency to 2.2.0.
8691

87-
# 0.1.1+5
92+
## 0.1.1+5
8893

8994
- Update lower bound of dart dependency to 2.1.0.
9095

91-
# 0.1.1+4
96+
## 0.1.1+4
9297

9398
- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
9499

95-
# 0.1.1+3
100+
## 0.1.1+3
96101

97102
- Refactor tests to not rely on the underlying browser behavior.
98103

99-
# 0.1.1+2
104+
## 0.1.1+2
100105

101106
- Open urls with target "\_top" on iOS PWAs.
102107

103-
# 0.1.1+1
108+
## 0.1.1+1
104109

105110
- Make the pedantic dev_dependency explicit.
106111

107-
# 0.1.1
112+
## 0.1.1
108113

109114
- Added support for mailto scheme
110115

111-
# 0.1.0+2
116+
## 0.1.0+2
112117

113118
- Remove androidx references from the no-op android implemenation.
114119

115-
# 0.1.0+1
120+
## 0.1.0+1
116121

117122
- Add an android/ folder with no-op implementation to workaround https://github.com/flutter/flutter/issues/46304.
118123
- Bump the minimal required Flutter version to 1.10.0.
119124

120-
# 0.1.0
125+
## 0.1.0
121126

122127
- Update docs and pubspec.
123128

124-
# 0.0.2
129+
## 0.0.2
125130

126131
- Switch to using `url_launcher_platform_interface`.
127132

128-
# 0.0.1
133+
## 0.0.1
129134

130135
- Initial open-source release.

packages/url_launcher/url_launcher_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: url_launcher_web
22
description: Web platform implementation of url_launcher
33
repository: https://github.com/flutter/plugins/tree/main/packages/url_launcher/url_launcher_web
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
5-
version: 2.0.7
5+
version: 2.0.8
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
9-
flutter: ">=2.0.0"
9+
flutter: ">=2.10.0"
1010

1111
flutter:
1212
plugin:

0 commit comments

Comments
 (0)