mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-06 14:50:05 +08:00
feat: add how it's made link (#602)
This commit is contained in:
@ -10,7 +10,7 @@ export default `
|
||||
<ul>
|
||||
<li><a href="https://events.google.com/io/">Google I/O</a></li>
|
||||
<li><a href="https://flutter.dev/docs/codelabs">Codelab</a></li>
|
||||
<li><a href="">How It's Made</a></li>
|
||||
<li><a href="https://medium.com/flutter/i-o-photo-booth-powered-by-flutter-firebase-fc1381264e08">How It's Made</a></li>
|
||||
<li><a href="https://policies.google.com/terms">Terms of Service</a></li>
|
||||
<li><a href="https://policies.google.com/privacy">Privacy Policy</a></li>
|
||||
</ul>
|
||||
|
@ -109,7 +109,8 @@ class FooterHowItsMadeLink extends StatelessWidget {
|
||||
final l10n = context.l10n;
|
||||
|
||||
return FooterLink(
|
||||
link: '',
|
||||
link:
|
||||
'https://medium.com/flutter/i-o-photo-booth-powered-by-flutter-firebase-fc1381264e08',
|
||||
text: l10n.footerHowItsMadeLinkText,
|
||||
);
|
||||
}
|
||||
|
@ -175,7 +175,7 @@ void main() {
|
||||
expect(
|
||||
widget.link,
|
||||
equals(
|
||||
'',
|
||||
'https://medium.com/flutter/i-o-photo-booth-powered-by-flutter-firebase-fc1381264e08',
|
||||
),
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user