-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat : Example updated. #115
base: master
Are you sure you want to change the base?
Conversation
Example now contains latest settings.
example/lib/main.dart
Outdated
@@ -55,6 +55,7 @@ class _MyAppState extends State<MyApp> { | |||
'amount': 2000, | |||
'name': 'Acme Corp.', | |||
'description': 'Fine T-Shirt', | |||
'image' : 'https://firebasestorage.googleapis.com/v0/b/mytestApp.appspot.com/o/images%2FpZm8daajsIS4LvqBYTiWiuLIgmE2?alt=media&token=3kuli4cd-dc45-7845-b87d-5c4acc7da3c2', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is giving a 404 error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this.
@@ -1,11 +1,15 @@ | |||
#!/bin/sh | |||
# This is a generated file; do not edit or check into version control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this file to .gitignore and remove it from git please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added.
@@ -0,0 +1 @@ | |||
f3a999f01b05ba4ca32be10106e98f6b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this to .gitignore as well?
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"razorpay_flutter","path":"/Users/sachinnautiya/Documents/Razorpay/razorpay-flutter/","dependencies":[]},{"name":"fluttertoast","path":"/Users/sachinnautiya/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/","dependencies":[]}],"android":[{"name":"razorpay_flutter","path":"/Users/sachinnautiya/Documents/Razorpay/razorpay-flutter/","dependencies":[]},{"name":"fluttertoast","path":"/Users/sachinnautiya/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"razorpay_flutter","dependencies":[]},{"name":"fluttertoast","dependencies":[]}],"date_created":"2020-12-14 18:42:29.242576","version":"1.22.4"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also ignore this.
@Nautiyalsachin Please have a look at https://github.com/flutter/flutter/blob/master/.gitignore |
Example now contains latest settings.