Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
create_new_collection_view.dart File Reference
import package;
import core;
import localization;
import app_localizations.dart;
import services.dart;
import ui;
import theme;
import color_palette.dart;
import widgets;
import custom_action_slider.dart;
import custom_snackbar.dart;
import custom_text_form_field.dart;
import features;
import authentication;
import presentation;
import logic;
import authentication_bloc;
import authentication_bloc.dart;
import collections;
import domain;
import entities;
import collection_entity.dart;
import create_collection_req_entity.dart;
import collection_requests_history_bloc;
import collection_requests_history_bloc.dart;
import create_collection_cubit;
import create_collection_cubit.dart;
import screens;
import transaction_history_screen;
import expected_date_field.dart;
import time_ranges_field.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import cupertino.dart;
import dart;
Include dependency graph for create_new_collection_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
override void dispose ()
override Widget build (BuildContext context)
Widget _buildAnimatedInputs ()
Widget _buildInputCard ({ required IconData icon, required String title, required Widget child, })
Widget _buildSubmitButton ()
 _onCreateNewCollection ()
Widget _buildDateField (BuildContext context)
Widget _buildTimeField (BuildContext context)
Widget _buildQuantityField ()
Widget _buildInstructionsField ()

Variables

class CreateNewCollectionView extends StatefulWidget _controller
late Animation< double > _scaleAnimation
DateTime _expectedDate = DateTime.now().add(Duration(days: 2))
ProposedTimeEntity _selectedTimeRange
final _formKey = GlobalKey<FormState>()
final _volumeController = TextEditingController()
final _instructioncontroller = TextEditingController()

Function Documentation

◆ _buildAnimatedInputs()

Widget _buildAnimatedInputs ( )

Definition at line 120 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildDateField()

Widget _buildDateField ( BuildContext context)

Definition at line 227 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildInputCard()

Widget _buildInputCard ( { required IconData icon, required String title, required Widget child, } )

Definition at line 150 of file create_new_collection_view.dart.

Here is the caller graph for this function:

◆ _buildInstructionsField()

Widget _buildInstructionsField ( )

Definition at line 319 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildQuantityField()

Widget _buildQuantityField ( )

Definition at line 291 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildSubmitButton()

Widget _buildSubmitButton ( )

Definition at line 177 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _buildTimeField()

Widget _buildTimeField ( BuildContext context)

Definition at line 260 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onCreateNewCollection()

_onCreateNewCollection ( )

Definition at line 190 of file create_new_collection_view.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 55 of file create_new_collection_view.dart.

Here is the call graph for this function:

◆ dispose()

override void dispose ( )

Definition at line 49 of file create_new_collection_view.dart.

◆ initState()

override void initState ( )

Definition at line 36 of file create_new_collection_view.dart.

Variable Documentation

◆ _controller

class CreateNewCollectionView extends StatefulWidget _controller

◆ _expectedDate

DateTime _expectedDate = DateTime.now().add(Duration(days: 2))

Definition at line 184 of file create_new_collection_view.dart.

◆ _formKey

final _formKey = GlobalKey<FormState>()

Definition at line 186 of file create_new_collection_view.dart.

◆ _instructioncontroller

final _instructioncontroller = TextEditingController()

Definition at line 188 of file create_new_collection_view.dart.

◆ _scaleAnimation

late Animation<double> _scaleAnimation

Definition at line 33 of file create_new_collection_view.dart.

◆ _selectedTimeRange

ProposedTimeEntity _selectedTimeRange

Definition at line 185 of file create_new_collection_view.dart.

◆ _volumeController

final _volumeController = TextEditingController()

Definition at line 187 of file create_new_collection_view.dart.