Spyxpo Web to App Builder - a tool which is used to convert a website into an app for iOS, Android, Windows, macOS and Linux.

Overview

Spyxpo Web to App Builder

Convert any website into an iOS/Android app.

This is a preview build for testing purposes major update coming soon.

Supported OS

  • Windows
  • macOS
  • Linux

Steps

Screenshots

App Screenshot

Requirements

Add flutter SDK, Android Studio, Xcode, Python3 and JRE in PATH(if required).

Python Requirements

pip3 install cryptography

If the above command doesn't work, you can use the following command(won't work in python2):

pip install cryptography

Installation

git clone https://github.com/Spyxpo/spyxpo-web-to-app-builder.git
cd spyxpo-web-to-app-builder
python3 run.py

If the above command doesn't work, you can use the following command(won't work in python2):

git clone https://github.com/Spyxpo/spyxpo-web-to-app-builder.git
cd spyxpo-web-to-app-builder
python run.py

Upgrade

cd spyxpo-web-to-app-builder
git pull

Release

Create a Keystore (For signing app and uploading on Play Store)

Keep your keystore file backed up(backup .jks file, alias name and passwords of your keystore file)

keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload -storetype JKS

Features

  • Free
  • Convert website to apk (Play Store ready)
  • Unlimited projects
  • Android support for now

Coming soon

  • Convert website ipa/app/exe/appimage
  • Auto update popup
  • External url opener
  • Pull to refresh
  • Notifications

Authors

You might also like...

Learn how to incorporate Firebase into our Flutter apps

Learn how to incorporate Firebase into our Flutter apps

Flash Chat ⚡️ Our Goal The objective of this tutorial is to learn how to incorporate Firebase into our Flutter apps. We'll be using Firebase Cloud Fir

Oct 27, 2021

Mobile and Desktop whatsapp clone with Flutter UI tool kit

Mobile and Desktop whatsapp clone with Flutter UI tool kit

Mobile and Desktop whatsapp clone with Flutter UI tool kit

Oct 25, 2022

Awesome HTTP Inspector Tool | Flutter Library of the Week | EP-01 || EP-01

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

Jul 21, 2022

Quary is a simple snippet tool written in Flutter

quary 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

Nov 16, 2021

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework.

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework.

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework. for Android/ IOS/ Desktop/ Web

Nov 1, 2022

Live portfolio designed using Flutter 2.0 available for android and web.

Live portfolio designed using Flutter 2.0 available for android and web.

DevFolio - Portfolio for Developers Designed live portfolio using Flutter 2.0. Available for Android and Web. 💻 How to install? Before these steps ma

Jan 7, 2023

This app I used for my daily practice flutter widget and code from afgprogrammer.

This app I used for my daily practice flutter widget and code from afgprogrammer.

inspiration_app A new Inspiration App Flutter project. design view Code by afgprogrammer. Getting Started This project is a starting point for a Flutt

Oct 7, 2021

The Medito app is a 100% free meditation app built with flutter. The app is available on Android and iOS.

Medito App Meditation can positively transform people's lives. We believe no one should have to pay for it. We are the Medito Foundation, and we've bu

Dec 26, 2022
Releases(1.0.0)
  • 1.0.0(Aug 25, 2022)

    Features

    • [X] Android Support (.apk & .aab)
    • [X] macOS Support
    • [X] Windows Support
    • [X] Linux Support
    • [X] App works without internet
    • [X] Javascript enabled
    • [X] Play Store ready app
    • [X] Your own keystore
    • [X] External url opener
    • [X] Deep Linking
    • [X] App update popup
    • [X] Loading Indicator
    • [X] Splash Screen
    • [X] Desktop apps custom icon
    Source code(tar.gz)
    Source code(zip)
    SWAB-1.0.0-Windows-Preview.exe(13.44 MB)
Owner
Spyxpo
Advance tech at an affordable cost
Spyxpo
Flutter App with using future builder and json data

HOROSCOPES APP A new Flutter project with json data and Future Builder. Getting Started This project is a starting point for a Flutter application. A

Yonca Yeprem 1 Jan 26, 2022
Listview With ListView Builder Image-And Text

listview_builder_with_image_and_text A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resource

HredayTheDev 0 Nov 6, 2021
Flutter Advanced: Background Fetch | Run code in the background Android & iOS | Run code in the background Android & iOS

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

Pawan Kumar 40 Dec 16, 2022
Delhi Technological University unofficial website client app.

DTU-App Fast, responsive and good looking Delhi Technological University unofficial website client Introduction Apparently the official website of pre

Vishal Das 3 Jul 7, 2022
A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.

GoogleMapsWidget For Flutter A widget for flutter developers to easily integrate google maps in their apps. It can be used to make polylines from a so

Rithik Bhandari 14 Nov 30, 2022
A re-modding of the Flutter 2.5 Skeleton App Template into something that really equally shows flutter best practices in DevOPS, OOP, and UX.

A re-modding of the Flutter 2.5 Skeleton App Template into something that really equally shows flutter best practices in DevOPS, OOP, and UX.

Fred Grott 20 Dec 22, 2022
A package that allows you to add native drag and drop support into your flutter app.

native_drag_n_drop A package that allows you to add native drag and drop support into your flutter app. Currently supported features Support iPadOS 11

Alex Rabin 21 Dec 21, 2022
Add a powerful and customizable GIPHY picker into your Flutter app.

enough_giphy_flutter Add a powerful and customizable GIPHY picker into your Flutter app. Benefits Using enough_giphy_flutter has the following benefit

null 0 Apr 21, 2022
Beautiful Nike Web Design Concept With Flutter Beautiful Nike Web Design Concept With Flutter

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

Pawan Kumar 23 Jan 28, 2022
Package your Flutter app into OS-specific bundles (.app, .exe, etc.) via Dart or the command line.

flutter_app_packager Package your Flutter app into OS-specific bundles (.app, .exe, etc.) via Dart or the command line. The flutter_app_packager sourc

LeanFlutter 415 Jan 8, 2023