Skip to content

Instantly share code, notes, and snippets.

View multiarts's full-sized avatar
🏠
Working from home

João Mello multiarts

🏠
Working from home
View GitHub Profile
@multiarts
multiarts / ClipShadowPath.dart
Last active June 14, 2024 10:40 — forked from coman3/ClipShadowPath.dart
Updated to null safety
import 'package:flutter/material.dart';
class ClipShadowPath extends StatelessWidget {
final Shadow shadow;
final CustomClipper<Path> clipper;
final Widget child;
const ClipShadowPath({
Key? key,
required this.shadow,
#!/bin/bash
home=~/
if [ -z "$1" ]
then
echo -n "Informe o nome do projeto (Ex.: homestead): "
read answer
else
answer="$1"
fi
@multiarts
multiarts / zsh.md
Last active August 29, 2015 14:26 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu