Skip to content

Commit 5015cba

Browse files
committed
📜 ListView Mode
1 parent 88575aa commit 5015cba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11-
migrate_working_dir/
11+
migrate_working_dir/
1212

1313
# IntelliJ related
1414
*.iml

.metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version:
99

1010
project_type: app
1111

12-
# Tracks metadata for the flutter migrate command
12+
# Tracks metadata for the flutter migrate command
1313
migration:
1414
platforms:
1515
- platform: root

analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# The following line activates a set of recommended lints for Flutter apps,
99
# packages, and plugins designed to encourage good coding practices.
10-
include: package:flutter_lints/flutter.yaml
10+
include: package:flutter_lints/flutter.yaml
1111

1212
linter:
1313
# The lint rules applied to this project can be customized in the

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ flutter:
6060

6161
# To add assets to your application, add an assets section, like this:
6262
assets:
63-
- assets/img/loading2.gif
63+
- assets/img/loading2.gif
6464
# - images/a_dot_ham.jpeg
6565

6666
# An image asset can refer to one or more resolution-specific "variants", see

0 commit comments

Comments
 (0)