Flutter on Rails CLI is a powerful tool that helps you create and manage Flutter applications with Rails backend integration.
Before using Flutter on Rails CLI, make sure you have:
bash
flutter doctor
flutter doctor
gem install flutter_on_rails
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:
frails create
or flutter_on_rails create
- Create a new Flutter on Rails applicationfrails run
or flutter_on_rails run
- Run the Flutter app in debug modefrails build
or flutter_on_rails build
- Build Flutter app for different platformsfrails apply
or flutter_on_rails apply
- Apply configurations (splash_screen or icon_launcher)frails install
or flutter_on_rails install
- Install dependenciesThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.