File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Responsive Admin Panel or Dashboard - Flutter UI
2
2
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-2 -orange.svg?style=flat-square )] ( #contributors- )
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-3 -orange.svg?style=flat-square )] ( #contributors- )
4
4
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5
5
6
6
## [ Live Preview] ( https://abuanwar072.github.io/Flutter-Responsive-Admin-Panel-or-Dashboard/#/ )
@@ -37,6 +37,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
37
37
<tr >
38
38
<td align="center"><a href="https://github.com/simon1tan"><img src="https://avatars.githubusercontent.com/u/1250858?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Simon Tan</b></sub></a><br /><a href="https://github.com/abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard/issues?q=author%3Asimon1tan" title="Bug reports">🐛</a></td>
39
39
<td align="center"><a href="https://github.com/gillescoolen"><img src="https://avatars.githubusercontent.com/u/31668393?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gilles</b></sub></a><br /><a href="https://github.com/abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard/issues?q=author%3Agillescoolen" title="Bug reports">🐛</a></td>
40
+ <td align="center"><a href="https://github.com/RounakTadvi"><img src="https://avatars.githubusercontent.com/u/38634459?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rounak Tadvi</b></sub></a><br /><a href="#maintenance-RounakTadvi" title="Maintenance">🚧</a> <a href="https://github.com/abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard/commits?author=RounakTadvi" title="Code">💻</a></td>
40
41
</tr >
41
42
</table >
42
43
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ List demoRecentFiles = [
19
19
),
20
20
RecentFile (
21
21
icon: "assets/icons/doc_file.svg" ,
22
- title: "Documetns " ,
22
+ title: "Document " ,
23
23
date: "23-02-2021" ,
24
24
size: "32.5mb" ,
25
25
),
@@ -37,7 +37,7 @@ List demoRecentFiles = [
37
37
),
38
38
RecentFile (
39
39
icon: "assets/icons/pdf_file.svg" ,
40
- title: "Sals PDF" ,
40
+ title: "Sales PDF" ,
41
41
date: "25-02-2021" ,
42
42
size: "3.5mb" ,
43
43
),
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class MyFiles extends StatelessWidget {
40
40
Responsive (
41
41
mobile: FileInfoCardGridView (
42
42
crossAxisCount: _size.width < 650 ? 2 : 4 ,
43
- childAspectRatio: _size.width < 650 ? 1.3 : 1 ,
43
+ childAspectRatio: _size.width < 650 && _size.width > 350 ? 1.3 : 1 ,
44
44
),
45
45
tablet: FileInfoCardGridView (),
46
46
desktop: FileInfoCardGridView (
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class SideMenu extends StatelessWidget {
15
15
child: Image .asset ("assets/images/logo.png" ),
16
16
),
17
17
DrawerListTile (
18
- title: "Dashbord " ,
18
+ title: "Dashboard " ,
19
19
svgSrc: "assets/icons/menu_dashbord.svg" ,
20
20
press: () {},
21
21
),
You can’t perform that action at this time.
0 commit comments