File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import 'package:flutter/foundation.dart';
5
5
import 'package:flutter/material.dart' ;
6
6
import 'package:flutter/rendering.dart' ;
7
7
import 'package:loading_gifs/loading_gifs.dart' ;
8
- import 'package:responsive_framework/responsive_framework.dart' ;
9
8
10
9
void main () => runApp (MyApp ());
11
10
@@ -14,14 +13,6 @@ class MyApp extends StatelessWidget {
14
13
Widget build (BuildContext context) {
15
14
return CupertinoApp (
16
15
title: 'Loading GIFS' ,
17
- builder: (context, widget) => ResponsiveWrapper .builder (widget,
18
- maxWidth: 1200 ,
19
- minWidth: 450 ,
20
- defaultScale: true ,
21
- breakpoints: [
22
- ResponsiveBreakpoint (breakpoint: 450 , name: MOBILE ),
23
- ],
24
- background: Container (color: Color (0xFFF5F5F5 ))),
25
16
home: CupertinoPageScaffold (
26
17
child: CustomScrollView (
27
18
shrinkWrap: true ,
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ dependencies:
10
10
sdk : flutter
11
11
loading_gifs :
12
12
path : ../
13
- responsive_framework : ^0.0.4
14
13
15
14
dev_dependencies :
16
15
flutter_test :
You can’t perform that action at this time.
0 commit comments