filament_mobile 0.9.2
filament_mobile: ^0.9.2 copied to clipboard
Renders a Laravel Filament 5 panel as a native Flutter mobile admin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add filament_mobileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
filament_mobile: ^0.9.2Alternatively, 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:filament_mobile/filament_mobile.dart';