Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgutierr-zgz/gitmoji_flutter
https://github.com/cgutierr-zgz/gitmoji_flutter
dart emoji flutter git gitmoji
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgutierr-zgz/gitmoji_flutter
- Owner: cgutierr-zgz
- License: mit
- Created: 2022-11-22T12:11:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T15:03:24.000Z (over 1 year ago)
- Last Synced: 2024-09-29T11:45:37.967Z (about 2 months ago)
- Topics: dart, emoji, flutter, git, gitmoji
- Language: Dart
- Homepage: https://pub.dev/packages/gitmoji
- Size: 490 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Gitmoji][gitmoji_logo]][gitmoji_link]
[![ci][ci_badge]][ci_link] [![pub package][pub_badge]][pub_link] [![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] [![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason) [![License: MIT][license_badge]][license_link] ![Coverage badge][coverage_badge] [![gitmoji][gitmoji_badge]][gitmoji_link]
Gitmoji for Flutter
## Installation 💻
**❗ In order to start using Gitmoji you must have the [Flutter SDK][flutter_install_link] installed on your machine.**
Add `gitmoji` to your `pubspec.yaml`:
```yaml
dependencies:
gitmoji:
```Install it:
```sh
flutter packages get
```[gitmoji_logo]: https://raw.githubusercontent.com/cgutierr-zgz/gitmoji_flutter/main/assets/gitmoji.gif
[gitmoji_link]: https://pub.dev/packages/gitmoji[gitmoji_logo_light]: https://raw.githubusercontent.com/cgutierr-zgz/gitmoji_flutter/main/assets/gitmoji.gif#gh-light-mode-only
[gitmoji_logo_dark]: https://raw.githubusercontent.com/cgutierr-zgz/gitmoji_flutter/main/assets/gitmoji_dark.gif#gh-dark-mode-only
[ci_badge]: https://github.com/cgutierr-zgz/gitmoji_flutter/workflows/publish/badge.svg
[ci_link]: https://github.com/cgutierr-zgz/gitmoji_flutter/actions
[pub_badge]: https://img.shields.io/pub/v/gitmoji.svg?label=gitmoji
[pub_link]: https://pub.dev/packages/gitmoji
[flutter_install_link]: https://docs.flutter.dev/get-started/install
[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[coverage_badge]: https://raw.githubusercontent.com/cgutierr-zgz/gitmoji_flutter/main/coverage_badge.svg
[gitmoji_badge]: https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg
[gitmoji_link]: https://gitmoji.dev
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
[mason_link]: https://github.com/felangel/mason
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[very_good_cli_link]: https://pub.dev/packages/very_good_cli
[very_good_coverage_link]: https://github.com/marketplace/actions/very-good-coverage
[very_good_ventures_link]: https://verygood.ventures
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
[very_good_workflows_link]: https://github.com/VeryGoodOpenSource/very_good_workflows