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
44cb5f1e
Commit
44cb5f1e
authored
Aug 11, 2015
by
Collin Jackson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
0 deletions
+36
-0
README.md
packages/playfair/README.md
+5
-0
playfair.dart
packages/playfair/lib/playfair.dart
+8
-0
pubspec.yaml
packages/playfair/pubspec.yaml
+11
-0
playfair_test.dart
packages/playfair/test/playfair_test.dart
+12
-0
No files found.
packages/playfair/README.md
0 → 100644
View file @
44cb5f1e
# Newton
[
![Build Status
](
https://travis-ci.org/domokit/newton.svg?branch=master
)
](https://travis-ci.org/domokit/newton)
[
![Coverage Status
](
https://coveralls.io/repos/domokit/newton/badge.svg?branch=master
)
](https://coveralls.io/r/domokit/newton?branch=master)
Simple Physics Simulations for Dart. Springs, friction, gravity, etc.
packages/playfair/lib/playfair.dart
0 → 100644
View file @
44cb5f1e
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library
playfair
;
import
'dart:math'
as
math
;
packages/playfair/pubspec.yaml
0 → 100644
View file @
44cb5f1e
name
:
playfair
description
:
Simple Charting Library for Sky
version
:
0.0.1
author
:
Chromium Authors <sky-dev@googlegroups.com>
homepage
:
https://github.com/domokit/playfair
environment
:
sdk
:
'
>=1.0.0
<2.0.0'
dev_dependencies
:
test
:
'
>=0.12.0
<0.13.0'
test_runner
:
'
<=0.2.16'
dart_coveralls
:
'
<=0.3.0'
packages/playfair/test/playfair_test.dart
0 → 100644
View file @
44cb5f1e
// Copyright (c) 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library
playfair
.
test
;
import
'package:test/test.dart'
;
import
'package:playfair/playfair.dart'
;
void
main
(
)
{
}
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