Skip to content

anasnaji25/Razorpayflutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Razorpayflutter

//step1 //add this package to flutter >> razorpay_flutter: ^1.2.2

//step2 //add that payment file on your lib

//step3 //ctreate a page there is written like 3 month subscription for 100 //and a subscribe button //in that button add the below code

onTap()

{

var price = 100; Navigator.push( context, MaterialPageRoute( builder: (context) => CheckRazor( price: price, )));

 }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages