Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
199 commits
Select commit Hold shift + click to select a range
0e7318d
feat: initialize stac packages with basic project structure
divyanshub024 Jul 15, 2025
623524a
feat: initialize stac_export package
divyanshub024 Jul 15, 2025
dfaeac8
refactor: migrate stac_models to stac_export package with core widget…
divyanshub024 Jul 15, 2025
716110b
refactor: remove unused StacText and StacTextSpan classes from stac_t…
divyanshub024 Jul 25, 2025
6338608
refactor: update pubspec files and improve widget implementations acr…
divyanshub024 Jul 25, 2025
dac0747
refactor: simplify StacGallery layout and update StacAppBarParser for…
divyanshub024 Jul 26, 2025
0d10b38
Added StacRow
Potatomonsta Jul 29, 2025
910db7a
Added StacColumn to DSL
Potatomonsta Jul 30, 2025
1fa7be4
Added SizedBox to DSL
Potatomonsta Jul 30, 2025
9bd56af
Added StacPadding to DSL
Potatomonsta Jul 30, 2025
d3f267e
Formatting Fixes
Potatomonsta Jul 30, 2025
cd76eb0
refactor: update StacGallery layout, enhance StacImageParser, and imp…
divyanshub024 Jul 30, 2025
39856bf
Merge branch 'dv/stac-export' into dsl-widgets
divyanshub024 Jul 30, 2025
50a3eaf
Reverted static type in StacWidget
Potatomonsta Jul 30, 2025
7f1b3bc
Merge pull request #316 from StacDev/dsl-widgets
divyanshub024 Jul 30, 2025
8c0e01c
Merge branch 'dv/stac-export' of https://github.com/StacDev/stac into…
divyanshub024 Jul 30, 2025
3f7f4c0
refactor: remove debug print statement, update analysis options, and …
divyanshub024 Jul 30, 2025
58a8a86
refactor: streamline toJson methods across Stac widgets and ensure 't…
divyanshub024 Jul 30, 2025
0b5a95b
refactor: remove StacDouble type and replace with double in various w…
divyanshub024 Jul 31, 2025
0dd8a81
Merge pull request #318 from StacDev/dv/stac-dsl-buttons
divyanshub024 Jul 31, 2025
b4dce3f
added StacStack to DSL
Potatomonsta Jul 30, 2025
eed0509
added StacPositioned to DSL
Potatomonsta Jul 30, 2025
e422337
added StacExpanded to DSL
Potatomonsta Jul 30, 2025
cc8668e
added StacSpacer to DSL
Potatomonsta Jul 30, 2025
e1d8a20
formatting
Potatomonsta Jul 30, 2025
16f28bf
ported from StacDouble to @DoubleConverter
Potatomonsta Jul 31, 2025
d96a504
removed manual type key addition in JSON conversion
Potatomonsta Jul 31, 2025
6053500
Merge pull request #317 from StacDev/layout-and-structure-widgets
divyanshub024 Jul 31, 2025
a749166
added StacFlexible to DSL
Potatomonsta Jul 31, 2025
5a98648
added StacAspectRatio to DSL
Potatomonsta Jul 31, 2025
da79b16
added StacFractionallySizedBox to DSL
Potatomonsta Jul 31, 2025
d8fbe56
added StacFittedBox to DSL
Potatomonsta Jul 31, 2025
887f250
formatting
Potatomonsta Jul 31, 2025
6ef81b8
added common constructor option for StacEdgeInsets
Potatomonsta Jul 31, 2025
9c4855d
formatting
Potatomonsta Jul 31, 2025
5c61a15
Refactor: Replace StacShapeBorder with specific shape border types an…
divyanshub024 Jul 31, 2025
7ec3dee
Add StacVisualDensity model for JSON serialization
divyanshub024 Jul 31, 2025
39772d3
Add StacDuration model for JSON serialization
divyanshub024 Jul 31, 2025
99e55c1
Add StacSize model for JSON serialization
divyanshub024 Jul 31, 2025
45fbcd7
Update documentation for StacContainer widget
divyanshub024 Jul 31, 2025
81d0096
Refactor: StacElevated Button
divyanshub024 Jul 31, 2025
a6f4adc
Refactor: Update StacFilledButton implementation
divyanshub024 Jul 31, 2025
5dd7c14
Refactor: Replace StacFloatingActionButton with new implementation
divyanshub024 Jul 31, 2025
6c89de3
Refactor: Update StacIconButton implementation
divyanshub024 Jul 31, 2025
ff166ce
Refactor: Update StacOutlinedButton implementation
divyanshub024 Jul 31, 2025
531a276
Refactor: Update StacTextButton implementation
divyanshub024 Jul 31, 2025
4d6d264
Fix: Add missing newline at end of file in stac_floating_action_butto…
divyanshub024 Jul 31, 2025
30a4ac5
Refactor: Update button style parser references
divyanshub024 Aug 1, 2025
987ba31
set default StacFittedBox clipBehavior to Clip.none
Potatomonsta Aug 1, 2025
db032e5
Merge pull request #319 from StacDev/layout-and-structure-widgets
divyanshub024 Aug 1, 2025
f79d6f2
Merge branch 'dv/stac-export' into dv/buttons-dsl
divyanshub024 Aug 1, 2025
42cabbc
Merge pull request #320 from StacDev/dv/buttons-dsl
divyanshub024 Aug 1, 2025
df18fe2
refactor: Remove unused imports and clean up widget parser exports
divyanshub024 Aug 1, 2025
3446640
chore: Update .gitignore to include cursor files
divyanshub024 Aug 3, 2025
8f6c0de
refactor: rename stac_model file to stac_widget
divyanshub024 Aug 3, 2025
de6624f
refactor: Update StacWidget serialization and remove unused converters
divyanshub024 Aug 3, 2025
0891d45
refactor: Remove unnecessary blank lines in button widget definitions
divyanshub024 Aug 3, 2025
74438d7
Merge pull request #323 from StacDev/dv/stac-widgets
divyanshub024 Aug 3, 2025
a62c44e
feat: Introduce StacAction base class
divyanshub024 Aug 3, 2025
e6571d5
refactor: Integrate Stac models into navigation actions
divyanshub024 Aug 3, 2025
c6828d1
refactor: Update parsers to use StacAction for event handlers
divyanshub024 Aug 3, 2025
8a038b9
refactor:Remoce StacAction typedef
divyanshub024 Aug 3, 2025
7a958ed
chore: Update imports
divyanshub024 Aug 3, 2025
e2b7aee
refactor: Update button parsers to use model's parse method for event…
divyanshub024 Aug 3, 2025
589f251
refactor: Migrate network request handling to stac_models
divyanshub024 Aug 3, 2025
eeec0b6
Merge pull request #324 from StacDev/dsl-actions
divyanshub024 Aug 3, 2025
5a5ea64
Added StacLimitedBox to DSL
Potatomonsta Aug 1, 2025
d264fd5
Added StacOpacity to DSL
Potatomonsta Aug 1, 2025
ba295aa
added StacVisbility to DSL
Potatomonsta Aug 1, 2025
58a1817
added SafeArea to DSL
Potatomonsta Aug 2, 2025
dc35649
Added StacWrap to DSL
Potatomonsta Aug 2, 2025
3dcb4a3
Updated code to remove widget conversion annotations
Potatomonsta Aug 4, 2025
f8fb661
Refactor: Improve documentation and code structure for various Stac w…
Potatomonsta Aug 4, 2025
f2c11ea
Formatting
Potatomonsta Aug 4, 2025
363d2a3
updated default StacWrap.clipBehavior to Clip.hardEdge
Potatomonsta Aug 4, 2025
d0d011c
Merge pull request #325 from StacDev/layout-and-structure-widgets
divyanshub024 Aug 4, 2025
21c0980
added StacRefreshIndicator to DSL
Potatomonsta Aug 4, 2025
d5b2789
Added StacListView to DSL
Potatomonsta Aug 6, 2025
412cbca
Added ListTile to DSL
Potatomonsta Aug 6, 2025
5d6a958
Added StacSingleChildScrollView to DSL
Potatomonsta Aug 6, 2025
ea006f9
added StacGestureDetector to DSL
Potatomonsta Aug 6, 2025
9e03610
formatting
Potatomonsta Aug 7, 2025
3c32c45
removed unused imports and types
Potatomonsta Aug 7, 2025
a664f1c
Merge pull request #326 from StacDev/layout-and-structure-widgets
divyanshub024 Aug 7, 2025
d7e534b
added StacDivider to DSL
Potatomonsta Aug 7, 2025
950d3fe
added StacVerticalDivider to DSL
Potatomonsta Aug 7, 2025
3d1643b
added StacDynamicView to DSL
Potatomonsta Aug 7, 2025
348dbe9
formatting
Potatomonsta Aug 8, 2025
2a18d20
Merge branch 'dv/stac-export' into layout-and-structure-widgets
divyanshub024 Aug 8, 2025
b66b72a
Merge pull request #327 from StacDev/layout-and-structure-widgets
divyanshub024 Aug 8, 2025
3da151a
Add DSL support for StacSetValueAction
divyanshub024 Aug 8, 2025
8fedf94
Remove unused StacSetValue generated code and clean up imports in Sta…
divyanshub024 Aug 8, 2025
91c9809
Refactor StacFormValidate: Add DSL support for StacFormValidate
divyanshub024 Aug 8, 2025
eda7304
Add dsl support for StacGetFormValue
divyanshub024 Aug 8, 2025
0502e9b
Merge pull request #328 from StacDev/dv/dsl-actions
divyanshub024 Aug 9, 2025
32f4a1a
refactor: DSL support for Stac icon
divyanshub024 Aug 9, 2025
71b6e46
docs: Add missing docs
divyanshub024 Aug 9, 2025
ac254f8
Merge pull request #329 from StacDev/dv/dsl-icon
divyanshub024 Aug 9, 2025
158ae47
added StacInkWell to DSL
Potatomonsta Aug 11, 2025
d20fec4
added StacTextField to DSL
Potatomonsta Aug 11, 2025
3238230
added StacTextFormField to DSL
Potatomonsta Aug 12, 2025
d480669
Added StacForm to DSL
Potatomonsta Aug 12, 2025
2db23bf
Added StacNetworkWidget to DSL
Potatomonsta Aug 12, 2025
1388589
formatting and minor fixes
Potatomonsta Aug 12, 2025
9eafda0
formatting and minor fixes
Potatomonsta Aug 12, 2025
8706b9a
Update type_parser.dart
Potatomonsta Aug 13, 2025
374dc06
Merge pull request #330 from StacDev/layout-and-structure-widgets
divyanshub024 Aug 13, 2025
da7d00a
added StacCheckBox to DSL
Potatomonsta Aug 13, 2025
f420e6a
added StacRadio to DSL
Potatomonsta Aug 13, 2025
b882ef8
added StacSlider to DSL
Potatomonsta Aug 13, 2025
32f35d3
add StacSwitch to DSL
Potatomonsta Aug 13, 2025
7d63655
removed comments
Potatomonsta Aug 13, 2025
d708dad
Merge pull request #331 from StacDev/p2-widgets
Potatomonsta Aug 13, 2025
7800c4c
added StacRadioGroup to DSL
Potatomonsta Aug 13, 2025
5691fdd
added StacHero to DSL
Potatomonsta Aug 13, 2025
e0d036c
implemented StacCard in DSL
Potatomonsta Aug 13, 2025
b7e5d53
added StacChip to DSL
Potatomonsta Aug 13, 2025
ed31ce4
Merge pull request #332 from StacDev/p2-widgets
divyanshub024 Aug 13, 2025
acda02a
added StacBackdropFilter to DSL
Potatomonsta Aug 13, 2025
32ab52a
added StacBottomNavigationBar to DSL
Potatomonsta Aug 14, 2025
095ab10
added StacBottomNavigationView to DSL
Potatomonsta Aug 14, 2025
04c71c4
added StacCustomScrollView to DSL
Potatomonsta Aug 14, 2025
537d72c
added coloredBox to DSL
Potatomonsta Aug 14, 2025
40cb595
Merge pull request #333 from StacDev/p2-widgets
divyanshub024 Aug 14, 2025
88b3de6
added StacPlaceholder to DSL
Potatomonsta Aug 14, 2025
e171348
added StacClipRRect to DSL
Potatomonsta Aug 14, 2025
fd8f980
added StacCipOval to DSL
Potatomonsta Aug 14, 2025
aef70a2
added StacCircularProgressIndicator to DSL
Potatomonsta Aug 14, 2025
1528f6d
Merge pull request #334 from StacDev/p2-widgets
divyanshub024 Aug 14, 2025
e45cb8f
added StacDrawer to DSL
Potatomonsta Aug 15, 2025
0ac7615
added StacDefaultTabController to DSL
Potatomonsta Aug 15, 2025
fe1bf69
added StacPageView to DSL
Potatomonsta Aug 15, 2025
253a1be
added StacTab to DSL
Potatomonsta Aug 15, 2025
7b6053e
added StacTabBar to DSL
Potatomonsta Aug 15, 2025
7fae82b
added StacTabViewParser to DSL
Potatomonsta Aug 15, 2025
eb5591a
bugfixes
Potatomonsta Aug 15, 2025
a67c19a
Merge branch 'dev' into dv/stac-export
divyanshub024 Aug 16, 2025
b2b469f
Merge branch 'dv/stac-export' into p2-widgets
divyanshub024 Aug 16, 2025
1f99c61
refactor: clean up imports in stac_single_child_scroll_view and stac_…
divyanshub024 Aug 16, 2025
9da94a7
chore: update dependencies in pubspec.yaml files for stac and stac_cl…
divyanshub024 Aug 16, 2025
6622094
bugfixes
Potatomonsta Aug 18, 2025
ef098ea
Merge pull request #335 from StacDev/p2-widgets
divyanshub024 Aug 18, 2025
4b4a4cc
added StacCarouselView to DSL
Potatomonsta Aug 18, 2025
7aa621d
added StacGridView to DSL
Potatomonsta Aug 18, 2025
249ba75
added StacSliverAppBar to DSL
Potatomonsta Aug 18, 2025
26bd772
added StacAutoComplete to DSL
Potatomonsta Aug 18, 2025
7b4e3e9
added StacDropDownMenu to DSL
Potatomonsta Aug 18, 2025
869e829
gitIgnore update
Potatomonsta Aug 18, 2025
5cedb7d
added StacCircleAvatar to DSL
Potatomonsta Aug 18, 2025
15c0dd7
added StacAlertDialog to DSL
Potatomonsta Aug 18, 2025
28fc9f3
added StacTab, StacTableRow and StacTableCell to DSL
Potatomonsta Aug 19, 2025
b4163f2
Merge pull request #337 from StacDev/p2-widgets
divyanshub024 Aug 19, 2025
f5c9c62
added StacConditional to DSL
Potatomonsta Aug 19, 2025
470e634
Merge pull request #338 from StacDev/p2-widgets
divyanshub024 Aug 19, 2025
5a1f8d9
Rename `stac_models` package to `stac_core`
divyanshub024 Aug 20, 2025
2c885d2
Merge pull request #339 from StacDev/dv/stac-core
divyanshub024 Aug 20, 2025
a338514
added pending actions
Potatomonsta Aug 21, 2025
2335366
bugfixes
Potatomonsta Aug 22, 2025
6a1c8e9
removed unused import
Potatomonsta Aug 22, 2025
02e86c4
Merge pull request #340 from StacDev/p2-widgets
divyanshub024 Aug 22, 2025
62ab343
Bugfixes
Potatomonsta Aug 22, 2025
57b9f08
Merge pull request #341 from StacDev/p2-widgets
divyanshub024 Aug 23, 2025
c0d5095
Refactor Stac framework: Introduce StacService for improved asset han…
divyanshub024 Sep 2, 2025
8372f3a
Merge branch 'dv/stac-export' into dv/stac-options-br
divyanshub024 Sep 2, 2025
79c9cff
Refactor StacDialogActionParser: Reorder imports for better organizat…
divyanshub024 Sep 2, 2025
97b06f2
Refactor StacCircularProgressIndicatorParser: Remove unused import an…
divyanshub024 Sep 2, 2025
c541457
Remove stac_cli package
divyanshub024 Sep 2, 2025
86e8192
chore: Update freezed generated files
divyanshub024 Sep 2, 2025
86cb986
Merge pull request #343 from StacDev/dv/stac-options-br
divyanshub024 Sep 4, 2025
703a36e
chore: Cleanup stac_core package
divyanshub024 Sep 6, 2025
8724642
chore: Remove unused theme and widget files from stac package
divyanshub024 Sep 6, 2025
d437785
chore: Replace harcoded widget types with enums and add docs
divyanshub024 Sep 6, 2025
ea607c2
chore: Refactor action parsers to use centralized action types and re…
divyanshub024 Sep 6, 2025
1b11ff4
chore: Prepare stac_core for initial release.
divyanshub024 Sep 7, 2025
bbd11bd
chore: Update stac_core version to 0.1.0 in example applications
divyanshub024 Sep 7, 2025
1346767
docs: Add public api documentation for stac_core
divyanshub024 Sep 7, 2025
1918187
chore: Update melos managed dependency overrides for stac packages
divyanshub024 Sep 7, 2025
8a8b661
chore: Add pattern-matching methods to various theme and widget class…
divyanshub024 Sep 7, 2025
77c7a3e
Merge pull request #344 from StacDev/dv/stac-core-cleanup
divyanshub024 Sep 7, 2025
625e349
Moved StacAlignmentGeometry from stac to stac_core.
Potatomonsta Sep 11, 2025
96551c7
Merge pull request #347 from StacDev/mn/stac-alignment-geometry
divyanshub024 Sep 11, 2025
e7eabc4
Remove pubspec.lock file from stac_cli package
divyanshub024 Sep 12, 2025
c0075ab
BugFixes for Stac DSL
Potatomonsta Aug 25, 2025
e2aab5b
logger override
Potatomonsta Sep 20, 2025
731e987
fix: Correct path format for stac_logger dependency override
divyanshub024 Sep 20, 2025
8917eb2
Replaced StacTextStyleConverter logic with StacTextStyle.fromJson
Potatomonsta Sep 21, 2025
835ac0a
if base style is null we return null instead of copyWithStyle
Potatomonsta Sep 21, 2025
b2b66b0
Merge pull request #350 from StacDev/mn/stac-text-style-changes
divyanshub024 Sep 21, 2025
912dca0
Refactor type parsers
divyanshub024 Sep 22, 2025
2b5ece5
Remove unused files: default_stac_options.dart and hello_world.dart f…
divyanshub024 Sep 22, 2025
fc43301
Merge pull request #351 from StacDev/dv/stac-refactoring
divyanshub024 Sep 22, 2025
ec4bfe6
Remove unused logging statement from Stac class
divyanshub024 Sep 22, 2025
422f3e0
Update StacImageParser to return _networkImage instead of SizedBox fo…
divyanshub024 Sep 22, 2025
7c3c6ea
Enhance StacSnackBarAction by extending StacAction and adding actionT…
divyanshub024 Sep 22, 2025
4367922
Remove unused clipBehavior property from align_example.json
divyanshub024 Sep 22, 2025
a10e9e3
Update list_tile_example.json to replace image leading type with icon…
divyanshub024 Sep 22, 2025
55ca999
Update StacDecorationImageParser to return NetworkImage for default c…
divyanshub024 Sep 22, 2025
00eabbf
Update iOS deployment target to 13.0 across multiple projects and adj…
divyanshub024 Sep 22, 2025
d8017a4
Merge pull request #353 from StacDev/dv/stac-fixes
divyanshub024 Sep 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ mason-lock.json

# Local Netlify folder
.netlify

# Cursor Files
.cursor/
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<string>13.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion examples/counter_example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
# platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
30 changes: 30 additions & 0 deletions examples/counter_example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
PODS:
- Flutter (1.0.0)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqflite_darwin (0.0.4):
- Flutter
- FlutterMacOS

DEPENDENCIES:
- Flutter (from `Flutter`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)

EXTERNAL SOURCES:
Flutter:
:path: Flutter
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
sqflite_darwin:
:path: ".symlinks/plugins/sqflite_darwin/darwin"

SPEC CHECKSUMS:
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0

PODFILE CHECKSUM: 3c63482e143d1b91d2d2560aee9fb04ecc74ac7e

COCOAPODS: 1.16.2
118 changes: 115 additions & 3 deletions examples/counter_example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
602CE4AF19B97F4F61FB98FD /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DE96CE240CB853136192A05 /* Pods_Runner.framework */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
D4416862CE9A112F263379A3 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60FD2ECB041DD1927EF427A7 /* Pods_RunnerTests.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -40,28 +42,45 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
00FD098565DFBFCB4F407191 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
17CDE0E3211DAD5624F17132 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
47746FEAF6ADA3972B2F7F80 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
485DAB4A8A72E353CF095BCE /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
60FD2ECB041DD1927EF427A7 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
7DE96CE240CB853136192A05 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8628CEEB4595E2BE4B740014 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9EC1045DA6310A861FBA139D /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
97C146EB1CF9000F007C117D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
602CE4AF19B97F4F61FB98FD /* Pods_Runner.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C12EAFA41A913DC28F6E91DA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D4416862CE9A112F263379A3 /* Pods_RunnerTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -76,6 +95,15 @@
path = RunnerTests;
sourceTree = "<group>";
};
88B2C4E95454974371301D67 /* Frameworks */ = {
isa = PBXGroup;
children = (
7DE96CE240CB853136192A05 /* Pods_Runner.framework */,
60FD2ECB041DD1927EF427A7 /* Pods_RunnerTests.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
9740EEB11CF90186004384FC /* Flutter */ = {
isa = PBXGroup;
children = (
Expand All @@ -94,6 +122,8 @@
97C146F01CF9000F007C117D /* Runner */,
97C146EF1CF9000F007C117D /* Products */,
331C8082294A63A400263BE5 /* RunnerTests */,
C3F325E699635FC13D008D15 /* Pods */,
88B2C4E95454974371301D67 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -121,15 +151,31 @@
path = Runner;
sourceTree = "<group>";
};
C3F325E699635FC13D008D15 /* Pods */ = {
isa = PBXGroup;
children = (
47746FEAF6ADA3972B2F7F80 /* Pods-Runner.debug.xcconfig */,
9EC1045DA6310A861FBA139D /* Pods-Runner.release.xcconfig */,
485DAB4A8A72E353CF095BCE /* Pods-Runner.profile.xcconfig */,
00FD098565DFBFCB4F407191 /* Pods-RunnerTests.debug.xcconfig */,
17CDE0E3211DAD5624F17132 /* Pods-RunnerTests.release.xcconfig */,
8628CEEB4595E2BE4B740014 /* Pods-RunnerTests.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
331C8080294A63A400263BE5 /* RunnerTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
buildPhases = (
D7F730ED3047A191DC0D6503 /* [CP] Check Pods Manifest.lock */,
331C807D294A63A400263BE5 /* Sources */,
331C807F294A63A400263BE5 /* Resources */,
C12EAFA41A913DC28F6E91DA /* Frameworks */,
);
buildRules = (
);
Expand All @@ -145,12 +191,14 @@
isa = PBXNativeTarget;
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
buildPhases = (
2422AF6BFFDAEA19429B661C /* [CP] Check Pods Manifest.lock */,
9740EEB61CF901F6004384FC /* Run Script */,
97C146EA1CF9000F007C117D /* Sources */,
97C146EB1CF9000F007C117D /* Frameworks */,
97C146EC1CF9000F007C117D /* Resources */,
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
341F4B04DDC628F53153F47A /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -222,6 +270,45 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
2422AF6BFFDAEA19429B661C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
341F4B04DDC628F53153F47A /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
Expand Down Expand Up @@ -253,6 +340,28 @@
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
D7F730ED3047A191DC0D6503 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -346,7 +455,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down Expand Up @@ -379,6 +488,7 @@
};
331C8088294A63A400263BE5 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 00FD098565DFBFCB4F407191 /* Pods-RunnerTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
Expand All @@ -396,6 +506,7 @@
};
331C8089294A63A400263BE5 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 17CDE0E3211DAD5624F17132 /* Pods-RunnerTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
Expand All @@ -411,6 +522,7 @@
};
331C808A294A63A400263BE5 /* Profile */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8628CEEB4595E2BE4B740014 /* Pods-RunnerTests.profile.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
Expand Down Expand Up @@ -473,7 +585,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -524,7 +636,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
Expand Down Expand Up @@ -54,6 +55,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions examples/counter_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ packages:
dependency: "direct main"
description:
name: freezed_annotation
sha256: c87ff004c8aa6af2d531668b46a4ea379f7191dc6dfa066acd53d506da6e044b
sha256: "7294967ff0a6d98638e7acb774aac3af2550777accd8149c90af5b014e6d44d8"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.1.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -727,6 +727,13 @@ packages:
relative: true
source: path
version: "1.0.0-dev.6"
stac_core:
dependency: "direct overridden"
description:
path: "../../packages/stac_core"
relative: true
source: path
version: "0.1.0"
stac_framework:
dependency: "direct overridden"
description:
Expand Down
4 changes: 3 additions & 1 deletion examples/counter_example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# melos_managed_dependency_overrides: stac,stac_framework,stac_logger
# melos_managed_dependency_overrides: stac,stac_core,stac_framework,stac_logger
dependency_overrides:
stac:
path: ../../packages/stac
stac_core:
path: ../../packages/stac_core
stac_framework:
path: ../../packages/stac_framework
stac_logger:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"height": 500,
"decoration": {
"gradient": {
"gradientType": "linear",
"colors": [
"#00050608",
"#050608",
Expand Down Expand Up @@ -55,7 +56,7 @@
"style": "displayMedium",
"children": [
{
"data": "\nDatabase",
"text": "\nDatabase",
"style": {
"color": "primary"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/movie_app/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<string>13.0</string>
</dict>
</plist>
Loading