Skip to content

Instantly share code, notes, and snippets.

View BelenMedeyros's full-sized avatar

BelenMedeyros

View GitHub Profile
@BelenMedeyros
BelenMedeyros / main.dart
Last active September 12, 2024 20:20
Scrollable Animated Containers
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatefulWidget {
const MyApp({super.key});
@override