Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
50a2fad9
Unverified
Commit
50a2fad9
authored
Jun 23, 2021
by
chunhtai
Committed by
GitHub
Jun 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove namesless todo (#85151)
parent
2130cf9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
search_demo.dart
..._tests/flutter_gallery/lib/demo/material/search_demo.dart
+1
-1
test_compat.dart
packages/flutter_test/lib/src/test_compat.dart
+1
-1
deferred_components_project.dart
...egration.shard/test_data/deferred_components_project.dart
+2
-2
No files found.
dev/integration_tests/flutter_gallery/lib/demo/material/search_demo.dart
View file @
50a2fad9
...
...
@@ -211,7 +211,7 @@ class _SearchDemoSearchDelegate extends SearchDelegate<int?> {
tooltip:
'Voice Search'
,
icon:
const
Icon
(
Icons
.
mic
),
onPressed:
()
{
query
=
'
TODO: i
mplement voice input'
;
query
=
'
I
mplement voice input'
;
},
)
else
...
...
packages/flutter_test/lib/src/test_compat.dart
View file @
50a2fad9
...
...
@@ -144,7 +144,7 @@ Future<void> _runSkippedTest(Suite suiteConfig, Test test, List<Group> parents,
/// // This test is especially slow on Windows.
/// 'windows': Timeout.factor(2),
/// 'browser': [
/// Skip('
TODO:
add browser support'),
/// Skip('add browser support'),
/// // This will be slow on browsers once it works on them.
/// Timeout.factor(2)
/// ]
...
...
packages/flutter_tools/test/integration.shard/test_data/deferred_components_project.dart
View file @
50a2fad9
...
...
@@ -186,7 +186,7 @@ class BasicDeferredComponentsConfig extends DeferredComponentsConfig {
}
defaultConfig {
//
TODO:
Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
// Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "ninja.qian.splitaottest1"
minSdkVersion 16
targetSdkVersion 30
...
...
@@ -203,7 +203,7 @@ class BasicDeferredComponentsConfig extends DeferredComponentsConfig {
}
buildTypes {
release {
//
TODO:
Add your own signing config for the release build.
// Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.release
}
...
...
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