Skip to content

Instantly share code, notes, and snippets.

View warcry98's full-sized avatar

Wahid Sholihul Fikri warcry98

View GitHub Profile
import 'package:flutter/material.dart';
class MyTableScreen extends StatefulWidget {
const MyTableScreen({super.key})
@overide
State<MyTableScreen> createState() => MyTableScreenState();
}
Artisan
// Displays help for a given command
php artisan --help OR -h
// Do not output any message
php artisan --quiet OR -q
// Display this application version
php artisan --version OR -V
// Do not ask any interactive question
php artisan --no-interaction OR -n
// Force ANSI output
@warcry98
warcry98 / GitCommitEmoji.md
Created October 9, 2022 00:11 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit πŸŽ‰ :tada:
Version tag πŸ”– :bookmark:
New feature ✨ :sparkles:
Bugfix πŸ› :bug: