Hello there!🤞
void main() {
final profile = <String, dynamic>{}
..['name'] = 'Raffaela de Castro'
..['title'] = 'Software Engineer'
..['skills'] = ['Flutter', 'Dart', 'Kotlin']
..['about'] = "Software Engineer focused on cross-platform development using Flutter, Dart, and Kotlin."
..['location'] = {
'from': 'Brazil',
'based': 'São Luís - MA',
}
..['projects'] = [
{
'name': 'Portfolio',
'url': 'https://raffashe.com',
'description': 'Showcasing my work and contributions to technology.',
}
]
}