Skip to content

The official seats.io Flutter library

License

Notifications You must be signed in to change notification settings

seatsio/seatsio-flutter

 
 

Repository files navigation

Development

regenerating .g.dart files

dart run build_runner build

Running the example on macOs

cd example
open -a Simulator
flutter pub get
flutter run

Running the example on an Android Emulator

cd example
emulator -list-avds
emulator -avd <avd_name>
flutter devices
flutter run -d <device_id>

Running the example on flutter-Web

Not supported

About

The official seats.io Flutter library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.2%
  • HTML 4.1%
  • Ruby 1.5%
  • Shell 0.7%
  • Swift 0.4%
  • Kotlin 0.1%