chore: address foreseen nits

pull/242/head
Jonathan Daniels 3 years ago
parent ae2b2e78f2
commit a5158257ad

@ -46,13 +46,12 @@ class CharacterSelectionView extends StatelessWidget {
const SizedBox(height: 20),
TextButton(
onPressed: () {
Navigator.of(context).pop();
// TODO(arturplaczek): remove after merge StarBlocListener
final height = MediaQuery.of(context).size.height * 0.5;
Navigator.of(context).pop();
showDialog<void>(
context: context,
builder: (context) => Center(
builder: (_) => Center(
child: SizedBox(
height: height,
width: height * 1.4,

@ -3,7 +3,7 @@
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
A Very Good Project created by Very Good CLI.
Platform helper for Pinball application.
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT

Loading…
Cancel
Save