19 lines
589 B
Dart
19 lines
589 B
Dart
import 'package:flutter/cupertino.dart';
|
|
import 'package:flutter_app/resources/widgets/app_loader_widget.dart';
|
|
import 'package:flutter_app/resources/widgets/woosignal_ui.dart';
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Design
|
|
| Contains widgets used in the Nylo framework.
|
|
|
|
|
| Learn more: https://nylo.dev/docs/4.x/themes
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
Widget logo = StoreLogo();
|
|
// resources/widgets/woosignal_ui.dart
|
|
|
|
Widget loader = AppLoaderWidget();
|
|
// resources/widgets/app_loader_widget.dart
|