example library
Classes
- ChatNotifier
- CompositeNotifier
- ChangeNotifier wrapper to combine several notifiers
- Gaana
- GaanaExample
- GaanaExample2
- GaanaNotifier
- GaanaRepository
- GaanaService
- GraphDemo
- Message
- OldChatNotifier
- OldUsersNotifier
- PetrolUseCase
- PlotNotifier
- PlotRepository
- SimpleGraph
- UsersNotifier
Extensions
- GaanaExtension on BuildContext
- Extension on BuildContext so you can easily retrieve the notifier.
Constants
-
exampleGreetings
→ const List<
String>
Properties
-
exampleUsers
→ List<
String> -
final
Functions
-
buildStyledButton(
{required BuildContext context, required String label, required VoidCallback onPressed, Color? backgroundColor, Color? foregroundColor, TextStyle? textStyle}) → ElevatedButton - A reusable function that builds a styled ElevatedButton.
Typedefs
- GaanaCallback = void Function()