-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update #hotReloadable to take a trailing view builder closure, and up…
…date all examples to support hot reloading Includes adding a Bundler.toml for the examples
- Loading branch information
1 parent
4ae350d
commit 174f8e2
Showing
16 changed files
with
532 additions
and
179 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
format_version = 2 | ||
|
||
[apps.ControlsExample] | ||
identifier = 'dev.stackotter.ControlsExample' | ||
product = 'ControlsExample' | ||
version = '0.1.0' | ||
|
||
[apps.CounterExample] | ||
identifier = 'dev.stackotter.CounterExample' | ||
product = 'CounterExample' | ||
version = '0.1.0' | ||
|
||
[apps.RandomNumberGeneratorExample] | ||
identifier = 'dev.stackotter.RandomNumberGeneratorE' | ||
product = 'RandomNumberGeneratorE' | ||
version = '0.1.0' | ||
|
||
[apps.WindowingExample] | ||
identifier = 'dev.stackotter.WindowingExample' | ||
product = 'WindowingExample' | ||
version = '0.1.0' | ||
|
||
[apps.GreetingGeneratorExample] | ||
identifier = 'dev.stackotter.GreetingGeneratorExamp' | ||
product = 'GreetingGeneratorExamp' | ||
version = '0.1.0' | ||
|
||
[apps.NavigationExample] | ||
identifier = 'dev.stackotter.NavigationExample' | ||
product = 'NavigationExample' | ||
version = '0.1.0' | ||
|
||
[apps.SplitExample] | ||
identifier = 'dev.stackotter.SplitExample' | ||
product = 'SplitExample' | ||
version = '0.1.0' | ||
|
||
[apps.SpreadsheetExample] | ||
identifier = 'dev.stackotter.SpreadsheetExample' | ||
product = 'SpreadsheetExample' | ||
version = '0.1.0' | ||
|
||
[apps.StressTestExample] | ||
identifier = 'dev.stackotter.StressTestExample' | ||
product = 'StressTestExample' | ||
version = '0.1.0' |
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
Oops, something went wrong.