Skip to content

Commit 352ddac

Browse files
[flutter_adaptive_scaffold] Remove broken link from README (#6364)
The document this linked to is no longer accessible (possibly overrun with spam?), and we don't have a way to recover it. Given that, remove the link. Fixes flutter/flutter#145292
1 parent 7cc7e31 commit 352ddac

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

packages/flutter_adaptive_scaffold/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.10+1
2+
3+
* Removes a broken design document link from the README.
4+
15
## 0.1.10
26

37
* FIX : Assertion added when tried with less than 2 destinations - [flutter/flutter#110902](https://github.com/flutter/flutter/issues/110902)

packages/flutter_adaptive_scaffold/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,3 @@ return AdaptiveLayout(
247247

248248
Both of the examples shown here produce the same output:
249249
!["Example of a display made with AdaptiveScaffold"](example/demo_files/adaptiveScaffold.gif)
250-
251-
## Additional information
252-
253-
You can find more information on this package and its usage in the public
254-
[design doc](https://docs.google.com/document/d/1qhrpTWYs5f67X8v32NCCNTRMIjSrVHuaMEFAul-Q_Ms/edit?usp=sharing).

packages/flutter_adaptive_scaffold/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_adaptive_scaffold
22
description: Widgets to easily build adaptive layouts, including navigation elements.
3-
version: 0.1.10
3+
version: 0.1.10+1
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_adaptive_scaffold%22
55
repository: https://github.com/flutter/packages/tree/main/packages/flutter_adaptive_scaffold
66

0 commit comments

Comments
 (0)