import 'package:flutter/material.dart'; import 'package:pokedex/MainApp.dart'; void main() { runApp(MainApp()); }