Skip to content

Instantly share code, notes, and snippets.

View Simonyano's full-sized avatar

Emmanuel Simonyan Simonyano

View GitHub Profile
@Simonyano
Simonyano / main.dart
Created February 7, 2025 20:53
encryptq1
// A Flutter application that with AES encryption/decryption functionalities
// using the 'encrypt' package for secure text transformation.
import 'package:flutter/material.dart';
import 'package:encrypt/encrypt.dart' as encrypt;
void main() {
runApp(const MyApp());
}
@Simonyano
Simonyano / 0-startup-overview.md
Created November 21, 2024 16:56 — forked from dideler/0-startup-overview.md
Startup Engineering notes