diff --git a/packages/reactive_month_picker_dialog/CHANGELOG.md b/packages/reactive_month_picker_dialog/CHANGELOG.md
index 539288bd..d5140909 100644
--- a/packages/reactive_month_picker_dialog/CHANGELOG.md
+++ b/packages/reactive_month_picker_dialog/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [4.0.0]
+
+* month_picker_dialog: ^6.2.3
+* update example app
+
## [3.0.1]
* Support `reactive_forms: 18.x`
diff --git a/packages/reactive_month_picker_dialog/example/.metadata b/packages/reactive_month_picker_dialog/example/.metadata
index 526e166a..5d9f7ee9 100644
--- a/packages/reactive_month_picker_dialog/example/.metadata
+++ b/packages/reactive_month_picker_dialog/example/.metadata
@@ -4,7 +4,27 @@
# This file should be version controlled and should not be manually edited.
version:
- revision: 60bd88df915880d23877bfc1602e8ddcf4c4dd2a
- channel: stable
+ revision: "b25305a8832cfc6ba632a7f87ad455e319dccce8"
+ channel: "stable"
project_type: app
+
+# Tracks metadata for the flutter migrate command
+migration:
+ platforms:
+ - platform: root
+ create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
+ base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
+ - platform: web
+ create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
+ base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
+
+ # User provided section
+
+ # List of Local paths (relative to this file) that should be
+ # ignored by the migrate tool.
+ #
+ # Files that are not part of the templates will be ignored by default.
+ unmanaged_files:
+ - 'lib/main.dart'
+ - 'ios/Runner.xcodeproj/project.pbxproj'
diff --git a/packages/reactive_month_picker_dialog/example/analysis_options.yaml b/packages/reactive_month_picker_dialog/example/analysis_options.yaml
new file mode 100644
index 00000000..0d290213
--- /dev/null
+++ b/packages/reactive_month_picker_dialog/example/analysis_options.yaml
@@ -0,0 +1,28 @@
+# This file configures the analyzer, which statically analyzes Dart code to
+# check for errors, warnings, and lints.
+#
+# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
+# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
+# invoked from the command line by running `flutter analyze`.
+
+# The following line activates a set of recommended lints for Flutter apps,
+# packages, and plugins designed to encourage good coding practices.
+include: package:flutter_lints/flutter.yaml
+
+linter:
+ # The lint rules applied to this project can be customized in the
+ # section below to disable rules from the `package:flutter_lints/flutter.yaml`
+ # included above or to enable additional rules. A list of all available lints
+ # and their documentation is published at https://dart.dev/lints.
+ #
+ # Instead of disabling a lint rule for the entire project in the
+ # section below, it can also be suppressed for a single line of code
+ # or a specific dart file by using the `// ignore: name_of_lint` and
+ # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+ # producing the lint.
+ rules:
+ # avoid_print: false # Uncomment to disable the `avoid_print` rule
+ # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/packages/reactive_month_picker_dialog/example/pubspec.yaml b/packages/reactive_month_picker_dialog/example/pubspec.yaml
index 4b181e2d..d3bfe9d0 100644
--- a/packages/reactive_month_picker_dialog/example/pubspec.yaml
+++ b/packages/reactive_month_picker_dialog/example/pubspec.yaml
@@ -23,13 +23,13 @@ environment:
dependencies:
flutter:
sdk: flutter
- reactive_forms: 16.0.1
+ reactive_forms: ^18.0.0
reactive_month_picker_dialog:
path: ../
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
- cupertino_icons: ^1.0.5
+ cupertino_icons: ^1.0.8
dev_dependencies:
flutter_test:
diff --git a/packages/reactive_month_picker_dialog/example/web/icons/Icon-maskable-192.png b/packages/reactive_month_picker_dialog/example/web/icons/Icon-maskable-192.png
new file mode 100644
index 00000000..eb9b4d76
Binary files /dev/null and b/packages/reactive_month_picker_dialog/example/web/icons/Icon-maskable-192.png differ
diff --git a/packages/reactive_month_picker_dialog/example/web/icons/Icon-maskable-512.png b/packages/reactive_month_picker_dialog/example/web/icons/Icon-maskable-512.png
new file mode 100644
index 00000000..d69c5669
Binary files /dev/null and b/packages/reactive_month_picker_dialog/example/web/icons/Icon-maskable-512.png differ
diff --git a/packages/reactive_month_picker_dialog/example/web/index.html b/packages/reactive_month_picker_dialog/example/web/index.html
index 1460b5e9..046fe11b 100644
--- a/packages/reactive_month_picker_dialog/example/web/index.html
+++ b/packages/reactive_month_picker_dialog/example/web/index.html
@@ -8,38 +8,31 @@
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
- Fore more details:
+ For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
+
+ This is a placeholder for base href that will be replaced by the value of
+ the `--base-href` argument provided to `flutter build`.
-->
-