Add iOS launch screen and app icon assets
- Created new app icon images for various sizes and added them to the asset catalog. - Added launch images for different resolutions (1x, 2x, 3x) in the asset catalog. - Updated the LaunchScreen storyboard to use the new launch images. - Created a README for the launch image assets directory. - Updated Info.plist to reference the new launch storyboard. - Added a bridging header for Swift compatibility. - Created initial test file for Runner application. - Initialized project structure with necessary files and configurations.
This commit is contained in:
14
pubspec.yaml
14
pubspec.yaml
@@ -1,7 +1,7 @@
|
||||
name: iso_flutter_app
|
||||
description: Minimal Flutter port of the React Native app (login, profile, weekly schedule)
|
||||
name: mcbeno
|
||||
description: A Nice application for McDonalds workers to manage their schedules and shifts.
|
||||
publish_to: 'none'
|
||||
version: 0.0.1
|
||||
version: 1.0.0+1
|
||||
environment:
|
||||
sdk: ">=2.18.0 <3.0.0"
|
||||
|
||||
@@ -16,6 +16,12 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_launcher_icons: ^0.10.0
|
||||
|
||||
flutter_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/logo.png"
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user