Flutter app for interacting with Tesla Android.

Overview

Tesla Android

Flutter app for Tesla Android.

Please refer to https://tesla-android.gapinski.eu for release notes, hardware requirements and the install guide.

Getting Started

flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs  
flutter build web

In order to build this project for debugging make sure to disable cors in Chrome and conenct to Tesla Android Wi-Fi network

Please consider supporting the project:

Donations

You might also like...

Demo app with continuous integration setup for auto across android/iOS app stores

demo_flutter_ci A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Dec 25, 2021

App - Quotes app for mobile (Android, iOS) & web

App - Quotes app for mobile (Android, iOS) & web

5 seconds of emotion Status Download Table of Contents Status Download Table of Contents Presentation What's different from existing apps ? Technologi

Oct 31, 2022

Let's setup Firebase​​ for our Flutter​​ app on Android​, iOS​ and Flutter Web. Setup Firebase to use Firebase products.

Let's setup Firebase​​ for our Flutter​​ app on Android​, iOS​ and Flutter Web.  Setup Firebase to use Firebase products.

Flutter Tutorial - Firebase Setup For Flutter Web Let's setup Firebase for our Flutter app on Android, iOS and Flutter Web. Setup Firebase to use Fire

Apr 27, 2022

Flutter/Android water reminder app

Flutter/Android water reminder app

Water Reminder App Android water reminder App made with Flutter using Android APIs such as DataStore and AlarmManager. Uses a native activity which is

Dec 4, 2022

Android App written with Flutter/Dart to navigate medium.com without limitations.

Android App written with Flutter/Dart to navigate medium.com without limitations.

Medium Unlimited An Android application written with Flutter/Dart to read medium.com without limitations. Features Read medium without reading limits

Dec 22, 2022

An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a singl

Oct 10, 2022

Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework.

Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework.

Prism Prism is a beautiful open-source wallpapers app for Android. It is built with Dart on top of Google's Flutter Framework. Prism brings you exclus

Dec 31, 2022

Build a calculator app in iOS and Android with the same code by using flutter.

flutter_calculator Preview Structure Input Widgets input widgets is all extends StatefulWidget, because they need to response the onTap gesture. Numbe

Nov 24, 2022

A Simple Flutter Android App, which displays Sensor Data.

A Simple Flutter Android App, which displays Sensor Data.

sensorz A Simple Flutter Android App, which displays Android Sensor Data. Introduction :: For implementation of UI, this app uses Flutter Framework. C

Dec 25, 2022
Comments
  • Serve UI on all (functionally) interfaces

    Serve UI on all (functionally) interfaces

    I plugged my pi in to my switch for ethernet connectivity, but the UI appears to be only accessible when on the Pi's wifi network. The UI is looking for 9.9.0.1 as the host. Would be nice if the resources loaded by the webpage were relative to the initial page. aka the LAN IP on my network.

    The initial webpage loads fine, but the web socket connection fails. The UI reads a message "Virtual touchscreen not available. Wait for Android to boot up."

    Originally in https://github.com/tesla-android/issue-tracker/issues/109

    opened by adrum 2
  • Paste/Copy via web

    Paste/Copy via web

    Tangential to #8, when I was setting up my accounts from desktop browser, I had to manually key in my generated passwords 🫠

    I thought it might be nice to capture the at least paste event and send it over the web socket to trigger an Android paste. Copy would be nice too, but I'm not quite sure that's necessary.

    opened by adrum 1
  • Long first start of the app in slow LTE environment

    Long first start of the app in slow LTE environment

    The app and canvaskit is already served directly from the Raspberry Pi over the local network, however something is fetching resources from the internet on the first run. While this is happening the user sees a white page(for up to a minute, T-Mobile LTE in the US) in the car and thinks that something is not working. The issue will appear on every first run of a new version of the frontend

    Action points:

    1. Modify web/index.html in order to make it look exactly the same as SplashPage.
    2. Profile the flutter app in release version and monitor all the external network requests from any flutter plugins. Try to serve the dependencies locally by either forking the libs or injecting required assets in the release process using GitHub Actions.
    opened by mikegapinski 1
Releases(2022.45.1)
Owner
Tesla Android
Bringing Android to Tesla vehicles. Created by @mikegapinski
Tesla Android
This is an animated app used to control Tesla Car which is on progress and will be published soon

Animated Tesla App Conect using Flutter Packages we are using: flutter_svg: link We will cover how to use ImplicitlyAnimatedWidge and how to use multi

null 1 Nov 13, 2021
Click - Interacting with svg in flutter

click Interacting with svg in flutter Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

Samuel Abada 11 Dec 20, 2022
A Flutter application that allows interacting with Pokemons, built using Clean Archtitecture structure and riverpod as state management.

pokedex Welcome to the Pokedex project! Getting Started Instructions to run: This project uses flutter version 3.0.3, Make sure you have that version

null 25 Nov 22, 2022
Dart API Library for interacting with the TRON Network

Dart API Library for interacting with the TRON Network. Getting started In your

Mahdi K. Fard 5 Dec 20, 2022
Tesla Website - A part of a #100flutterprojects

Tesla Website - A part of a #100flutterprojects

Akindoyin Faruq 1 Feb 18, 2022
A Dart SDK for interacting with a Minecraft server using the RCON protocol.

A Dart SDK for interacting with a Minecraft server using the RCON protocol. Package on pub.dev Features Provides an API to connect to, log in to, send

Aidan Lok 2 Oct 4, 2022
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App: Label StoreMax Label StoreMax - v5.3.1 Official WooSignal WooCommerce App About Label StoreMax Label StoreMax is an App Template for

WooSignal 314 Jan 9, 2023
Morphing Coffee 0 Jan 27, 2022
Flutter plugin (android) for sharing bytes and files Offline, (Based on the android Nearby Connections API)

nearby_connections An android flutter plugin for the Nearby Connections API Currently supports Bytes and Files. Transfer Data between multiple connect

Prerak Mann 63 Nov 21, 2022
Sibyl App written with Dart/Flutter. (My first experience in writing a real android app in flutter).

sibyl_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

ALi.w 3 Feb 17, 2022