Skip to content

Instantly share code, notes, and snippets.

View Yhomarth's full-sized avatar
💻
Learning and practicing

Yhomarth Yhomarth

💻
Learning and practicing
View GitHub Profile
@Yhomarth
Yhomarth / preferencias_usuario.dart
Last active June 4, 2020 15:24
Sample of shared preference on flutter
import 'package:shared_preferences/shared_preferences.dart';
class PreferenciasUsuario {
static final PreferenciasUsuario _instancia = new PreferenciasUsuario._();
factory PreferenciasUsuario() {
return _instancia;
@Yhomarth
Yhomarth / index.html
Last active March 11, 2018 12:55
HTML: Codigo basico
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device*width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Lo que sea</title>
</head>
<body>