dart-sdk/samples-dev/swarm
Aske Simon Christensen 4004194c29 Clean up super calls in swarm.
Remove redundant super calls and move all other super calls to the end
of the initializer list, as required by Dart 2.

Change-Id: I2b0968b9c6508d00a3379c225470d5d9c0ec9f78
Reviewed-on: https://dart-review.googlesource.com/69967
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2018-08-21 17:56:13 +00:00
..
appengine
data
swarm_ui_lib Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00
test Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00
App.dart strong-mode cleanup of swarm 2018-04-04 20:14:35 +00:00
back-21.png
BiIterator.dart
buildapp.py
cacheimages.py
CannedData.dart
ConfigHintDialog.dart
CSS.dart
Dart_Logo_21.png
DataSource.dart
Decoder.dart
externallink.svg
favicon.png
favicon128.png
gen_manifest.py
HelpDialog.dart
info.svg
lefttriangle.svg
manifest.json
pigeons-jumpinjimmyjava-white90pct-q70.jpg
README
refresh-21.png
righttriangle.svg
settings-21.png
sliderarrow.svg
swarm-dev.pem
swarm.css
swarm.dart
swarm.html
swarm.scss
SwarmApp.dart Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00
swarmlib.dart
SwarmState.dart Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00
SwarmViews.dart Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00
UIState.dart Remove uses of upper-case constants in remaining SDK code. 2018-04-16 16:11:57 +00:00
update.py
Views.dart Clean up super calls in swarm. 2018-08-21 17:56:13 +00:00

Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.

A sample news reader application.

Running in the Editor with demo data (demo only, no feeds):

1. open the Dart Editor

2. from the menu, click File / Open Folder and load this directory

3. click the green run button

4. alternatively, to run as javascript:
  - compile (under the Tools / Generate JavaScript menu option)
  - load the same url shown in Dartium in step 3 in any other browser

Running in Dartium from the file system (demo only, no feeds):

1. run the Dartium Chrome binary from the command line with the following flag: --allow-file-access-from-files

2. navigate to the swarm.html file in this directory

Running from App Engine (TODO: these are stale instructions):

1. To run on App Engine, install the App Engine SDK for your platform, then
  $ easy_install --upgrade google-api-python-client per http://code.google.com/p/google-api-python-client/wiki/Installation
  $ cd samples/swarm/appengine
  $ enable-app-engine-project . per http://code.google.com/p/google-api-python-client/wiki/GoogleAppEngine
  Start the App Engine dev server and browse to /swarm-js.html