In pubspec.lock the version is : "1.3.4" ,in pubspec.yml the version is razorpay_flutter: ^1.3.2 i tried deleting lock file then running pub get but still it goes to 1.3.4 , i want to use only the version 1.3.2
i tried running pub get , still its showing 1.3.4 in pubspec.lock file. i tried deleting the lock file then get pub but still its showing in lock file 1.3.2, where as in pubspec.yml its showing 1.3.2 i want to use 1.3.2 version only and why flutter is changing the lock file version and not updating it to 1.3.4 as same as pubspec.yml