Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
dispatcher_test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gavin An
dispatcher_test
Commits
33b55aff
Commit
33b55aff
authored
Aug 06, 2024
by
Gavin An
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
코드 수정
parent
bfa5e3ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
17 deletions
+15
-17
lib/text_to_speech_page.dart
lib/text_to_speech_page.dart
+15
-17
No files found.
lib/text_to_speech_page.dart
View file @
33b55aff
...
...
@@ -200,23 +200,21 @@ class _TextToSpeechPageState extends State<TextToSpeechPage> {
@override
Widget
build
(
BuildContext
context
)
{
return
MaterialApp
(
home:
Scaffold
(
appBar:
AppBar
(
title:
Text
(
'Flutter TTS'
),
),
body:
SingleChildScrollView
(
scrollDirection:
Axis
.
vertical
,
child:
Column
(
children:
[
_inputSection
(),
_btnSection
(),
_engineSection
(),
_futureBuilder
(),
_buildSliders
(),
if
(
isAndroid
)
_getMaxSpeechInputLengthSection
(),
],
),
return
Scaffold
(
appBar:
AppBar
(
title:
Text
(
'Flutter TTS'
),
),
body:
SingleChildScrollView
(
scrollDirection:
Axis
.
vertical
,
child:
Column
(
children:
[
_inputSection
(),
_btnSection
(),
_engineSection
(),
_futureBuilder
(),
_buildSliders
(),
if
(
isAndroid
)
_getMaxSpeechInputLengthSection
(),
],
),
),
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment