import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'mine.dart'; void main(){ runApp(MinePage(title: "")); }