Skip to content

Instantly share code, notes, and snippets.

{
"last_node_id": 102,
"last_link_id": 183,
"nodes": [
{
"id": 28,
"type": "SaveAnimatedWEBP",
"pos": [
1425,
75
{
"last_node_id": 92,
"last_link_id": 164,
"nodes": [
{
"id": 28,
"type": "SaveAnimatedWEBP",
"pos": [
1425,
75
{
"last_node_id": 102,
"last_link_id": 183,
"nodes": [
{
"id": 28,
"type": "SaveAnimatedWEBP",
"pos": [
1425,
75
import 'dart:math' as math;
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);