Skip to content

Instantly share code, notes, and snippets.

View levxyca's full-sized avatar
shining

Leticia @levxyca levxyca

shining
View GitHub Profile
@levxyca
levxyca / gist:89ca0c2ce89bd1b6bb9f0af406d7c6fb
Last active September 20, 2023 11:17
dart-3-switch-expression.md
# Utilizando Switch Case no Dart 3
## Antes
```dart
void main() {
int dayNumber;
var dayOfWeek = 'Wednesday';
switch (dayOfWeek) {
case 'Monday':
@levxyca
levxyca / como-comecar-no-front-end.md
Last active June 6, 2022 19:28
como-comecar-no-front-end