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

[url_launcher] Update README to use code excerpts. #6042

Merged
merged 10 commits into from
Jul 13, 2022
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void main() => runApp(
const MaterialApp(
home: Material(
child: Center(
child: RaisedButton(
child: ElevatedButton(
onPressed: _launchUrl,
child: Text('Show Flutter homepage'),
),
Expand Down