intro gif modified, info dialog resize

This commit is contained in:
Jay Savsani
2022-03-22 17:38:36 +05:30
parent 598a236d03
commit 62dd15a8e8
12 changed files with 1 additions and 1 deletions

BIN
assets/gif/calculator-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 785 KiB

BIN
assets/gif/correct-answer.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 772 KiB

BIN
assets/gif/magic-triangle-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 729 KiB

BIN
assets/gif/math-machine-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 843 KiB

BIN
assets/gif/math-pair-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
assets/gif/mental-arith-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/gif/num-pyramid.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 KiB

After

Width:  |  Height:  |  Size: 526 KiB

BIN
assets/gif/picture-puzzle-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

After

Width:  |  Height:  |  Size: 814 KiB

BIN
assets/gif/quick-calculation-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 916 KiB

BIN
assets/gif/sqroot-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 349 KiB

BIN
assets/gif/whats-the-sign-intro.gif Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 704 KiB

View File

@ -30,7 +30,7 @@ class CommonInfoDialogView extends StatelessWidget {
),
SizedBox(height: 24),
Container(
height: 145,
height: 200,
width: double.infinity,
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.dialogGifBgColor,