Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #507 from Parabeac/release/2.0
Browse files Browse the repository at this point in the history
Release/2.0
  • Loading branch information
ivan-015 committed Sep 24, 2021
2 parents b7e83e0 + 28095d3 commit f0a9728
Show file tree
Hide file tree
Showing 411 changed files with 10,682 additions and 17,014 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "SketchAssetConverter"]
path = SketchAssetConverter
url = https://github.com/Parabeac/SketchAssetConverter.git
branch = master
[submodule "pbdl"]
path = pbdl
url = https://github.com/Parabeac/pbdl
1 change: 0 additions & 1 deletion SketchAssetConverter
Submodule SketchAssetConverter deleted from 1b5eff
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
targets:
parabeac_core:
$default:
builders:
parabeac_core|json_serializable:
generate_for:
Expand All @@ -10,7 +10,7 @@ targets:
options:
any_map: false
checked: false
create_factory: true
create_factory: false
create_to_json: true
disallow_unrecognized_keys: false
explicit_to_json: false
Expand Down
17 changes: 11 additions & 6 deletions lib/configurations/configurations.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"default": {
"widgetStyle": "Material",
"widgetType": "Stateless",
"widgetSpacing": "Expanded",
"layoutPrecedence": ["column", "row", "stack"]
"widgetStyle": "Material",
"widgetType": "Stateless",
"widgetSpacing": "Expanded",
"layoutPrecedence": ["column", "row", "stack"],
"state-management": "none",
"breakpoints": {
"mobile": 360,
"tablet": 600,
"desktop": 1280
},
"state-management": "none"
"scaling": true,
"enablePrototyping": false
}
133 changes: 0 additions & 133 deletions lib/controllers/controller.dart

This file was deleted.

42 changes: 0 additions & 42 deletions lib/controllers/design_controller.dart

This file was deleted.

96 changes: 0 additions & 96 deletions lib/controllers/figma_controller.dart

This file was deleted.

Loading

0 comments on commit f0a9728

Please sign in to comment.