flutter_on_rails 0.0.7-alpha
flutter_on_rails: ^0.0.7-alpha copied to clipboard
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
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_on_rails
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_on_rails: ^0.0.7-alpha
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_on_rails/flutter_on_rails.dart';