Skip to content

Instantly share code, notes, and snippets.

View mrinaljain's full-sized avatar
🎯
Focusing

Mrinal Jain mrinaljain

🎯
Focusing
View GitHub Profile
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [],
"entries": [
{
@mrinaljain
mrinaljain / checkout
Created April 11, 2023 05:09
Razorpay UPI checkout
///Initiate checkout from cards ,netbanking,upi,wallets from RazorPay
void initiateCheckoutRazorPay(
Map<String, dynamic> optionsPassed,
SubscriptionPlan selectedPlan,
) async {
String lang = await Preferences.readData(Preferences.language);
String dialect = await Preferences.readData(Preferences.dialectSelected);
String mobileNo = await Preferences.readData(Preferences.phoneNo);
String emailId = await Preferences.readData(Preferences.emailId);
String os = await Preferences.readData(Preferences.os);
@mrinaljain
mrinaljain / foss.txt
Created April 10, 2023 18:49
FOSS track rules
Eligibility
To receive the prize money, any Indian national who has a valid bank account.
What you can work on
A new FOSS app, tool, or library.
An alternative to any existing popular app or service.
Extending and improve an existing project or library.
Design projects: Redesign of an existing FOSS application.
Open hardware.
What you should (probably) not work on
An app or project that extensively uses proprietary service or API.