Skip to content

⚡️ Update proper EOF #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Run_on_build_runner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Run_on_flutter_gen_command.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/example/.idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/example/.idea/runConfigurations/main_dart.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/example/android/app/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
}
],
"configuration_version": "1"
}
}
2 changes: 1 addition & 1 deletion examples/example/assets/images/icons/fuchsia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/example/assets/images/icons/kmm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/example/assets/mix/unknown_mime_type.bk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This file is UNKNOWN MIME TYPE FILE.
This file is UNKNOWN MIME TYPE FILE.
2 changes: 1 addition & 1 deletion examples/example/assets/unknown/unknown_mime_type.bk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This file is UNKNOWN MIME TYPE FILE.
This file is UNKNOWN MIME TYPE FILE.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

You can customize the launch screen with your own desired assets by replacing the image files in this directory.

You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
2 changes: 1 addition & 1 deletion examples/example/ios/firebase_app_id_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"GOOGLE_APP_ID": "1:223276840801:ios:b5be85aa3c64059db77720",
"FIREBASE_PROJECT_ID": "flutter-gen-5b267",
"GCM_SENDER_ID": "223276840801"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This file is UNKNOWN MIME TYPE FILE.
This file is UNKNOWN MIME TYPE FILE.
2 changes: 1 addition & 1 deletion fluttergen.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
</module>
2 changes: 1 addition & 1 deletion packages/command/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test/lib/gen/
test/lib/gen/
2 changes: 1 addition & 1 deletion packages/command/flutter_gen.iml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
</module>
2 changes: 1 addition & 1 deletion packages/command/test/deprecated_configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ flutter_gen:
assets:
enabled: true
style: snake-case
package_parameter_enabled: true
package_parameter_enabled: true
2 changes: 1 addition & 1 deletion packages/core/flutter_gen_core.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
</module>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading