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