ui_kit/feat/button-components #134

Merged
hugo merged 35 commits from ui_kit/feat/button-components into master 2023-02-16 08:58:03 +00:00
28 changed files with 11 additions and 10 deletions
Showing only changes of commit 198d83b663 - Show all commits

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 KiB

View File

@ -46,7 +46,7 @@ class InformationCards extends StatelessWidget {
child: Container(
decoration: const BoxDecoration(
image: DecorationImage(
image: AssetImage('assets/asset_1.png'),
image: AssetImage('assets/images/asset_1.png'),
fit: BoxFit.fitHeight,
alignment: Alignment.centerRight,
),
@ -112,7 +112,7 @@ class InformationCards extends StatelessWidget {
child: Container(
decoration: const BoxDecoration(
image: DecorationImage(
image: AssetImage('assets/asset_1.png'),
image: AssetImage('assets/images/asset_1.png'),
fit: BoxFit.fitHeight,
alignment: Alignment.centerRight,
),

View File

@ -39,7 +39,7 @@ class PortfolioCards extends StatelessWidget {
],
assets: [
Image.asset(
'assets/mockup_1.png',
'assets/images/mockup_1.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
)
@ -72,7 +72,7 @@ class PortfolioCards extends StatelessWidget {
],
assets: [
Image.asset(
'assets/mockup_1.png',
'assets/images/mockup_1.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
)
@ -105,12 +105,12 @@ class PortfolioCards extends StatelessWidget {
],
assets: [
Image.asset(
'assets/mockup_1.png',
'assets/images/mockup_1.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
),
Image.asset(
'assets/mockup_1.png',
'assets/images/mockup_1.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
)
@ -148,17 +148,17 @@ class PortfolioCards extends StatelessWidget {
],
assets: [
Image.asset(
'assets/mockup_1.png',
'assets/images/mockup_1.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
),
Image.asset(
'assets/mockup_2.png',
'assets/images/mockup_2.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
),
Image.asset(
'assets/mockup_1.png',
'assets/images/mockup_1.png',
alignment: Alignment.topCenter,
fit: BoxFit.cover,
)

View File

@ -36,4 +36,5 @@ flutter:
uses-material-design: true
assets:
- ./assets/
- ./assets/images/
- ./assets/fonts/montserrat/