fix: the list of patches to be applied can get huge...

This commit is contained in:
Alberto Ponces 2022-08-17 13:57:52 +01:00
parent 95a0bcf5d8
commit d351b86f41

View File

@ -28,7 +28,7 @@ class PatcherView extends StatelessWidget {
), ),
), ),
body: SafeArea( body: SafeArea(
child: Padding( child: SingleChildScrollView(
padding: const EdgeInsets.all(12.0), padding: const EdgeInsets.all(12.0),
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,