Skip to content

Feat/subscription tracker page#2

Open
Elementx07 wants to merge 7 commits intomainfrom
feat/subscription-tracker-page
Open

Feat/subscription tracker page#2
Elementx07 wants to merge 7 commits intomainfrom
feat/subscription-tracker-page

Conversation

@Elementx07
Copy link
Copy Markdown
Owner

This pull request includes updates to the Flutter application, and modifications to the widget components. The most important changes are summarized below:

Flutter Application Changes:

  • Changed the initial screen from SignInScreen to DashBoardPage in lib/main.dart.
  • Added a new SubscriptionPage screen in lib/pages/subscription_page.dart.

Widget Modifications:

  • Updated HorizontalCards widget to accept additional parameters and support different layouts for the subscription and dashboard pages in lib/widgets/horizontal_cards.dart.
  • Modified PocketPalBottomNavigationBar to navigate to SubscriptionPage when the corresponding tab is selected in lib/widgets/bottom_navigation_bar.dart.

Asset Management:

  • Corrected the assets section in pubspec.yaml to properly include the cosmos.riv animation file.

@Elementx07 Elementx07 requested a review from Copilot April 12, 2025 15:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 11 changed files in this pull request and generated 1 comment.

Files not reviewed (10)
  • .vscode/c_cpp_properties.json: Language not supported
  • .vscode/launch.json: Language not supported
  • .vscode/settings.json: Language not supported
  • lib/main.dart: Language not supported
  • lib/pages/dash.dart: Language not supported
  • lib/pages/sign_in.dart: Language not supported
  • lib/pages/subscription_page.dart: Language not supported
  • lib/widgets/bottom_navigation_bar.dart: Language not supported
  • lib/widgets/horizontal_cards.dart: Language not supported
  • lib/widgets/pi_chart.dart: Language not supported

Comment thread pubspec.yaml
flutter:
assets:
- assets/123.jpg
- assets/animations/cosmos.riv
Copy link

Copilot AI Apr 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The asset line for cosmos.riv appears mis-indented compared to other assets (i.e., 'assets/123.jpg' is indented 6 spaces). Adjust the indentation to match (typically 6 spaces) to prevent YAML parsing issues.

Suggested change
- assets/animations/cosmos.riv
- assets/animations/cosmos.riv

Copilot uses AI. Check for mistakes.
Elementx07 added a commit that referenced this pull request Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants