Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ekyc_integrate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Duong Viet Anh
ekyc_integrate
Commits
c70a87cf
Commit
c70a87cf
authored
Sep 14, 2023
by
Việt Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
da1cee6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
ekyc_button_action.dart
lib/ekyc_button_action.dart
+0
-6
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
lib/ekyc_button_action.dart
View file @
c70a87cf
...
...
@@ -44,12 +44,6 @@ class _EkycButtonActionState extends State<EkycButtonAction> {
super
.
initState
();
}
@override
void
didUpdateWidget
(
mode
)
{
_channel
=
const
MethodChannel
(
AppString
.
channel
);
super
.
didUpdateWidget
(
mode
);
}
@override
Widget
build
(
BuildContext
context
)
{
return
GestureDetector
(
...
...
pubspec.yaml
View file @
c70a87cf
...
...
@@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to
:
'
none'
# Remove this line if you wish to publish to pub.dev
version
:
1.0.
0
version
:
1.0.
1
environment
:
sdk
:
'
>=2.19.6
<3.0.0'
...
...
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