gitmoji 3.13.1 gitmoji: ^3.13.1 copied to clipboard
A list of all available Gitmoji's as an Enum for Flutter, based on gitmoji.dev
Gitmoji for Flutter
Installation 💻 #
❗ In order to start using Gitmoji you must have the Flutter SDK installed on your machine.
Add gitmoji
to your pubspec.yaml
:
dependencies:
gitmoji:
Install it:
flutter packages get