Skip to content

Instantly share code, notes, and snippets.

@plateaukao
Last active July 23, 2019 14:45
Show Gist options
  • Save plateaukao/024f8473cd7de238cfa713a77205bd9b to your computer and use it in GitHub Desktop.
Save plateaukao/024f8473cd7de238cfa713a77205bd9b to your computer and use it in GitHub Desktop.
flickr_launch_url.dart
import 'package:url_launcher/url_launcher.dart';
RaisedButton(
onPressed: () => client.getRequestTokenUrl().then((url){
launch(url);
// other handlings.
}
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment