Skip to content

Instantly share code, notes, and snippets.

View untillnesss's full-sized avatar
🐒
JANGAN MUDAH PUAS DAN JANGAN PATAH SEMANGAT

Muhammad Abdullah Sa'id untillnesss

🐒
JANGAN MUDAH PUAS DAN JANGAN PATAH SEMANGAT
View GitHub Profile
class ExpandableFloatingActionButton extends StatefulWidget {
final IconData icon;
final String label;
final ScrollController scrollController;
final void Function() onPressed;
const ExpandableFloatingActionButton(
{super.key,
required this.icon,
@untillnesss
untillnesss / gotham.md
Created August 23, 2024 08:28 — forked from mfd/ gotham.md
Gotham font
https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css

<link rel="https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css">

# SETUP #
DOMAIN=example.com
PROJECT_REPO="[email protected]:example.com/app.git"
AMOUNT_KEEP_RELEASES=5
RELEASE_NAME=$(date +%s--%Y_%m_%d--%H_%M_%S)
RELEASES_DIRECTORY=~/$DOMAIN/releases
DEPLOYMENT_DIRECTORY=$RELEASES_DIRECTORY/$RELEASE_NAME
# stop script on error signal (-e) and undefined variables (-u)
<?php
namespace App\Filament\Clusters\BuLek\Resources\LatihanSoalResource\RelationManagers;
use App\Models\Topic;
use App\Tables\Columns\TestOptionColumn;
use App\Utils\FilamentUtils;
use Filament\Forms;
use Filament\Forms\Components\Checkbox;
use Filament\Forms\Components\Section;