Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennyboer/bbb_app
Our attempt at a mobile app client for BigBlueButton services.
https://github.com/bennyboer/bbb_app
app bigbluebutton flutter
Last synced: about 15 hours ago
JSON representation
Our attempt at a mobile app client for BigBlueButton services.
- Host: GitHub
- URL: https://github.com/bennyboer/bbb_app
- Owner: bennyboer
- License: mit
- Created: 2020-10-22T12:40:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T02:08:52.000Z (about 2 years ago)
- Last Synced: 2024-10-28T16:44:14.828Z (10 days ago)
- Topics: app, bigbluebutton, flutter
- Language: Dart
- Homepage:
- Size: 2.68 MB
- Stars: 102
- Watchers: 19
- Forks: 62
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Now available as early access version on Google Play.
Now available on App Store.# App client for BigBlueButton services
This app uses BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.
This project is a Flutter application.
## Getting Started
### Building and installing a release APK
Run `flutter build apk --release` followed by `flutter install` to build and install an APK on a connected Android device.
### How to test the app?
1. You need to have a BBB meeting session running.
Take a note of the **meeting URL**.2. Open the app using the Emulator with Android Studio or build a release APK and install it to your device.
3. When the app opens up you should see the following start screen where you need to specify the BBB meeting URL, a username (arbitrary) and optionally an access code if the meeting is protected by one.
4. You should see the main meeting view:
### Developing
Follow the guide [here](https://flutter.dev/docs/get-started/) for instructions on how to install and use Flutter.
### Further screenshots
#### Meeting info view
#### Chat view
## Technical information
### Changing the app icon
When changing the application icon, you will need to run:
```
flutter pub run flutter_launcher_icons:main
```which will update the necessary files for Android and iOS.