mirror of
https://github.com/Iconica-Development/flutter_shopping.git
synced 2025-05-19 00:43: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";
|
||||
|
||||
ThemeData getTheme() => ThemeData(
|
||||
scaffoldBackgroundColor: const Color.fromRGBO(250, 249, 246, 1),
|
||||
textTheme: const TextTheme(
|
||||
labelMedium: TextStyle(
|
||||
fontSize: 14,
|
||||
|
|
|
@ -23,15 +23,15 @@ dependencies:
|
|||
flutter_product_page:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_product_page
|
||||
ref: fix/missing-features
|
||||
ref: 1.1.0
|
||||
flutter_shopping_cart:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_shopping_cart
|
||||
ref: fix/missing-features
|
||||
ref: 1.1.0
|
||||
flutter_order_details:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_order_details
|
||||
ref: feat/v1.0.0
|
||||
ref: 1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -30,7 +30,7 @@ OrderDetailConfiguration getDefaultOrderDetailConfiguration(
|
|||
outputKey: "email",
|
||||
textController: TextEditingController(),
|
||||
subtitle: "* We will send your order confirmation here",
|
||||
// hint: ""
|
||||
hint: "your_email@mail.com",
|
||||
),
|
||||
],
|
||||
),
|
||||
|
@ -38,7 +38,7 @@ OrderDetailConfiguration getDefaultOrderDetailConfiguration(
|
|||
formKey: GlobalKey<FormState>(),
|
||||
stepName: "Adress Information",
|
||||
fields: [
|
||||
OrderAdresInput(
|
||||
OrderAddressInput(
|
||||
title: "Your adress",
|
||||
outputKey: "adres",
|
||||
textController: TextEditingController(),
|
||||
|
|
|
@ -13,15 +13,15 @@ dependencies:
|
|||
flutter_product_page:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_product_page
|
||||
ref: fix/missing-features
|
||||
ref: 1.1.0
|
||||
flutter_shopping_cart:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_shopping_cart
|
||||
ref: fix/missing-features
|
||||
ref: 1.1.0
|
||||
flutter_order_details:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_order_details
|
||||
ref: feat/v1.0.0
|
||||
ref: 1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue