mirror of
https://github.com/Iconica-Development/flutter_shopping.git
synced 2025-05-19 17:03:45 +02:00
fix: component versions
This commit is contained in:
parent
2885ac9afa
commit
6d06ccf187
4 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
||||||
import "package:flutter/material.dart";
|
import "package:flutter/material.dart";
|
||||||
|
|
||||||
ThemeData getTheme() => ThemeData(
|
ThemeData getTheme() => ThemeData(
|
||||||
|
scaffoldBackgroundColor: const Color.fromRGBO(250, 249, 246, 1),
|
||||||
textTheme: const TextTheme(
|
textTheme: const TextTheme(
|
||||||
labelMedium: TextStyle(
|
labelMedium: TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|
|
@ -23,15 +23,15 @@ dependencies:
|
||||||
flutter_product_page:
|
flutter_product_page:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_product_page
|
url: https://github.com/Iconica-Development/flutter_product_page
|
||||||
ref: fix/missing-features
|
ref: 1.1.0
|
||||||
flutter_shopping_cart:
|
flutter_shopping_cart:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_shopping_cart
|
url: https://github.com/Iconica-Development/flutter_shopping_cart
|
||||||
ref: fix/missing-features
|
ref: 1.1.0
|
||||||
flutter_order_details:
|
flutter_order_details:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_order_details
|
url: https://github.com/Iconica-Development/flutter_order_details
|
||||||
ref: feat/v1.0.0
|
ref: 1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -30,7 +30,7 @@ OrderDetailConfiguration getDefaultOrderDetailConfiguration(
|
||||||
outputKey: "email",
|
outputKey: "email",
|
||||||
textController: TextEditingController(),
|
textController: TextEditingController(),
|
||||||
subtitle: "* We will send your order confirmation here",
|
subtitle: "* We will send your order confirmation here",
|
||||||
// hint: ""
|
hint: "your_email@mail.com",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
@ -38,7 +38,7 @@ OrderDetailConfiguration getDefaultOrderDetailConfiguration(
|
||||||
formKey: GlobalKey<FormState>(),
|
formKey: GlobalKey<FormState>(),
|
||||||
stepName: "Adress Information",
|
stepName: "Adress Information",
|
||||||
fields: [
|
fields: [
|
||||||
OrderAdresInput(
|
OrderAddressInput(
|
||||||
title: "Your adress",
|
title: "Your adress",
|
||||||
outputKey: "adres",
|
outputKey: "adres",
|
||||||
textController: TextEditingController(),
|
textController: TextEditingController(),
|
||||||
|
|
|
@ -13,15 +13,15 @@ dependencies:
|
||||||
flutter_product_page:
|
flutter_product_page:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_product_page
|
url: https://github.com/Iconica-Development/flutter_product_page
|
||||||
ref: fix/missing-features
|
ref: 1.1.0
|
||||||
flutter_shopping_cart:
|
flutter_shopping_cart:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_shopping_cart
|
url: https://github.com/Iconica-Development/flutter_shopping_cart
|
||||||
ref: fix/missing-features
|
ref: 1.1.0
|
||||||
flutter_order_details:
|
flutter_order_details:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_order_details
|
url: https://github.com/Iconica-Development/flutter_order_details
|
||||||
ref: feat/v1.0.0
|
ref: 1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue