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
e971f326
Commit
e971f326
authored
Nov 02, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rev pubspecs
parent
5079b1db
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
20 additions
and
20 deletions
+20
-20
pubspec.yaml
examples/address_book/pubspec.yaml
+1
-1
pubspec.yaml
examples/fitness/pubspec.yaml
+1
-1
pubspec.yaml
examples/game/pubspec.yaml
+2
-2
pubspec.yaml
examples/hello_world/pubspec.yaml
+1
-1
pubspec.yaml
examples/mine_digger/pubspec.yaml
+1
-1
pubspec.yaml
examples/raw/pubspec.yaml
+1
-1
pubspec.yaml
examples/rendering/pubspec.yaml
+1
-1
pubspec.yaml
examples/stocks/pubspec.yaml
+1
-1
pubspec.yaml
examples/widgets/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter/pubspec.yaml
+3
-3
pubspec.yaml
packages/flutter_sprites/pubspec.yaml
+2
-2
pubspec.yaml
packages/flx/pubspec.yaml
+2
-2
pubspec.yaml
packages/unit/pubspec.yaml
+1
-1
pubspec.yaml
packages/updater/pubspec.yaml
+2
-2
No files found.
examples/address_book/pubspec.yaml
View file @
e971f326
name
:
address_book
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/fitness/pubspec.yaml
View file @
e971f326
name
:
fitness
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
playfair
:
^0.0.10
path
:
^1.3.6
sky_tools
:
any
...
...
examples/game/pubspec.yaml
View file @
e971f326
name
:
asteroids
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
flutter_sprites
:
'
0.0.1
2
'
'
0.0.1
3
'
box2d
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/hello_world/pubspec.yaml
View file @
e971f326
name
:
hello_world
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/mine_digger/pubspec.yaml
View file @
e971f326
name
:
mine_digger
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/raw/pubspec.yaml
View file @
e971f326
name
:
sky_raw_examples
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/rendering/pubspec.yaml
View file @
e971f326
name
:
flutter_rendering_examples
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/stocks/pubspec.yaml
View file @
e971f326
name
:
stocks
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
dependency_overrides
:
material_design_icons
:
...
...
examples/widgets/pubspec.yaml
View file @
e971f326
name
:
sky_widgets_examples
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
flutter_rendering_examples
:
any
dependency_overrides
:
...
...
packages/flutter/pubspec.yaml
View file @
e971f326
name
:
flutter
version
:
0.0.1
5
version
:
0.0.1
6
author
:
Flutter Authors <flutter-dev@googlegroups.com>
description
:
A framework for writing Flutter applications
homepage
:
http://flutter.io
...
...
@@ -10,9 +10,9 @@ dependencies:
mojo_sdk
:
0.1.0
newton
:
'
>=0.1.4
<0.2.0'
sky_engine
:
'
0.0.4
5
'
'
0.0.4
6
'
sky_services
:
'
0.0.4
5
'
'
0.0.4
6
'
sky_tools
:
'
>=0.0.32
<0.1.0'
vector_math
:
'
>=1.4.3
<2.0.0'
environment
:
...
...
packages/flutter_sprites/pubspec.yaml
View file @
e971f326
name
:
flutter_sprites
description
:
A sprite toolkit built on top of Flutter
version
:
0.0.1
2
version
:
0.0.1
3
author
:
Flutter Authors <flutter-dev@googlegroups.com>
homepage
:
http://flutter.io
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
box2d
:
"
>=0.2.0
<0.3.0"
packages/flx/pubspec.yaml
View file @
e971f326
name
:
flx
version
:
0.0.
4
version
:
0.0.
5
author
:
Flutter Authors <flutter-dev@googlegroups.com>
description
:
Library for dealing with Flutter bundle (.flx) files
homepage
:
http://flutter.io
dependencies
:
sky_services
:
'
0.0.4
5
'
'
0.0.4
6
'
yaml
:
^2.1.3
asn1lib
:
^0.4.1
cipher
:
^0.7.1
...
...
packages/unit/pubspec.yaml
View file @
e971f326
name
:
sky_unit_tests
dependencies
:
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_tools
:
any
test
:
any
quiver
:
any
...
...
packages/updater/pubspec.yaml
View file @
e971f326
...
...
@@ -5,13 +5,13 @@ homepage: http://flutter.io
dependencies
:
mojo
:
0.3.0
flutter
:
'
0.0.1
5
'
'
0.0.1
6
'
sky_services
:
^0.0.40
yaml
:
^2.1.3
path
:
^1.3.0
flx
:
0.0.1
flutter_sprites
:
'
0.0.1
2
'
'
0.0.1
3
'
dependency_overrides
:
flutter
:
path
:
../sky
...
...
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