Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 81a19aa

Browse files
kevmookwalrath
authored andcommitted
cleanup for stagexl project, prepare for v1.1 (#383)
1 parent 21cb456 commit 81a19aa

File tree

7 files changed

+475
-825
lines changed

7 files changed

+475
-825
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## unpublished
1+
## 1.1.0
22

3+
- Added `web-stagexl` template.
34
- Updated `analysis_options.yaml` for all templates.
45
- Strong mode is on by default.
56
- A basic set of lint rules is now included.

lib/generators/web_stagexl_data.dart

Lines changed: 457 additions & 811 deletions
Large diffs are not rendered by default.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: stagehand
77
description: >
88
A scaffolding generator for your Dart projects. Stagehand helps you get set
99
up!
10-
version: 1.0.24
10+
version: 1.1.0
1111
homepage: http://stagehand.pub
1212
authors:
1313
- Seth Ladd <[email protected]>
Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# This file allows you to configure the Dart analyzer.
2-
#
3-
# The commented part below is just for inspiration. Read the guide here:
4-
# https://www.dartlang.org/guides/language/analysis-options
5-
6-
# analyzer:
7-
# strong-mode: true
1+
analyzer:
2+
strong-mode: true
83
# exclude:
94
# - path/to/excluded/files/**
10-
# linter:
11-
# rules:
12-
# # see catalog here: http://dart-lang.github.io/linter/lints/
13-
# - hash_and_equals
5+
6+
# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
7+
linter:
8+
rules:
9+
- cancel_subscriptions
10+
- close_sinks
11+
- hash_and_equals
12+
- iterable_contains_unrelated_type
13+
- list_remove_unrelated_type
14+
- test_types_in_equals
15+
- unrelated_type_equality_checks
16+
- valid_regexps
-6.19 KB
Loading
-13.5 KB
Loading

templates/web-stagexl/web/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ html, body, .stage--fullscreen {
66
margin: 0;
77
padding: 0;
88
border: 0;
9-
}
9+
}

0 commit comments

Comments
 (0)