Skip to content

Instantly share code, notes, and snippets.

View HeroDjou's full-sized avatar
🎯
Focusing

Claudio Fernandes HeroDjou

🎯
Focusing
View GitHub Profile
@HeroDjou
HeroDjou / main.dart
Last active December 28, 2023 03:04
Flutter Python Integration
import 'package:flutter/material.dart';
import 'dart:io';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
@HeroDjou
HeroDjou / index.html
Last active December 21, 2023 05:25
Simple typewriting effect
<!-- Example of usage -->
<span id="escreveTexto"></span>