diff --git a/pubspec.yaml b/pubspec.yaml index 5c77b47c..e2cee3df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,6 @@ dependencies: google_generative_ai: ^0.2.3 dev_dependencies: - msix: ^3.9.1 flutter_test: sdk: flutter integration_test: @@ -88,37 +87,6 @@ flutter: # - images/a_dot_ham.jpeg assets: - assets/ - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware - - # For details regarding adding assets from package dependencies, see - # https://flutter.dev/assets-and-images/#from-packages - - # To add custom fonts to your application, 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 from package dependencies, - # see https://flutter.dev/custom-fonts/#from-packages -msix_config: - display_name: Maid - publisher_display_name: Dane Madsen - identity_name: com.danemadsen.maid - msix_version: 1.2.6+26 - logo_path: assets/maid.png flutter_launcher_icons: android: "launcher_icon" image_path: "assets/maid.png"