add fawaaz
This commit is contained in:
parent
b439e823ec
commit
0bc2751d10
1 changed files with 4 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||||
|
|
||||||
Widget getBody() {
|
Widget getBody() {
|
||||||
String message =
|
String message =
|
||||||
"Some icons and assets used in this MIH were sourced from third party providers.\n";
|
"Some APIs, Icons and Assets used in this MIH were sourced from third party providers.\n";
|
||||||
message +=
|
message +=
|
||||||
"We are grateful to the talented creators for providing these resources.\n";
|
"We are grateful to the talented creators for providing these resources.\n";
|
||||||
message +=
|
message +=
|
||||||
|
|
@ -144,7 +144,7 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||||
padding: const EdgeInsets.only(bottom: 15.0),
|
padding: const EdgeInsets.only(bottom: 15.0),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
"Icon",
|
"Resources",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 25,
|
fontSize: 25,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
|
|
@ -208,6 +208,8 @@ class _MihAttributesState extends State<MihAttributes> {
|
||||||
"https://www.flaticon.com/free-icon/add-user_748137?term=profile+add&page=1&position=1&origin=search&related_id=748137"),
|
"https://www.flaticon.com/free-icon/add-user_748137?term=profile+add&page=1&position=1&origin=search&related_id=748137"),
|
||||||
displayIcon(MihIcons.businessSetup, "kerismaker",
|
displayIcon(MihIcons.businessSetup, "kerismaker",
|
||||||
"https://www.flaticon.com/free-icon/business_13569850?term=company+add&page=1&position=25&origin=search&related_id=13569850"),
|
"https://www.flaticon.com/free-icon/business_13569850?term=company+add&page=1&position=25&origin=search&related_id=13569850"),
|
||||||
|
displayIcon(MihIcons.calculator, "fawazahmed0",
|
||||||
|
"https://github.com/fawazahmed0/exchange-api"),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue