Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created November 2, 2023 22:52
Show Gist options
  • Save fredgrott/c40aec9fa9e083228430b25219bd593b to your computer and use it in GitHub Desktop.
Save fredgrott/c40aec9fa9e083228430b25219bd593b to your computer and use it in GitHub Desktop.
flutter launcher icons pubspec entry
name: launcher_icons_demo
description: "A new Flutter project."
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0-210.2.beta <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.13.1"
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment