Giter Site home page Giter Site logo

funyin / date_ranger Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 8.0 1.57 MB

A date picker for flutter apps that can pick single dates and date ranges

Home Page: https://pub.dev/packages/date_ranger

License: BSD 3-Clause "New" or "Revised" License

Dart 67.57% Kotlin 0.23% Swift 3.04% Objective-C 0.07% CMake 16.65% C++ 7.44% C 1.75% HTML 3.26%
dart flutter flutter-plugin

date_ranger's Introduction

Hi there 👋

Here is what you should know about me:

  • 🔭 I’m currently working on ... Jetpack Compose and Ktor
  • 🌱 I’m currently learning ... iOS Development and Swift UI and Ktor and Kotlin Multiplatform Mobile
  • 👯 I’m looking to collaborate on ... Android Projects and Jetpack compose packages
  • 💬 Ask me about ... Android
  • 📫 How to reach me: ... [email protected]
  • ⚡ Fun fact: ... I love shawarma

Stats📈

funyin funyin funyin

image

date_ranger's People

Contributors

funyin avatar renovate[bot] avatar vinodh013 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

date_ranger's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.


Warning
Renovate failed to look up the following dependencies: Failed to look up maven package dev.flutter.flutter-gradle-plugin:dev.flutter.flutter-gradle-plugin.gradle.plugin.

Files affected: sample_proj/android/settings.gradle


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

fvm
.fvm/fvm_config.json
  • flutter 3.0.0
sample_proj/.fvm/fvm_config.json
  • flutter 3.12.0
gradle
sample_proj/android/gradle.properties
sample_proj/android/settings.gradle
  • dev.flutter.flutter-gradle-plugin 1.0.0
sample_proj/android/build.gradle
  • com.android.tools.build:gradle 7.3.0
  • org.jetbrains.kotlin:kotlin-gradle-plugin 1.7.10
sample_proj/android/app/build.gradle
gradle-wrapper
sample_proj/android/gradle/wrapper/gradle-wrapper.properties
  • gradle 7.5
pub
pubspec.yaml
  • flutter
  • intl ^0.18.1
  • dart >=3.0.0 <4.0.0
  • flutter >=1.17.0
sample_proj/pubspec.yaml
  • flutter
  • cupertino_icons ^1.0.2
  • flutter_lints ^2.0.0
  • dart >=3.1.0-163.1.beta <4.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Do not display calendar in Chrome desktop, but work fine on FireFox Mobile

изображение

Here is my code:

class XMLProcessingStatisticView extends StatelessWidget {

  var formKey = GlobalKey<FormState>();
  
  var initialDate = DateTime.now();
  var initialDateRange =
      DateTimeRange(start: DateTime.now(), end: DateTime.now());

  @override
  Widget build(BuildContext context) {
    return Column(
      // crossAxisAlignment: CrossAxisAlignment.center,
      children: [
      Expanded(child: Obx(() {
        if (Get.find<XMLFilesStatController>().isLoading.value) return CircularProgressIndicator();
        if (Get.find<XMLFilesStatController>().isEmpty.value) return Text("No Data From Server");
        if (Get.find<XMLFilesStatController>().isSuccess.value)
          return JsonTable(Get.find<XMLFilesStatController>().xmlFilesStat.value);
        throw Exception("Unknown state");
      })),


Container(
  child: 
       Padding(
          padding: const EdgeInsets.all(24),
          child: DateRanger(
          initialRange: initialDateRange,
          onRangeChanged: (range) {
            initialDateRange = range;
          },
        ),
       ),
        ),

    ]);
  }
}

Do not know does it related but with follow code I am getting error https://gist.github.com/bubnenkoff/8d19bf5557eda05414339285e6ba41cd

Expected a value of type 'SkDeletable', but got one of type 'Null'

deps:

dependencies:
  flutter:
    sdk: flutter
  http: ^0.12.2
  get: ^4.3.8
  date_ranger: ^0.0.1

But in release mode flutter run -d chrome --release error about 'SkDeletable' does not happen.

Year & month scroll issues.

Hi, When I scroll the year or month widget, it will scroll even the year.
The problem comes only on the web platform.
Ex:
Attached image. In this image, it shows the year 2022. When I scroll it skips 2023 and shows 2024.

In Month, It shows April. When I scroll it skips May and shows June.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.