Gianluca Bettega
Gianluca Bettega
> Well, i can help a bit if needed. > > Was it not a bit too ambitious to refactor all of that? Will it haven't been easier to first...
on android the theme changing button works without the `themeMode: ThemeMode.light`, on `GetMaterialApp`  But the color isnt changing 
Noticed something bizarre changing the code. Right after the start, changing blue to amber:  Clicked on the button, it changed to dark but not with the expected color: ...
@8138976373 I'm already using `themeData` as shown on the samples above
@jonataslaw the only way of solving the problem was explicit setting the theme on the function with final variables instead of `ThemeData.dark()` and `ThemeData.light()` ``` import 'package:flutter/material.dart'; import 'package:get/get.dart'; void...
> I think your problem is color of appbar did not changed yet. I sujjest change to appbar theme like appBarTheme: appBarTheme, Example:. appBarTheme: AppBarTheme( color: Colors.transparent, brightness: Brightness.light, elevation:...
@lcsvcn if you remove the const parameter from the Getpage and the widget it works?
Can you send a sample zip app here, so then i can help you testing? If you force the theme on the first screen instead of depending only on the...
There are some forks of this plugin with changes implemented. They could be implemented here too (maybe i can help you with this) https://github.com/zae1403/animated-bottom-navigation-bar-flutter https://github.com/xEyad/animated-bottom-navigation-bar-flutter https://github.com/rashmisridar/animated-bottom-navigation-bar-flutter https://github.com/ranianabil55/animated-bottom-navigation-bar-flutter https://github.com/MostafaHossam4/animated-bottom-navigation-bar-flutter https://github.com/mondoktamas/animated-bottom-navigation-bar-flutter https://github.com/LuizFmdr/animated-bottom-navigation-bar-flutter...
@Abh1shekShinde maybe you could port some updates from the other forks