Skip to content

Flutter on rails is the fastest way to bridge your web app with a Flutter-powered for cross plateform mobile and desktop app with ease and minimal changes, maximum freedom

License

Notifications You must be signed in to change notification settings

AdamMusa/flutter_on_rails_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter on Rails CLI

Flutter on Rails CLI is a powerful tool that helps you create and manage Flutter applications with Rails backend integration.

Prerequisites

Before using Flutter on Rails CLI, make sure you have:

  1. Flutter SDK installed:

    • Install Flutter for your operating system
    • After installation, verify it's working by running:
      flutter doctor
    • Make sure to follow any additional setup instructions provided by flutter doctor
  2. Ruby installed on your system

Installation

gem install flutter_on_rails

Usage

Create a new Flutter on Rails application:

frails create
# or
flutter_on_rails create 

Run the application:

frails run
# or
flutter_on_rails run

Build the application for a specific platform:

frails build [platform]
# or
flutter_on_rails build [platform]

Available platforms:

  • android
  • ios
  • windows
  • macos
  • linux

Commands

  • frails create or flutter_on_rails create - Create a new Flutter on Rails application
  • frails run or flutter_on_rails run - Run the Flutter app in debug mode
  • frails build or flutter_on_rails build - Build Flutter app for different platforms
  • frails apply or flutter_on_rails apply - Apply configurations (splash_screen or icon_launcher)
  • frails install or flutter_on_rails install - Install dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.

Features

  • Colorful CLI interface
  • Interactive prompts
  • Splash screen configuration
  • Dependency management
  • Multi-platform build support

About

Flutter on rails is the fastest way to bridge your web app with a Flutter-powered for cross plateform mobile and desktop app with ease and minimal changes, maximum freedom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages