Android & iOS app Development with Flutter | React-Native | Ionic
I started my journey with javascript, and gradually found my interest in creating games based on HTML5, CSS3 and javascript. My likings for javascript landed me in to NodeJS with socket programming. NodeJS took me further to explore Ionic mobile app development for a hobby project ‘Khatavahi’. From getting my knowledge in mobile app development I found it interesting and looking forward for technology where I can build Android and iOS app from single code base and I have two choices react native and flutter. I have chosen flutter as it is quite different from javascript family. Currently also studying IOT.
Android & iOS app Development with Flutter | React-Native | Ionic
PHP | Node.JS | HTML-5 + CSS-3 + Javascript | Wordpress | Angular JS
Desktop & Web Apps with NW.js | Electron | Chrome Extension
Web Services Developement(API) with Node.JS | PHP | MongoDB | MySQL
Technical consulting on web, mobile and desktop developments.
Provide developer and enterprise Training
“I would be really grateful to Mr. Parth Patel for his service for our firm. Almost all of our technical work is handled by Parth and would like to work with them for a long term. My blessings with them. Best of luck Parth Patel.”
Daxesh Patel, Sahaj Group
“Thank you so much Parth for maintaining our website, apps and giving us technical support for Broil Sensotek Industries.”
Vipul Patel, Broil Sensotek Industries
“Parth Patel has been working with us since 2015. He developed some great apps for us and made our manual work computerized. Because of his software and application our work become so efficient and error less that now me and my staff can focus on other work. Previously we had wasted a lot of time in manual calculation and error solving but now thanks to Parth Patel, we have smooth administration implemented in our showroom.”
Jatin Patel, Patel Jewellers
“Parth has been working for me as a freelancer for the last 3 years we have worked on some great apps, sites and apis. I would like to continue working with Parth for long term.”
Mayank Patel, Prowe Solution
Aug 26, 2019 - Flutter
In this article, we will learn how to create a chat app in Flutter using Google Firebase as backend. This article consists of a number of articles in which you will learn the following.
Aug 23, 2019 - Flutter
In this article, we will learn how to integrate REST API in a Flutter app. As we know that nowadays, almost all the apps use remote data using APIs, this article will be a crucial part for any developer who wants to make their future in Flutter. So, let’s understand step by step how to integrate REST API in Flutter.
July 22, 2019 - Flutter
Before we start implementing Firebase Storage, we should be aware of what Firebase Storage is. So, Firebase Storage is a cloud storage solution provided by Google which uploads and downloads user content like images, audio, video, PDF, etc. from Android, iOS devices or from the web. It has the capability to scale automatically as per the customer’s requirement.
July 12, 2019 - Flutter
In this article, we will understand the Firestore setup in Firebase and integrate Firestore database in Flutter. We will perform CRUD operations using Flutter in Firestore.
July 08, 2019 - Flutter
This article explains how the state is managed in Flutter. There is a method you already know about, that is, scoped models. Provider is also a state management technique that is developed by the community, not by Google; however, Google highly encourages it. Now, let’s see Provider in detail.
July 07, 2019 - Flutter
In this article, we are talking about Fingerprint Authentication. So far, we have discussed the authentications like Google, Facebook, Phone and email/password that will need authentication at the server-side. Fingerprint Authentication is a type of local authentication with which you can include other biometric authentication also, like face and voice recognition. We are only covering Fingerprint Authentication in this article.
June 28, 2019 - Flutter
Google Firebase is trending nowadays. It has around 10 sign in methods which include email, Google, Facebook, phone, Twitter, Yahoo etc. We are covering only the email and Google login options in this article. Now, we are going step by step.
June 26, 2019 - Flutter
Flutter is all about collections of widgets. If you're familiar with other programming languages like React Native, Android, or Ionic, then, you must know this equation.
Flutter Widget = React Native Components = Ionic Components/Controllers = Android Activities. In short, everything you make is a widget. Literally, Buttons, Tabs, ListView, Drawer, GridView, etc.are all widgets.