A customizable splash screen widget that allows you to integrate animations (Rive format), logos (SVG format), and text for a visually appealing app startup experience. It adapts to the user's app theme and provides a flexible way to showcase your brand identity during launch.
Sconl Peter
- GitHub: https://github.com/Sconl
- Email: sconl@proton.me
- Installation
- Usage
- Contributing
- Tests
- License
Here are the instructions for how to install and use my project.
git clone git@github.com:Sconl/custom_splash_screen.git
cd your-repo
npm install
In your main.dart file,
import
import 'package:custom_splash_screen/custom_splash_screen.dart';
then update
return CustomSplashScreen(
// Replace with your rive animation path
riveAsset: 'assets/animations/my_animation.riv',
// Replace with your svg logo path
svgLogoPath: 'assets/images/my_logo.svg',
// Replace with your desired text);
text: 'Crevify');
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Here is how you can run tests on the project
This project is licensed under the MIT License - see the LICENSE.md file for details