A simple & beautiful customizable Flutter animation to use as a Splash Screen !
####Github : https://github.com/MedRedha
#Enjoy 🎉
| #!/bin/bash | |
| # ____ ___ | |
| # /\ _`\ /\_ \ | |
| # \ \ \L\ \ __ __\//\ \ ____ __ | |
| # \ \ ,__//\ \/\ \ \ \ \ /',__\ /'__`\ | |
| # \ \ \/ \ \ \_\ \ \_\ \_ /\__, `\/\ __/ | |
| # \ \_\ \ \____/ /\____\/\____/\ \____\ | |
| # \/_/ \/___/ \/____/ \/___/ \/____/ | |
| # | |
| # Checking the vital signs of your developer toolchain. |
| // SINCE IT'S A JSON FILE - PLEASE REMOVE ALL THE COMMENTS - | |
| // You can trigger a local push notification on your simulator by either: | |
| // 1. Change file extension from .json to .apns and Drag & Drop the payload.apns on the simulator | |
| // 2. Use terminal with following commandline: xcrun simctl push booted [APP BUNDLE ID] payload.json | |
| // ENJOY!! 🎉 | |
| { | |
| "Simulator Target Bundle": "com.apple.mobilecal", // add app bundle id here Calendar app for example | |
| "aps": { | |
| "alert": { |
| //////// FILENAME.STYLE.TS //////// | |
| import { Dimensions, Platform, StyleSheet } from 'react-native'; | |
| const { width, height } = Dimensions.get('window'); | |
| const styles = StyleSheet.create({ | |
| mainContainer: { | |
| width, | |
| height, |
A simple & beautiful customizable Flutter animation to use as a Splash Screen !
####Github : https://github.com/MedRedha
#Enjoy 🎉
| <div class="wrapper"> | |
| <div class="item menu"> | |
| <div class="linee linee1"></div> | |
| <div class="linee linee2"></div> | |
| <div class="linee linee3"></div> | |
| </div> | |
| <div class="item gallery"> | |
| <div class="dot dot1"></div> | |
| <div class="dot dot2"></div> | |
| <div class="dot dot3"></div> |
Something pretty because I love pretty things.
A Pen by Chris Gannon on CodePen.