Skip to content

Commit 0a159ad

Browse files
committed
v1.0.0 Release
*Initial release. *List page. *Post page.
1 parent 2809ea6 commit 0a159ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.pub-cache/
3030
.pub/
3131
/build/
32-
.pubspec.lock
32+
pubspec.lock
3333

3434
# Web related
3535
lib/generated_plugin_registrant.dart

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class MyApp extends StatelessWidget {
2020
breakpoints: [
2121
ResponsiveBreakpoint(breakpoint: 450, name: MOBILE),
2222
ResponsiveBreakpoint(breakpoint: 800, name: TABLET, scale: true),
23+
ResponsiveBreakpoint(breakpoint: 1000, name: TABLET, scale: true),
2324
ResponsiveBreakpoint(breakpoint: 1200, name: DESKTOP),
2425
ResponsiveBreakpoint(breakpoint: 2460, name: "4K", scale: true),
2526
],

0 commit comments

Comments
 (0)