Small fixs to deploy !
This commit is contained in:
parent
afa9ca4fd5
commit
5fc16ffd0c
@ -81,7 +81,7 @@ class _ListViewCardGeoPointContentsState extends State<ListViewCardGeoPointConte
|
|||||||
height: double.infinity,
|
height: double.infinity,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
Center(
|
contentGeoPoint.resourceUrl != null ? Center(
|
||||||
child: Image.network( // TODO support video etc
|
child: Image.network( // TODO support video etc
|
||||||
contentGeoPoint.resourceUrl!,
|
contentGeoPoint.resourceUrl!,
|
||||||
fit:BoxFit.scaleDown,
|
fit:BoxFit.scaleDown,
|
||||||
@ -101,7 +101,7 @@ class _ListViewCardGeoPointContentsState extends State<ListViewCardGeoPointConte
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
) : SizedBox()
|
||||||
/*Align(
|
/*Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: AutoSizeText(
|
child: AutoSizeText(
|
||||||
|
|||||||
@ -71,6 +71,7 @@ class _PuzzleConfigState extends State<PuzzleConfig> {
|
|||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
color: kPrimaryColor,
|
color: kPrimaryColor,
|
||||||
initialValue: puzzleDTO.messageDebut != null ? puzzleDTO.messageDebut! : [],
|
initialValue: puzzleDTO.messageDebut != null ? puzzleDTO.messageDebut! : [],
|
||||||
|
resourceTypes: [ResourceType.Image, ResourceType.ImageUrl],
|
||||||
onGetResult: (value) {
|
onGetResult: (value) {
|
||||||
print("Mess depart test");
|
print("Mess depart test");
|
||||||
print(value);
|
print(value);
|
||||||
@ -94,6 +95,7 @@ class _PuzzleConfigState extends State<PuzzleConfig> {
|
|||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
color: kPrimaryColor,
|
color: kPrimaryColor,
|
||||||
initialValue: puzzleDTO.messageFin != null ? puzzleDTO.messageFin! : [],
|
initialValue: puzzleDTO.messageFin != null ? puzzleDTO.messageFin! : [],
|
||||||
|
resourceTypes: [ResourceType.Image, ResourceType.ImageUrl],
|
||||||
onGetResult: (value) {
|
onGetResult: (value) {
|
||||||
if (puzzleDTO.messageFin != value) {
|
if (puzzleDTO.messageFin != value) {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|||||||
@ -71,9 +71,9 @@ Future<ContentDTO> showNewOrUpdateContentSlider(ContentDTO? inputContentDTO, App
|
|||||||
),
|
),
|
||||||
if(showTitle || showDescription)
|
if(showTitle || showDescription)
|
||||||
Container(
|
Container(
|
||||||
height: size.height * 0.2,
|
height: size.height * 0.3,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
constraints: BoxConstraints(minHeight: 150),
|
constraints: BoxConstraints(minHeight: 200),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
MultiStringInputContainer(
|
MultiStringInputContainer(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user