Skip to content

Commit

Permalink
Add pkg:mix dependency (#3053)
Browse files Browse the repository at this point in the history
* adds pkg:mix dependency

* Undo unnecessary changes

* Add mix to template dependencies and regenerate deps files

---------

Co-authored-by: Parker Lougheed <[email protected]>
  • Loading branch information
craiglabenz and parlough authored Sep 25, 2024
1 parent 61c036b commit 7b4c8be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions pkgs/dart_services/lib/src/project_templates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const Set<String> supportedFlutterPackages = {
'google_fonts',
'google_generative_ai',
'hooks_riverpod',
'mix',
'provider',
'shared_preferences',
'url_launcher',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"meta": "1.15.0",
"mgrs_dart": "2.0.0",
"mime": "1.0.6",
"mix": "1.5.0",
"mix_annotations": "0.3.0",
"nested": "1.0.0",
"node_preamble": "2.0.2",
"ordered_set": "6.1.0",
Expand Down Expand Up @@ -125,7 +127,7 @@
"url_launcher_android": "6.3.10",
"url_launcher_ios": "6.3.1",
"url_launcher_linux": "3.2.0",
"url_launcher_macos": "3.2.0",
"url_launcher_macos": "3.2.1",
"url_launcher_platform_interface": "2.3.2",
"url_launcher_web": "2.3.3",
"url_launcher_windows": "3.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"meta": "1.15.0",
"mgrs_dart": "2.0.0",
"mime": "1.0.6",
"mix": "1.5.0",
"mix_annotations": "0.3.0",
"nested": "1.0.0",
"node_preamble": "2.0.2",
"ordered_set": "6.1.0",
Expand Down Expand Up @@ -125,7 +127,7 @@
"url_launcher_android": "6.3.10",
"url_launcher_ios": "6.3.1",
"url_launcher_linux": "3.2.0",
"url_launcher_macos": "3.2.0",
"url_launcher_macos": "3.2.1",
"url_launcher_platform_interface": "2.3.2",
"url_launcher_web": "2.3.3",
"url_launcher_windows": "3.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"meta": "1.15.0",
"mgrs_dart": "2.0.0",
"mime": "1.0.6",
"mix": "1.5.0",
"mix_annotations": "0.3.0",
"nested": "1.0.0",
"node_preamble": "2.0.2",
"ordered_set": "6.1.0",
Expand Down Expand Up @@ -125,7 +127,7 @@
"url_launcher_android": "6.3.10",
"url_launcher_ios": "6.3.1",
"url_launcher_linux": "3.2.0",
"url_launcher_macos": "3.2.0",
"url_launcher_macos": "3.2.1",
"url_launcher_platform_interface": "2.3.2",
"url_launcher_web": "2.3.3",
"url_launcher_windows": "3.1.2",
Expand Down

0 comments on commit 7b4c8be

Please sign in to comment.