Get started with Hux UI in your Flutter project
Flutter SDK
Dart SDK
Platform Support
pubspec.yaml
file and run flutter pub get
.
pubspec.yaml
file:
MaterialApp
with Hux UI themes for the best experience:
pubspec.yaml
:
Dependency Conflicts
pubspec.yaml
.Import Errors
import 'package:hux/hux.dart';
pubspec.yaml
flutter pub get
to fetch dependenciesTheme Issues
HuxTheme.lightTheme
and HuxTheme.darkTheme
MaterialApp
is properly configuredMaterialApp
contextPlatform Specific Issues