Rody Davis

Rody Davis @rodydavis

About: Music, VR, Web, and Audio.

Location:
San Francisco
Joined:
Jul 15, 2020

Rody Davis
articles - 13 total

Building a Rich Text Editor with Lit

In this article I will go over how to set up a Lit web component and use it to create a rich text edi...

Learn More 1 0Jun 3 '21

Lit and Figma

In this article I will go over how to set up a Lit web component and use it to create a figma plugin....

Learn More 4 0May 11 '21

Lit and Flutter

In this article I will go over how to set up a Lit web component and use it inline in the Flutter wid...

Learn More 3 1May 7 '21

Multi-touch Canvas with Flutter

If you ever wanted to create a canvas in Flutter that needs to be panned in any direction and allow z...

Learn More 0 0May 7 '21

How To Send Push Notifications on Flutter Web (FCM)

If you are using Firebase then you are probably familiar with Firebase Cloud Messaging. The setup on...

Learn More 1 0May 7 '21

Deep Linking for Flutter Web

In this article I will show you how to have proper URL navigation for your application. Open links to...

Learn More 0 0May 7 '21

Flutter Cheat Sheet — Terminal

Run Flutter web with SKIA flutter run -d web --release --dart-define=FLUTTER_WEB_USE_SKIA=true...

Learn More 5 0May 7 '21

Host your Flutter Project as a REST API

After you build your flutter project you may want to reuse the models and business logic from your li...

Learn More 5 2May 7 '21

How to build a native cross platform project with Flutter

Import dart:html and dart:io in the same project! You can find the final project here. Up to now yo...

Learn More 2 0May 7 '21

Creating Your First Flutter Project

Flutter is a UI Toolkit from Google allowing you to create expressive and unique experiences unmatche...

Learn More 2 0May 7 '21

Automate Flutter App Releases

TLDR You can find the script here. Make your life easier and automate your builds to beta and produc...

Learn More 1 0May 7 '21

Building A Piano with Flutter

TLDR # You can find the final source code here. This piano uses only 5032 bytes of Dart C...

Learn More 4 0May 7 '21

Flutter + Fastlane (One Click Beta)

1. Install Flutter # Download Flutter 2. Create new Flutter Project # If you...

Learn More 0 0May 7 '21