Introduces the client billing feature with domain, data, and presentation layers. Adds billing BLoC, navigation, UI widgets, and integrates with mock financial repository. Updates localization files for billing-related strings, adds new icons and typography, and registers url_launcher plugins for Linux, macOS, and Windows platforms.
5 lines
105 B
Dart
5 lines
105 B
Dart
library;
|
|
|
|
export 'src/presentation/navigation/billing_navigator.dart';
|
|
export 'src/billing_module.dart';
|