Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Date & Time Pickers for iOS #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

RohitValiveti
Copy link
Contributor

Summary

This pull request is the first step towards implementing feature implementing native date and time pickers for iOS

  • [x ] fixed date and time pickers being Material for both iOS and android platforms

Utilized Dart:io Platform to check for platform OS and if the OS was iOS, I used the iOS date and time picker (CupertinoDatePicker) to show the native pickers

Test Plan

Notes

Problem with getting stuck on loading screen after login, does not have to do with my changes I believe.

@RohitValiveti RohitValiveti requested a review from a team as a code owner April 17, 2022 01:29
@dti-github-bot
Copy link
Member

dti-github-bot commented Apr 17, 2022

[diff-counting] Significant lines: 53.

Was running into testing errors because accessibility had been updated from a List to a String, so made the corresponding changes
@mikaylalin
Copy link
Contributor

Changed accessibility from a List to a String because it was blocking testing and needed to be updated. Tested the code on Android and it worked well. However, on iOS the time and date picker showed up properly but did not actually have a way to save the time/date selection.

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.

3 participants