Skip to content

Instantly share code, notes, and snippets.

View bastndev's full-sized avatar
:electron:
studing...

Gohit Bastian bastndev

:electron:
studing...
View GitHub Profile
@Klerith
Klerith / plugins.md
Last active June 28, 2024 16:42
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"
String pattern = r'^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$';
RegExp regExp = new RegExp(pattern);
@Klerith
Klerith / flutter-instalaciones.md
Last active July 17, 2024 21:08
Instalaciones del curso de Flutter - Móvil de cero a experto
🌞 Morning 246 commits ████▍░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.8%
🌆 Daytime 565 commits ███████▉ ░░░░░░░░░░░░░░░░░░░░░░░░ 17.5%
🌃 Evening 731 commits ███████████████▍░░░░░░░░░░░░░░░░░ 25.9%
🌙 Night 1235 commits ██████████████████████▏░░░░░░░░░░ 48.8%