Add more data entries
This commit is contained in:
parent
5005f5443d
commit
b7da40f530
5 changed files with 245 additions and 6 deletions
|
@ -4,6 +4,7 @@ import 'dart:io';
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:libac_dart/nbt/Stream.dart';
|
||||
import 'package:libacflutter/Constants.dart';
|
||||
import 'package:pokedex/Consts.dart';
|
||||
import 'package:pokedex/Session.dart';
|
||||
import 'package:pokedex/pokemon.dart';
|
||||
|
||||
|
@ -205,6 +206,11 @@ class _main extends State<MainGen> {
|
|||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
"PokeDex Version: ${Constants.VERSION}",
|
||||
style: TextStyle(fontSize: 24),
|
||||
),
|
||||
SizedBox(height: 50),
|
||||
Text("Status: ${statusMessage}", style: TextStyle(fontSize: 24)),
|
||||
Text(
|
||||
"Progress: ${progress * 100}%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue