🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

io.github.offvanhooijdonk:compose-date-picker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.github.offvanhooijdonk:compose-date-picker

Date Picker for Compose framework for Android.

0.1.0-alpha3
Source
Maven
Version published
Maintainers
1
Source

compose-datepicker

Started a library to implement DatePicker widget in Jetpack Compose for Android.

Based on Google's Accompanist Pager library, see https://github.com/google/accompanist

Latest version: implementation 'io.github.offvanhooijdonk:compose-date-picker:0.1.0-alpha2'

Note: uses java.time API with desugaring enabled.

⚠️ 🪲 Known bugs:

  • When scrolling to next month, picking new date, scrolling to previous month - previous date mark persists, see issue. This is due to Pager library implementation, which is expected to be fixed shortly in Accompanist Pager library - see Bug Report at https://github.com/google/accompanist/issues/706

Implemented ✅ :

  • Provides: Picker Dialog, Picker Pager, Picker Layout.
  • Set dateTo, dateFrom - both optional - and receive picked date.
  • Current MaterialTheme applies.

Upcoming 🚀 :

  • Unit & UI tests
  • UI adjustments
  • Time Picker, Date Range picker, Date Input, Time Input

Feel free to fork/use/pull request/whatever.

Bug Reports are appreciated, Feature Requests are welcomed 🤝

FAQs

Package last updated on 28 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts