Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix url
  • Loading branch information
szakarias committed Apr 27, 2017
commit b7ec3d6ba962460693f87474d86816f540e9c98b
2 changes: 1 addition & 1 deletion packages/url-launcher/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _MyHomePageState extends State<MyHomePage> {

void _launchUrl() {
setState(() {
_launched = _launch('htts://flutter.io');
_launched = _launch('https://flutter.io');
});
}

Expand Down