Skip to content

Instantly share code, notes, and snippets.

View JonathanMonga's full-sized avatar
😎
Focus on Dart and Flutter.

Jomo JonathanMonga

😎
Focus on Dart and Flutter.
View GitHub Profile
body: Center(
child: Text('Text Shadows in Flutter',
textAlign: TextAlign.center,
style: TextStyle(
shadows: [
Shadow(
blurRadius: 10.0,
color: Colors.blue,
offset: Offset(5.0, 5.0),
),
@JonathanMonga
JonathanMonga / plugin_setup.yml
Last active January 21, 2020 18:04
Add flutter_shine to your project
dependencies:
flutter_shine: ^0.0.5