Skip to content

Instantly share code, notes, and snippets.

View aaronscherbing's full-sized avatar

Aaron Scherbing aaronscherbing

View GitHub Profile
@aaronscherbing
aaronscherbing / main.dart
Created October 28, 2022 17:08
Flutter: Animated Border Example
import 'dart:async';
import 'package:flutter/material.dart';
void main() => runApp(Test());
class Test extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(