github_auth_app

github_auth_app AndroidManifest.xml check here <intent-filter android:label="simple_auth"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <!-- <data android:scheme="com.example.github_auth_app" /> --> <data android:host="auth" android:scheme="appname" /> </intent-filter> Callback URL Extract Token void login(simpleAuth.AuthenticatedApi api) async { try { var success = await api.authenticate(); print(success.toJson()); //extract token from json, save it to flutter secure storage //save that user is logged in to a hive database showMessage("Logged in success: $success"); } catch (e) { showError(e); } }

April 12, 2021 · Siddhartha Varma

go-learn

Golang Training Learning basic Golang in one day Example code example01: Show hello world. Try to use golint and gofmt tool. example02: Let’s write a library and use it from the hello program. example03: How to use if, switch and const in Go. example04: How to initializing constructor in Go. example05: Create interface for multiple struct. example06: How to use Goroutines in Go, share by communicating. example07: Errors handler in Go....

April 12, 2021 · Siddhartha Varma

go-template

Functionalities < insert functionality > < insert functionality > < insert functionality > < insert functionality > Instructions to run Pre-requisites: < insert pre-requisite > < insert pre-requisite > < directions to install > < insert code > < directions to execute > < insert code > Contributors John Doe...

April 12, 2021 · Siddhartha Varma

gotty

GoTTY - Share your terminal as a web application GoTTY is a simple command line tool that turns your CLI tools into web applications. Installation Download the latest stable binary file from the Releases page. Note that the release marked Pre-release is built for testing purpose, which can include unstable or breaking changes. Download a release marked Latest release for a stabale build. (Files named with darwin_amd64 are for Mac OS X users)...

April 12, 2021 · Siddhartha Varma

gtasks

Google Tasks CLI gtasks: A CLI Tool for Google Tasks Currently available commands Login View Task-List Create Task-List Update Task-List title Delete Task-List View Tasks Create Tasks Edit Task Mark as completed Delete Task Instructions to install go get github.com/BRO3886/gtasks or you can download the binary: Download the binary for your system (check releases) Move to a particular folder, for eg Documents Append the absolute path (use pwd) of the folder to PATH Execute gtasks from anywhere Instructions to Run and Build from Source: Pre-requisites Go Directions to install git clone https://github....

April 12, 2021 · Siddhartha Varma

hacktoberfest-flutter

Hacktoberfest 2020 with IEEE-VIT :heart: This app aims to simplify the process of finding repositories on GitHub, view the various contributors to the repos, and also allows the user to become a contributor to the desired project. Support open source software by participating in Hacktoberfest and get goodies and a free t-shirt! :yellow_heart: Please check all issues labelled as hacktoberfest to start contributing! Kindly consider leaving a :star: if you like the repository and our organisation....

April 12, 2021 · Siddhartha Varma

HandWriter

HandWriter Convert typed documents into handwritten PDFs Currently, version 1 of the project is complete. Version 2 will implement the second functionality listed below. Functionalities Convert a text document (.docx file) into a PDF file with the text content handwritten Feed your own handwriting to the application to generate PDF outputs in your handwriting For instance, this text document gets converted to the following handwritten output -...

April 12, 2021 · Siddhartha Varma

jsonplaceholder-app

api_calls an app made to learn json parsing. Json used here is https://jsonplaceholder.typicode.com/users As you can see, it is a list of maps, which in-turn have more maps in them, so figuring out the method to parse was the most difficult task. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference....

April 12, 2021 · Siddhartha Varma

jsontest

jsontest A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

April 12, 2021 · Siddhartha Varma

katamari

katamari A projects page generator for GitHub users and organizations Functionality Aggregate all your project READMEs into a single static site Support for aggregating User READMEs also Generate the static site using Hugo Default theme set to “Ananke” (needs git) Store GitHub Access Token in config Available on the AUR Set Hugo configuration without having to edit config.toml Getting started Follow the instructions to get started and run this project....

April 12, 2021 · Siddhartha Varma