bennyboer / bbb_app

Our attempt at a mobile app client for BigBlueButton services.
MIT License
102 stars 62 forks source link

[iOS] [Android] Default theme settings from system (Dark/Light) #166

Open iMonZ opened 3 years ago

iMonZ commented 3 years ago

Add an option for a three Way dark mode button!

  1. Dark mode forced to turn on 2.(middle button) Will get the automatic dark mode from the system settings
  2. Dark mode forced to turn off

This feature would be an great improvement!

bennyboer commented 3 years ago

Sure, I need to check wether we can get this information from the system!

iMonZ commented 3 years ago

I want to try this out myself but currently im not able to start this project in IntelliJ without any problems.

Can you recommend an IDE for .dart and flutter?

bennyboer commented 3 years ago

I use IntelliJ IDEA Ultimate! But I needed Android Studio for Android development. XCode is required for iOS development

iMonZ commented 3 years ago

I use IntelliJ IDEA Ultimate! But I needed Android Studio for Android development. XCode is required for iOS development

Oh perfect thanks so now I know that i’m on the right way with IntelliJ

bennyboer commented 3 years ago

I think it would be easier to initially load the system theme instead of changing the UI. @iMonZ Are you currently working on this, otherwise I will plan this for the next release (v0.3.0).

iMonZ commented 3 years ago

I think it would be easier to initially load the system theme instead of changing the UI.

@iMonZ Are you currently working on this, otherwise I will plan this for the next release (v0.3.0).

I’m sorry but I'm not working on it! Currently I'm into a few dart books to understand it better.

bennyboer commented 3 years ago

No problem! Then I will plan it for 0.3.0!