-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/utils-wallet-connector
- Loading branch information
Showing
156 changed files
with
5,546 additions
and
12 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
2 changes: 1 addition & 1 deletion
2
catalyst_voices/packages/catalyst_voices_models/analysis_options.yaml
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
1 change: 0 additions & 1 deletion
1
catalyst_voices_packages/catalyst_analysis/analysis_options.yaml
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
catalyst_voices_packages/catalyst_analysis/example/analysis_options.yaml
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,5 @@ | ||
include: package:catalyst_analysis/analysis_options.yaml | ||
|
||
# linter: | ||
# rules: | ||
# public_member_api_docs: false |
4 changes: 0 additions & 4 deletions
4
catalyst_voices_packages/catalyst_analysis/example/pubspec_overrides.yaml
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
catalyst_voices_packages/catalyst_analysis/lib/analysis_options.yaml
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 +1 @@ | ||
include: package:catalyst_analysis/analysis_options.1.0.0.yaml | ||
include: package:catalyst_analysis/analysis_options.1.0.0.yaml |
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,6 +1,9 @@ | ||
name: catalyst_analysis | ||
version: 1.0.0 | ||
description: Lint rules for Dart and Flutter used internally at Catalyst. | ||
repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices_packages/catalyst_analysis | ||
issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues | ||
topics: [lints, analyzer, analysis] | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.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
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,44 @@ | ||
# Miscellaneous | ||
*.class | ||
*.log | ||
*.pyc | ||
*.swp | ||
.DS_Store | ||
.atom/ | ||
.buildlog/ | ||
.history | ||
.svn/ | ||
migrate_working_dir/ | ||
|
||
# IntelliJ related | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# VSCode related | ||
.vscode/* | ||
|
||
# Flutter/Dart/Pub related | ||
**/doc/api/ | ||
**/ios/Flutter/.last_build_id | ||
.dart_tool/ | ||
.flutter-plugins | ||
.flutter-plugins-dependencies | ||
.packages | ||
.pub-cache/ | ||
.pub/ | ||
/build/ | ||
pubspec.lock | ||
|
||
# Web related | ||
lib/generated_plugin_registrant.dart | ||
|
||
# Symbolication related | ||
app.*.symbols | ||
|
||
# Obfuscation related | ||
app.*.map.json | ||
|
||
# Test related | ||
coverage |
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,8 @@ | ||
# Catalyst Voices Remote Widgets | ||
|
||
> ‼️ This proof of concept and is not yet ready for production use. | ||
This package provides a set of widgets that can be used to build remote data-driven UIs. | ||
|
||
For more navigate to the | ||
[example](/catalyst_voices/packages/catalyst_voices_remote_widgets/example/README.md) |
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 @@ | ||
include: package:catalyst_analysis/analysis_options.yaml |
43 changes: 43 additions & 0 deletions
43
utilities/catalyst_voices_remote_widgets/example/.gitignore
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,43 @@ | ||
# Miscellaneous | ||
*.class | ||
*.log | ||
*.pyc | ||
*.swp | ||
.DS_Store | ||
.atom/ | ||
.buildlog/ | ||
.history | ||
.svn/ | ||
migrate_working_dir/ | ||
|
||
# IntelliJ related | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# The .vscode folder contains launch configuration and tasks you configure in | ||
# VS Code which you may wish to be included in version control, so this line | ||
# is commented out by default. | ||
#.vscode/ | ||
|
||
# Flutter/Dart/Pub related | ||
**/doc/api/ | ||
**/ios/Flutter/.last_build_id | ||
.dart_tool/ | ||
.flutter-plugins | ||
.flutter-plugins-dependencies | ||
.pub-cache/ | ||
.pub/ | ||
/build/ | ||
|
||
# Symbolication related | ||
app.*.symbols | ||
|
||
# Obfuscation related | ||
app.*.map.json | ||
|
||
# Android Studio will place build artifacts here | ||
/android/app/debug | ||
/android/app/profile | ||
/android/app/release |
45 changes: 45 additions & 0 deletions
45
utilities/catalyst_voices_remote_widgets/example/.metadata
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,45 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled and should not be manually edited. | ||
|
||
version: | ||
revision: "ba393198430278b6595976de84fe170f553cc728" | ||
channel: "stable" | ||
|
||
project_type: app | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
- platform: android | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
- platform: ios | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
- platform: linux | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
- platform: macos | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
- platform: web | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
- platform: windows | ||
create_revision: ba393198430278b6595976de84fe170f553cc728 | ||
base_revision: ba393198430278b6595976de84fe170f553cc728 | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
Oops, something went wrong.