Skip to content

Instantly share code, notes, and snippets.

@nasum
Last active March 25, 2018 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nasum/29b45622281c8ad379fd99c5bf44baea to your computer and use it in GitHub Desktop.
Save nasum/29b45622281c8ad379fd99c5bf44baea to your computer and use it in GitHub Desktop.
FlutterでFontAwesomeを使う ref: https://qiita.com/nasum/items/c381e6ebee8524ff0800
new RaisedButton.icon(
icon: new Icon(FontAwesomeIcons.google),
label: new Text('Sigin In Google'),
)
dependencies:
flutter:
sdk: flutter
font_awesome_flutter: ^6.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment