Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
GEN_ERP_2025
Commits
ed1a2aea
Commit
ed1a2aea
authored
May 21, 2025
by
Sai Srinivas
Browse files
20-05-2025 By Sai Srinivas
bottom Insets, pubspec version
parent
bf7b934c
Changes
20
Show whitespace changes
Inline
Side-by-side
android/app/src/main/AndroidManifest.xml
View file @
ed1a2aea
...
...
@@ -32,7 +32,7 @@
android:launchMode=
"singleTop"
android:taskAffinity=
""
android:theme=
"@style/LaunchTheme"
android:screenOrientation=
"
portrait
"
android:screenOrientation=
"
PORTRAIT
"
android:windowSoftInputMode=
"adjustResize"
>
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
...
...
lib/screens/commom/accountLedger.dart
View file @
ed1a2aea
...
...
@@ -55,6 +55,7 @@ class _AccountledgerState extends State<Accountledger> {
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar2
(
context
,
"Account Ledger List"
,
...
...
lib/screens/commom/accountsList.dart
View file @
ed1a2aea
...
...
@@ -40,6 +40,7 @@ class _AccountslistState extends State<Accountslist> {
print
(
accountList
.
length
);
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar2
(
context
,
"Account List"
,
Container
(
padding:
EdgeInsets
.
symmetric
(
horizontal:
5
,
vertical:
5
),
...
...
lib/screens/commom/accountsListDetails.dart
View file @
ed1a2aea
...
...
@@ -66,6 +66,7 @@ class _AccountslistdetailsState extends State<Accountslistdetails> {
],
),
)),
resizeToAvoidBottomInset:
true
,
backgroundColor:
AppColors
.
scaffold_bg_color
,
body:
Container
(
child:
SingleChildScrollView
(
...
...
lib/screens/commom/addCommonPayment.dart
View file @
ed1a2aea
...
...
@@ -34,6 +34,7 @@ class _AddcommonpaymentState extends State<Addcommonpayment> {
return
WillPopScope
(
onWillPop:
()
=>
onBackPressed
(
context
),
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar
(
context
,
"Add Common Account"
),
backgroundColor:
AppColors
.
white
,
body:
Container
(
...
...
lib/screens/commom/transactionDetails.dart
View file @
ed1a2aea
...
...
@@ -35,6 +35,7 @@ class _TransactiondetailsState extends State<Transactiondetails> {
builder:
(
context
,
provider
,
child
)
{
var
details
=
provider
.
paymentDetails
;
return
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar
(
context
,
"Details"
),
backgroundColor:
AppColors
.
scaffold_bg_color
,
body:
Container
(
...
...
lib/screens/finance/AllPaymentRequesitionListsByModes.dart
View file @
ed1a2aea
...
...
@@ -51,6 +51,7 @@ class _AllpaymentrequesitionlistsbymodesState
return
onBackPressed
(
context
);
},
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar2
(
context
,
widget
.
pageTitleName
,
...
...
lib/screens/finance/FileViewer.dart
View file @
ed1a2aea
...
...
@@ -74,6 +74,7 @@ class _FileviewerState extends State<Fileviewer> {
Widget
build
(
BuildContext
context
)
{
return
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar
(
context
,
"File Viewer"
),
body:
fileWidget
(
context
),
);
...
...
lib/screens/finance/PaymentRequestionListDetails.dart
View file @
ed1a2aea
...
...
@@ -90,6 +90,7 @@ class _PaymentrequestionlistdetailsState
},);
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar
(
context
,
widget
.
pageName
),
backgroundColor:
AppColors
.
scaffold_bg_color
,
body:
Container
(
...
...
lib/screens/finance/addPaymentReceiptList.dart
View file @
ed1a2aea
...
...
@@ -46,6 +46,7 @@ class _AddpaymentreceiptlistState extends State<Addpaymentreceiptlist> {
builder:
(
context
,
provider
,
child
)
{
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
backgroundColor:
AppColors
.
white
,
appBar:
appbar
(
context
,
"
${widget.pageTitleName}
"
),
body:
Container
(
...
...
lib/screens/finance/directPaymentRequesitionList.dart
View file @
ed1a2aea
...
...
@@ -50,6 +50,7 @@
builder:
(
context
,
provider
,
child
)
{
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
backgroundColor:
AppColors
.
white
,
appBar:
appbar
(
context
,
"
${widget.pageTitleName}
"
),
body:
Container
(
...
...
lib/screens/finance/paymentDetailsPaymentRequisition.dart
View file @
ed1a2aea
...
...
@@ -50,6 +50,7 @@ class _PaymentdetailspaymentrequisitionState
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar
(
context
,
widget
.
pageName
),
backgroundColor:
AppColors
.
scaffold_bg_color
,
body:
Container
(
...
...
lib/screens/finance/paymentListPaymentRequisition.dart
View file @
ed1a2aea
...
...
@@ -43,6 +43,7 @@ class _PaymentlistpaymentrequisitionState extends State<Paymentlistpaymentrequis
return
onBackPressed
(
context
);
},
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar2
(
context
,
widget
.
pageTitleName
,
...
...
lib/screens/finance/paymentReceiptDetails.dart
View file @
ed1a2aea
...
...
@@ -51,6 +51,7 @@ class _PaymentreceiptdetailsState
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar
(
context
,
widget
.
pageName
),
backgroundColor:
AppColors
.
scaffold_bg_color
,
body:
Container
(
...
...
lib/screens/finance/paymentreceiptList.dart
View file @
ed1a2aea
...
...
@@ -45,6 +45,7 @@ class _PaymentreceiptlistState extends State<Paymentreceiptlist> {
return
onBackPressed
(
context
);
},
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
appBar:
appbar2
(
context
,
widget
.
pageTitleName
,
...
...
lib/screens/finance/submitPaymentRequestionListsByMode.dart
View file @
ed1a2aea
...
...
@@ -52,6 +52,7 @@ class _SubmitpaymentrequestionlistsbymodeState
});
return
WillPopScope
(
child:
Scaffold
(
resizeToAvoidBottomInset:
true
,
backgroundColor:
AppColors
.
white
,
appBar:
appbar
(
context
,
"
${widget.pageTitleName}
"
),
body:
Container
(
...
...
lib/screens/genTracker/GenTrackerDashboard.dart
View file @
ed1a2aea
import
'package:flutter/material.dart'
;
import
'package:flutter_svg/svg.dart'
;
import
'package:generp/Utils/commonWidgets.dart'
;
import
'package:generp/screens/genTracker/GeneratorDetails.dart'
;
import
'package:generp/screens/genTracker/RegisterComplaint.dart'
;
import
'package:generp/screens/genTracker/ScanEnterGeneratorIDScreen.dart'
;
import
'package:generp/screens/genTracker/TagGenerator.dart'
;
import
'package:generp/screens/genTracker/TagLocation.dart'
;
import
'../../Utils/app_colors.dart'
;
class
Gentrackerdashboard
extends
StatefulWidget
{
...
...
lib/screens/genTracker/TagGenerator.dart
deleted
100644 → 0
View file @
bf7b934c
import
'package:flutter/material.dart'
;
class
Taggenerator
extends
StatefulWidget
{
const
Taggenerator
({
super
.
key
});
@override
State
<
Taggenerator
>
createState
()
=>
_TaggeneratorState
();
}
class
_TaggeneratorState
extends
State
<
Taggenerator
>
{
@override
Widget
build
(
BuildContext
context
)
{
return
const
Placeholder
();
}
}
lib/screens/genTracker/TagLocation.dart
deleted
100644 → 0
View file @
bf7b934c
import
'package:flutter/material.dart'
;
class
Taglocation
extends
StatefulWidget
{
const
Taglocation
({
super
.
key
});
@override
State
<
Taglocation
>
createState
()
=>
_TaglocationState
();
}
class
_TaglocationState
extends
State
<
Taglocation
>
{
@override
Widget
build
(
BuildContext
context
)
{
return
const
Placeholder
();
}
}
pubspec.yaml
View file @
ed1a2aea
...
...
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version
:
1.0.8
0
+8
4
version
:
1.0.8
1
+8
5
environment
:
sdk
:
^3.7.2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment