flutter_on_rails 0.0.7-alpha copy "flutter_on_rails: ^0.0.7-alpha" to clipboard
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

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_on_rails/flutter_on_rails.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await init();
  runApp(
    MaterialApp(
      debugShowCheckedModeBanner: false,
      home: MainScreen(url: "http://172.20.10.12:3000/demo/native"),
    ),
  );
}
1
likes
120
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

dart_mappable, flutter, flutter_inappwebview, font_awesome_flutter, logging, minimal_mvn, share_plus

More

Packages that depend on flutter_on_rails