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
bca4b742
Commit
bca4b742
authored
Mar 27, 2016
by
Devon Carew
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2939 from devoncarew/test_0_12_13
upgrade to test 0.12.13
parents
0eab5e63
7b694ddd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
main.dart
examples/hello_android/app/src/flutter/lib/main.dart
+2
-2
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
No files found.
examples/hello_android/app/src/flutter/lib/main.dart
View file @
bca4b742
...
...
@@ -7,8 +7,8 @@ import 'dart:convert';
import
'dart:math'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/widgets.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/widgets.dart'
;
final
Random
random
=
new
Random
();
...
...
@@ -43,7 +43,7 @@ class _HelloAndroidState extends State<HelloAndroid> {
child:
new
Text
(
'Get Location'
),
onPressed:
_getLocation
),
new
Text
(
'Latitude:
$
{_latitude}
, Longitude:
${_longitude}
'
),
new
Text
(
'Latitude:
$
_latitude
, Longitude:
$_longitude
'
),
]
)
)
...
...
packages/flutter_test/pubspec.yaml
View file @
bca4b742
name
:
flutter_test
dependencies
:
test
:
0.12.1
1+1
test
:
0.12.1
3
quiver
:
^0.21.4
flutter
:
path
:
../flutter
packages/flutter_tools/pubspec.yaml
View file @
bca4b742
...
...
@@ -19,7 +19,7 @@ dependencies:
path
:
^1.3.0
pub_semver
:
^1.0.0
stack_trace
:
^1.4.0
test
:
0.12.1
1+1
# see note below
test
:
0.12.1
3
# see note below
yaml
:
^2.1.3
xml
:
^2.4.1
...
...
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