Skip to content

refactor: calendar#1828

Draft
simaopsbarbosa wants to merge 2 commits intodevelopfrom
refactor/calendar
Draft

refactor: calendar#1828
simaopsbarbosa wants to merge 2 commits intodevelopfrom
refactor/calendar

Conversation

@simaopsbarbosa
Copy link
Copy Markdown
Contributor

Closes #1806

draft: currently investigating possibility of creating a calendar for uni on the user's phone, so we could eventually support automatically updating class calendars

Review checklist

  • Terms and conditions reflect the changes

View Changes

  • Description has screenshots of the UI changes.
  • Tested both in light and dark mode.
  • New text is both in portuguese (PT) and english (EN).
  • Works in different text zoom levels.
  • Works in different screen sizes.

Performance

  • No helper functions to return widgets are added. New widgets are created instead.
  • Used ListView.builder for Long Lists.
  • Controllers (TextEditingController, ...) are beeing disposed of in dispose() method.

simaopsbarbosa and others added 2 commits March 31, 2026 14:12
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception:
DeviceCalendarException(DeviceCalendarError.calendarUnavailable): Could
not find local calendar source
#0      StandardMethodCodec.decodeEnvelope
(package:flutter/src/services/message_codecs.dart:653:7)
#1      MethodChannel._invokeMethod
(package:flutter/src/services/platform_channel.dart:366:18)
<asynchronous suspension>
#2      DeviceCalendarPlusIos.createCalendar
(package:device_calendar_plus_ios/device_calendar_plus_ios.dart:47:20)
<asynchronous suspension>
#3      DeviceCalendar.createCalendar
(package:device_calendar_plus/device_calendar_plus.dart:240:33)
<asynchronous suspension>
#4      ExamModal.build.<anonymous closure>
(package:uni/view/academic_path/widgets/exam_modal.dart:80:19)
<asynchronous suspension>
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 7%. Comparing base (7268a4c) to head (74c56df).
⚠️ Report is 1 commits behind head on develop.

❌ Your project check has failed because the head coverage (7%) is below the target coverage (70%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #1828   +/-   ##
=======================================
  Coverage        7%      7%           
=======================================
  Files           38      38           
  Lines         1842    1842           
=======================================
  Hits           125     125           
  Misses        1717    1717           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

chore: migrate add_2_calendar package

1 participant