From 5c235dc7768cce4bbb42ea9d77fc03d1e21aa947 Mon Sep 17 00:00:00 2001 From: andh Date: Fri, 28 Sep 2018 01:12:58 +0700 Subject: [PATCH] finish --- .gitignore | 10 + .idea/codeStyles/Project.xml | 29 + .idea/libraries/Dart_Packages.xml | 444 ++++++++++ .idea/libraries/Dart_SDK.xml | 19 + .idea/libraries/Flutter_Plugins.xml | 7 + .idea/misc.xml | 28 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 359 ++++++++ CHANGELOG.md | 3 + LICENSE | 1 + README.md | 44 + date_range_picker.iml | 19 + demo.gif | Bin 0 -> 95637 bytes lib/date_range_picker.dart | 1212 +++++++++++++++++++++++++++ pubspec.lock | 377 +++++++++ pubspec.yaml | 53 ++ test/date_range_picker_test.dart | 9 + 18 files changed, 2628 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/libraries/Dart_Packages.xml create mode 100644 .idea/libraries/Dart_SDK.xml create mode 100644 .idea/libraries/Flutter_Plugins.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 CHANGELOG.md create mode 100644 LICENSE create mode 100644 README.md create mode 100644 date_range_picker.iml create mode 100644 demo.gif create mode 100644 lib/date_range_picker.dart create mode 100644 pubspec.lock create mode 100644 pubspec.yaml create mode 100644 test/date_range_picker_test.dart diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..446ed0d --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.DS_Store +.dart_tool/ + +.packages +.pub/ + +build/ +ios/.generated/ +ios/Flutter/Generated.xcconfig +ios/Runner/GeneratedPluginRegistrant.* diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..30aa626 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml new file mode 100644 index 0000000..952c4a8 --- /dev/null +++ b/.idea/libraries/Dart_Packages.xml @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml new file mode 100644 index 0000000..445b6bc --- /dev/null +++ b/.idea/libraries/Dart_SDK.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml new file mode 100644 index 0000000..b0f6971 --- /dev/null +++ b/.idea/libraries/Flutter_Plugins.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..3268472 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,28 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6149237 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..1ba081d --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Header + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +