-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from Workiva/extract_example
Make example a separate pkg to remove over_react
- Loading branch information
Showing
18 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
exclude: | ||
- "example/**" | ||
ignore: | ||
# Ignore the pin on the test package while we have to avoid a bad version of test 1.18.1 https://github.com/dart-lang/test/issues/1620 | ||
- test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
w_flux Examples | ||
================ | ||
|
||
To run the examples, open the root of this repository in a command-line terminal. | ||
To run the examples, open the example directory of this repository in a command-line terminal. | ||
|
||
1. `dart run dart_dev examples` | ||
2. Open Chromium/Dartium to `http://localhost:8080` | ||
1. `dart run build_runner serve` | ||
2. Open `http://localhost:8080` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: w_flux_example | ||
version: 2.10.24 | ||
description: Flux library for uni-directional dataflow inspired by reflux and Facebook's | ||
flux architecture. | ||
homepage: https://github.com/Workiva/w_flux | ||
publish_to: none | ||
environment: | ||
sdk: ">=2.11.0 <3.0.0" | ||
dependencies: | ||
over_react: ">=3.12.0 <5.0.0" | ||
w_flux: | ||
|
||
dev_dependencies: | ||
react: ">=5.7.0 <7.0.0" | ||
build_runner: '>=1.7.1 <3.0.0' | ||
build_web_compilers: ^3.0.0 | ||
dart_dev: '>=3.8.5 <5.0.0' | ||
dart_style: ^2.1.1 | ||
dependency_validator: ^3.0.0 | ||
|
||
|
||
dependency_overrides: | ||
w_flux: | ||
path: ../ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters