mirror of
https://github.com/flutter/samples.git
synced 2025-11-13 10:59:04 +00:00
Add IDX template configuration to Gemini samples (#2344)
Adds the configuration needed to open a subdirectory as a template in IDX. Configuration is added to two samples that use Gemini -- Dynamic theme and Gemini tasks
This commit is contained in:
9
dynamic_theme/idx-template.json
Normal file
9
dynamic_theme/idx-template.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "Flutter dynamic theme",
|
||||
"description": "A template for a Flutter app that uses Gemini to dynamically create a theme.",
|
||||
"icon": "https://www.gstatic.com/images/branding/productlogos/idx/v1/192px.svg",
|
||||
"params": [],
|
||||
"host": {
|
||||
"virtualization": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user