Skip to content

Commit

Permalink
Convert to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 7, 2025
1 parent c20ff92 commit deed098
Show file tree
Hide file tree
Showing 7 changed files with 618 additions and 898 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
emcache/

# Log files
*.log
*.log

.dart_tool
16 changes: 4 additions & 12 deletions pub_stats/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ publish_to: none
version: 1.0.0+1

environment:
sdk: ^3.0.0
sdk: ^3.6.0

resolution: workspace

dependencies:
flutter:
Expand All @@ -20,7 +22,7 @@ dependencies:
url_launcher: ^6.0.17
fl_chart: ^0.70.0
flutter_svg: ^2.0.0+1
pub_api_client: ^3.0.0
pub_api_client: ^3.1.0

pub_stats_core:
path: ../pub_stats_core
Expand All @@ -47,16 +49,6 @@ dev_dependencies:
rexios_lints: ^9.1.0
flutter_native_splash: ^2.0.1+1

dependency_overrides:
pub_api_client:
git:
prs:
- https://github.com/leoafarias/pub_api_client/pull/54
- https://github.com/leoafarias/pub_api_client/pull/55
- https://github.com/leoafarias/pub_api_client/pull/58
url: https://github.com/Rexios80/pub_api_client
ref: 4d881fcc25a35b182e028a58db844b51534b32d8

flutter:
uses-material-design: true

Expand Down
Loading

0 comments on commit deed098

Please sign in to comment.