Skip to content

Change Sticker URL

Tushar edited this page Jul 6, 2019 · 1 revision

How to Change Sticker URL To Your Sticker URL?

open HomePage.dart File in lib/ui/

look for url Change to Your URl

String url = 'https://gist.githubusercontent.com/viztushar/e359e5aeadc4fcfece7b48149fb580fe/raw/47e92af7485fdd2c48d0e0d8ac46e0b2dbb13418/whatsapp.json';

to Your URL

String url = 'url';

Now Run the app you should see your sticker in the app.

Clone this wiki locally