Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
llswidget
Overview
Overview
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
dart-package
llswidget
Commits
a097ffcb
Commit
a097ffcb
authored
Sep 05, 2023
by
Rizal Hermawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
de29a617
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.packages
+1
-1
example/.packages
+1
-1
example/pubspec.lock
+1
-1
lib/src/components/alert/lls_alert.dart
+1
-1
pubspec.lock
+1
-1
No files found.
.packages
View file @
a097ffcb
...
...
@@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 202
1-06-30 16:41:01.704396
.
# Generated by pub on 202
2-06-23 20:16:24.781772
.
async:file:///D:/flutter/2.0.4-stable/.pub-cache/hosted/pub.dartlang.org/async-2.5.0/lib/
boolean_selector:file:///D:/flutter/2.0.4-stable/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0/lib/
characters:file:///D:/flutter/2.0.4-stable/.pub-cache/hosted/pub.dartlang.org/characters-1.1.0/lib/
...
...
example/.packages
View file @
a097ffcb
...
...
@@ -3,7 +3,7 @@
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 202
1-07-01 08:56:01.303781
.
# Generated by pub on 202
2-06-23 20:16:31.715676
.
args:file:///D:/flutter/2.0.4-stable/.pub-cache/hosted/pub.dartlang.org/args-2.1.1/lib/
async:file:///D:/flutter/2.0.4-stable/.pub-cache/hosted/pub.dartlang.org/async-2.5.0/lib/
bloc:file:///D:/flutter/2.0.4-stable/.pub-cache/hosted/pub.dartlang.org/bloc-7.0.0/lib/
...
...
example/pubspec.lock
View file @
a097ffcb
...
...
@@ -117,7 +117,7 @@ packages:
path: "."
ref: "773d67311fed31fae22214b385265ae275854495"
resolved-ref: "773d67311fed31fae22214b385265ae275854495"
url: "https://git.locatorlogic.com/
hermawan
/flutter_sequence_animation_null_safety"
url: "https://git.locatorlogic.com/
dart-package
/flutter_sequence_animation_null_safety"
source: git
version: "3.0.1"
flutter_test:
...
...
lib/src/components/alert/lls_alert.dart
View file @
a097ffcb
...
...
@@ -174,7 +174,7 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
if
(
_options
!.
style
!=
LLSAlertStyle
.
loading
)
{
if
(
_options
!.
showCancelButton
)
{
listOfChildren
.
add
(
Padding
(
padding:
EdgeInsets
.
only
(
top:
18.0
),
padding:
EdgeInsets
.
only
(
top:
18.0
,
left:
18.0
,
right:
18.0
),
child:
Row
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
<
Widget
>[
...
...
pubspec.lock
View file @
a097ffcb
...
...
@@ -61,7 +61,7 @@ packages:
path: "."
ref: "773d67311fed31fae22214b385265ae275854495"
resolved-ref: "773d67311fed31fae22214b385265ae275854495"
url: "https://git.locatorlogic.com/
hermawan
/flutter_sequence_animation_null_safety"
url: "https://git.locatorlogic.com/
dart-package
/flutter_sequence_animation_null_safety"
source: git
version: "3.0.1"
flutter_test:
...
...
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