viveeeeeek / linktree-clone

Home Page:https://v1v3k-linktree-clone.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Linktree Clone 🌲

Live demo : https://v1v3k-linktree-clone.web.app

Screenshots

Splash screen Custom animated banner Hover effect for web
image image image

Important

On splash screen we are using network image which will work fine while debugging on mobile but it will through an error when trying to debug on brower. It is because on desktop browser it uses CanvasKit renderer. So instead of CanvasKit renderer you should consider using HTML renderer

The HTML renderer can load cross-origin images without extra configuration. so you could use these commands to run and build the app.

flutter run -d chrome --web-renderer html // to run the app
flutter build web --web-renderer html --release // to generate a production build

LICENSE

Licensed under the MIT License.

About

https://v1v3k-linktree-clone.web.app

License:MIT License


Languages

Language:Dart 79.0%Language:HTML 18.3%Language:Swift 1.9%Language:Kotlin 0.6%Language:Objective-C 0.2%