-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted converting to a flutter platform package as it caused proble…
…ms and required extra complication.
- Loading branch information
1 parent
6fd19fe
commit c8bf110
Showing
5 changed files
with
5 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
language: dart | ||
|
||
install: | ||
- git clone https://github.com/flutter/flutter.git -b stable | ||
- ./flutter/bin/flutter doctor | ||
- ./flutter/bin/flutter pub get | ||
|
||
dart: | ||
- dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,19 @@ | ||
name: flutter_native_splash | ||
description: Generates native code to customize Flutter's default white native splash screen with background color and splash image. Supports dark mode, full screen, and more. | ||
version: 1.1.8+3 | ||
version: 1.1.8+4 | ||
homepage: https://github.com/jonbhanson/flutter_native_splash | ||
|
||
flutter: | ||
plugin: | ||
platforms: | ||
android: | ||
package: net.jonhanson.flutter_native_splash | ||
pluginClass: FlutterNativeSplash | ||
ios: | ||
pluginClass: FlutterNativeSplash | ||
web: | ||
pluginClass: FlutterNativeSplash | ||
fileName: web.dart | ||
|
||
environment: | ||
sdk: '>=2.12.0 <3.0.0' | ||
flutter: ">=1.20.0" | ||
|
||
dependencies: | ||
image: ^3.0.2 | ||
meta: ^1.3.0 | ||
path: ^1.8.0 | ||
xml: ^5.1.0 | ||
yaml: ^3.1.0 | ||
universal_io: ^2.0.4 | ||
|
||
dev_dependencies: | ||
pedantic: ^1.11.0 | ||
flutter_test: | ||
sdk: flutter | ||
test: any |