Auth0 with Flutter

Setup auth0 Go to auth0 and create an account. In the applications sections, create a new application. Select native as application type In the collections section ensure username-password-authentication and google-oauth2 is checked. In the settings section give call back URL as net.mkumaran.aasaan://login-callback Create flutter app flutter create --org net.mkumaran aasaan To know more about how to create flutter. Read this create flutter run below command to run flutter run Add below line in pubspec....

May 29, 2022 · 4 min · 642 words · M.Kumaran

Getting started with Flutter - Installation

1. Install Flutter Go to https://flutter.dev/ and download the SDK. It is a zip file. Extract that content into C:\ 1.1 Update environment variable add c:\flutter\bin into path environment variable. 1.2 Ensure that environment variable is set correctly. go to command prompt and run the below command where flutter dart run flutter doctor command 2. Install andriod studio download and install android studio once the installation is done, open the andriod studio....

April 3, 2022 · 3 min · 517 words · M.Kumaran

Ottunar - A mobile app to record expenses/income for truck drivers

I created a mobile app for truck drivers to manage their expenses. It is a simple and light weight. download from play store Tech used I used Flutter and Firebase to create this app. I used firebase ealier but never tried flutter but it’s really nice. Flutter seems more promising in mobile app development. App screens Expenses in category Instead of typing the expense/income everytime user can select from list, and they can create a new category also....

August 11, 2020 · 1 min · 120 words · M.Kumaran