zoom_widget/example/lib/main.dart

5 lines
92 B
Dart

import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(MyApp());