Skip to content

Commit

Permalink
feature: badge added, bottom-bar and mini-footer-flex added to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Mar 13, 2015
1 parent 2e666f1 commit 90fd951
Show file tree
Hide file tree
Showing 13 changed files with 1,934 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WskMaterial.iml
Expand Up @@ -12,6 +12,9 @@
<excludeFolder url="file://$MODULE_DIR$/example/animation/build" />
<excludeFolder url="file://$MODULE_DIR$/example/animation/packages/wsk_material" />
<excludeFolder url="file://$MODULE_DIR$/example/animation/web/packages" />
<excludeFolder url="file://$MODULE_DIR$/example/badge/build" />
<excludeFolder url="file://$MODULE_DIR$/example/badge/packages/wsk_material" />
<excludeFolder url="file://$MODULE_DIR$/example/badge/web/packages" />
<excludeFolder url="file://$MODULE_DIR$/example/button/build" />
<excludeFolder url="file://$MODULE_DIR$/example/button/packages/wsk_material" />
<excludeFolder url="file://$MODULE_DIR$/example/button/web/packages" />
Expand Down
23 changes: 23 additions & 0 deletions example/badge/pubspec.yaml
@@ -0,0 +1,23 @@
name: wsk_material_badge_sample
description: WSK Sample 'badge' - Material Design
version: 0.1.0
author: Mike Mitterer <office@mikemitterer.at>
homepage: https://github.com/MikeMitterer/dart-wsk-material

dependencies:
browser: any

intl: any
args: any
validate: any
browser_detect: any

logging: any
logging_handlers: any
console_log_handler: any
# path: /Volumes/Daten/DevLocal/DevDart/ConsoleLogHandler

wsk_material:
path: ../../


0 comments on commit 90fd951

Please sign in to comment.