@@ -141,57 +141,71 @@ class _ProjectsCreateScreenState extends State<ProjectsCreateScreen> {
style:AppStyles.bodyText1,
),
SizedBox(height:20),
Wrap(
spacing:16,
runSpacing:16,
children:[
ImporterTile(
title:'WhatsApp',
status:'ACTIVE',
selected:provider.dataSourceSelected==
DataSource.whatsapp,
onTap:()=>provider
.handleSelectDataSource(DataSource.whatsapp),
),
ImporterTile(
title:'Twitter',
status:'ACTIVE',
selected:provider.dataSourceSelected==
DataSource.twitter,
onTap:()=>provider
.handleSelectDataSource(DataSource.twitter),
),
if(widget.isSampleProject)
ImporterTile(
title:'Sample Data',
status:'ACTIVE',
selected:true,
onTap:(){},
),
],
),
SizedBox(height:60),
Text('Select feature variables',
style:AppStyles.headline1),
SizedBox(height:10),
Text(
'Feature variables represent different information available in your connected datasets. You may choose the most relevant variables based on what kind of predictions you wish your app to make. For example, if you want the app use the message body, choose ‘message text’.',
style:AppStyles.bodyText1),
SizedBox(height:10),
Text(
'Select which information from your dataset you wish to use in your app:',
'Feature variables represent different information available in your connected datasets. You may choose the most relevant variables based on what kind of predictions you wish your app to make. For example, if you want the app use the message body, choose ‘message text’.',
style:AppStyles.bodyText1),
SizedBox(height:10),
Text(
'Select which information from your dataset you wish to use in your app:',