diff --git a/.gitignore b/.gitignore index 96486fd..863eadf 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ migrate_working_dir/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related # Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. @@ -28,3 +28,4 @@ migrate_working_dir/ .dart_tool/ .packages build/ +.metadata \ No newline at end of file diff --git a/.metadata b/.metadata deleted file mode 100644 index 51197b1..0000000 --- a/.metadata +++ /dev/null @@ -1,10 +0,0 @@ -# This file tracks properties of this Flutter project. -# Used by Flutter tool to assess capabilities and perform upgrades etc. -# -# This file should be version controlled and should not be manually edited. - -version: - revision: 4f9d92fbbdf072a70a70d2179a9f87392b94104c - channel: stable - -project_type: package diff --git a/CHANGELOG.md b/CHANGELOG.md index 7683254..70dd66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -118,4 +118,7 @@ ## 6.2.3 - February 7th 2024 -- Added CI and linter \ No newline at end of file +- Added CI and linter + +## 6.2.4 - February 9th 2024 +- Updated the `flutter_input_library` from 3.0.0 to 3.0.1 \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 6d72730..2ba5c6b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "6.2.2" + version: "6.2.3" flutter_input_library: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f251a1f..c6e9419 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.2.3 +version: 6.2.4 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none @@ -18,7 +18,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 3.0.0 + ref: 3.0.1 dev_dependencies: flutter_test: @@ -28,35 +28,4 @@ dev_dependencies: url: https://github.com/Iconica-Development/flutter_iconica_analysis ref: 6.0.0 -flutter: - - # To add assets to your package, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg - # - # For details regarding assets in packages, see - # https://flutter.dev/assets-and-images/#from-packages - # - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware - - # To add custom fonts to your package, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts in packages, see - # https://flutter.dev/custom-fonts/#from-packages +flutter: \ No newline at end of file