Skip to content

Instantly share code, notes, and snippets.

View dmvvilela's full-sized avatar

Daniel Vilela dmvvilela

View GitHub Profile
# Terms of Service for Pulse Workout
**Last Updated:** January 18, 2026
## 1. Acceptance of Terms
By downloading, installing, or using Pulse Workout ("the App"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, do not use the App.
## 2. Description of Service
# Privacy Policy for Pulse Workout
**Last Updated:** January 18, 2026
## Introduction
Pulse Workout ("we," "our," or "us"), provided by D2V Solutions, is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our mobile application.
## Information We Collect
@dmvvilela
dmvvilela / main.dart
Created October 16, 2024 00:19
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(const HabitTrackerApp());
}
class HabitTrackerApp extends StatelessWidget {
const HabitTrackerApp({super.key});
@override
@dmvvilela
dmvvilela / main.dart
Created March 2, 2024 14:15
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@dmvvilela
dmvvilela / main.dart
Created March 2, 2024 01:50
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@dmvvilela
dmvvilela / main.dart
Created March 2, 2024 00:54
Generated code from pixels2flutter.dev
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(