Blog

Flutter Convex Bottom Bar

Flutter Convex Bottom Bar: We are creating beautiful apps using Flutter. If you want to create more designed buttons at the bottom of the app you can use the convex bottom bar to give beauty to the design of your App.   Follow the below steps to create a convex bottom bar in App: Add […]

Flutter Sensors

Flutter Sensors: A Flutter used to access the accelerometer and gyroscope sensors. What are Accelerometer Sensors: An accelerometer is a tool that measures the proper acceleration of a device. Proper acceleration is the acceleration i.e the rate of change of velocity of a device in its own instantaneous rest frame. For example, an accelerometer at […]

Flutter Stripe Payment

 Flutter Stripe Payment: In this tutorial, we are going to learn a Stripe payment gateway integration with a flutter app. Stripe is a payment gateway used to make payments online. Stripe has lots of useful features such as recurring payments, escrow accounts, and real-time credit card number validation using Luhn’s algorithm. Stripe also provides SCA compliant […]

Flutter Rating Bar

Flutter Rating Bar: In this tutorial, we are going to learn about the Flutter rating bar. rating bar used to rate the service or feedback after getting services like eCommerce shopping, bank services, hotel services, etc.   providers service to improve their service and this will also help customers to read the previous customer experience before […]

Flutter Liquid Pull To Refresh

Flutter Liquid Pull To Refresh: In this tutorial, we are going to learn about a beautiful and customized refresh button. we can create different types of refresh buttons. But in this tutorial, we are creating a liquid type refresh button it looks very beautiful. To create Flutter Liquid Pull To Refresh button follow the below steps: […]

Flutter Credit Card Number Validator

Flutter Credit Card Number Validator: In this tutorial, we are going to learn how to validate a credit card and what is its card type, etc. We have different credit card types some of them are Visa, Mastercard, American Express, Discover, Dinner Club, and JCB, etc. So we are validating the different card types with […]

Flutter Curved Navigation Bar

Flutter Curved Navigation Bar: In this tutorial, we are going to learn about to create curved navigation bar in Flutter. Follow the below steps to create curved navigation bar in Flutter: Add the dependency package: adding the dependency package to pubspec.yaml file. use the below code to add dependency package. After adding the dependency package […]