Skip to content

Instantly share code, notes, and snippets.

View kouseralamin's full-sized avatar

AL AMIN KOUSER kouseralamin

View GitHub Profile
@kouseralamin
kouseralamin / main.dart
Last active January 11, 2022 10:58
Animatics
import 'dart:convert';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);