From 99283787b222cbfb12f2509f71e66d52e750bdc4 Mon Sep 17 00:00:00 2001 From: xiaodong <312569496@qq.com> Date: Sun, 19 May 2019 00:32:13 +0800 Subject: [PATCH] publish pub --- flutter_custom_calendar/.gitignore | 10 + flutter_custom_calendar/.idea/encodings.xml | 4 + .../.idea/libraries/Dart_Packages.xml | 172 ++ .../.idea/libraries/Dart_SDK.xml | 19 + .../.idea/libraries/Flutter_Plugins.xml | 7 + flutter_custom_calendar/.idea/misc.xml | 6 + flutter_custom_calendar/.idea/modules.xml | 8 + flutter_custom_calendar/.idea/workspace.xml | 295 +++ flutter_custom_calendar/.metadata | 10 + flutter_custom_calendar/CHANGELOG.md | 11 + flutter_custom_calendar/LICENSE | 25 + flutter_custom_calendar/README.md | 245 ++ .../flutter_custom_calendar.iml | 19 + .../lib/base_day_view.dart | 73 + .../lib/base_week_bar.dart | 31 + .../lib/calendar_view.dart | 82 + .../lib/constants/constants.dart | 73 + flutter_custom_calendar/lib/controller.dart | 317 +++ .../lib/default_combine_day_view.dart | 133 + .../lib/default_custom_day_view.dart | 126 + .../lib/default_week_bar.dart | 55 + .../lib/demo_page/custom_style_page.dart | 172 ++ .../lib/demo_page/default_style_page.dart | 79 + .../lib/demo_page/main.dart | 72 + .../demo_page/multi_select_style_page.dart | 181 ++ .../lib/demo_page/progress_style_page.dart | 215 ++ .../lib/flutter_calendar.dart | 9 + .../lib/flutter_custom_calendar.dart | 7 + .../lib/model/date_model.dart | 62 + flutter_custom_calendar/lib/month_view.dart | 164 ++ .../lib/month_view_pager.dart | 98 + flutter_custom_calendar/lib/style/style.dart | 18 + .../lib/utils/date_util.dart | 175 ++ .../lib/utils/lunar_util.dart | 1071 ++++++++ .../lib/utils/math_util.dart | 22 + .../lib/utils/solar_term_util.dart | 2230 +++++++++++++++++ flutter_custom_calendar/lib/week_view.dart | 31 + flutter_custom_calendar/pubspec.lock | 139 + flutter_custom_calendar/pubspec.yaml | 53 + .../test/flutter_custom_calendar_test.dart | 13 + 40 files changed, 6532 insertions(+) create mode 100644 flutter_custom_calendar/.gitignore create mode 100644 flutter_custom_calendar/.idea/encodings.xml create mode 100644 flutter_custom_calendar/.idea/libraries/Dart_Packages.xml create mode 100644 flutter_custom_calendar/.idea/libraries/Dart_SDK.xml create mode 100644 flutter_custom_calendar/.idea/libraries/Flutter_Plugins.xml create mode 100644 flutter_custom_calendar/.idea/misc.xml create mode 100644 flutter_custom_calendar/.idea/modules.xml create mode 100644 flutter_custom_calendar/.idea/workspace.xml create mode 100644 flutter_custom_calendar/.metadata create mode 100644 flutter_custom_calendar/CHANGELOG.md create mode 100644 flutter_custom_calendar/LICENSE create mode 100644 flutter_custom_calendar/README.md create mode 100644 flutter_custom_calendar/flutter_custom_calendar.iml create mode 100644 flutter_custom_calendar/lib/base_day_view.dart create mode 100644 flutter_custom_calendar/lib/base_week_bar.dart create mode 100644 flutter_custom_calendar/lib/calendar_view.dart create mode 100644 flutter_custom_calendar/lib/constants/constants.dart create mode 100644 flutter_custom_calendar/lib/controller.dart create mode 100644 flutter_custom_calendar/lib/default_combine_day_view.dart create mode 100644 flutter_custom_calendar/lib/default_custom_day_view.dart create mode 100644 flutter_custom_calendar/lib/default_week_bar.dart create mode 100644 flutter_custom_calendar/lib/demo_page/custom_style_page.dart create mode 100644 flutter_custom_calendar/lib/demo_page/default_style_page.dart create mode 100644 flutter_custom_calendar/lib/demo_page/main.dart create mode 100644 flutter_custom_calendar/lib/demo_page/multi_select_style_page.dart create mode 100644 flutter_custom_calendar/lib/demo_page/progress_style_page.dart create mode 100644 flutter_custom_calendar/lib/flutter_calendar.dart create mode 100644 flutter_custom_calendar/lib/flutter_custom_calendar.dart create mode 100644 flutter_custom_calendar/lib/model/date_model.dart create mode 100644 flutter_custom_calendar/lib/month_view.dart create mode 100644 flutter_custom_calendar/lib/month_view_pager.dart create mode 100644 flutter_custom_calendar/lib/style/style.dart create mode 100644 flutter_custom_calendar/lib/utils/date_util.dart create mode 100644 flutter_custom_calendar/lib/utils/lunar_util.dart create mode 100644 flutter_custom_calendar/lib/utils/math_util.dart create mode 100644 flutter_custom_calendar/lib/utils/solar_term_util.dart create mode 100644 flutter_custom_calendar/lib/week_view.dart create mode 100644 flutter_custom_calendar/pubspec.lock create mode 100644 flutter_custom_calendar/pubspec.yaml create mode 100644 flutter_custom_calendar/test/flutter_custom_calendar_test.dart diff --git a/flutter_custom_calendar/.gitignore b/flutter_custom_calendar/.gitignore new file mode 100644 index 0000000..446ed0d --- /dev/null +++ b/flutter_custom_calendar/.gitignore @@ -0,0 +1,10 @@ +.DS_Store +.dart_tool/ + +.packages +.pub/ + +build/ +ios/.generated/ +ios/Flutter/Generated.xcconfig +ios/Runner/GeneratedPluginRegistrant.* diff --git a/flutter_custom_calendar/.idea/encodings.xml b/flutter_custom_calendar/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/flutter_custom_calendar/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/flutter_custom_calendar/.idea/libraries/Dart_Packages.xml b/flutter_custom_calendar/.idea/libraries/Dart_Packages.xml new file mode 100644 index 0000000..b06b342 --- /dev/null +++ b/flutter_custom_calendar/.idea/libraries/Dart_Packages.xml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/flutter_custom_calendar/.idea/libraries/Dart_SDK.xml b/flutter_custom_calendar/.idea/libraries/Dart_SDK.xml new file mode 100644 index 0000000..79108aa --- /dev/null +++ b/flutter_custom_calendar/.idea/libraries/Dart_SDK.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/flutter_custom_calendar/.idea/libraries/Flutter_Plugins.xml b/flutter_custom_calendar/.idea/libraries/Flutter_Plugins.xml new file mode 100644 index 0000000..b0f6971 --- /dev/null +++ b/flutter_custom_calendar/.idea/libraries/Flutter_Plugins.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/flutter_custom_calendar/.idea/misc.xml b/flutter_custom_calendar/.idea/misc.xml new file mode 100644 index 0000000..5c94cb2 --- /dev/null +++ b/flutter_custom_calendar/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/flutter_custom_calendar/.idea/modules.xml b/flutter_custom_calendar/.idea/modules.xml new file mode 100644 index 0000000..5f98220 --- /dev/null +++ b/flutter_custom_calendar/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/flutter_custom_calendar/.idea/workspace.xml b/flutter_custom_calendar/.idea/workspace.xml new file mode 100644 index 0000000..90afe1e --- /dev/null +++ b/flutter_custom_calendar/.idea/workspace.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + flutter_calendar + + + flutter_custom_calendar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +