Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Noor Dawod
2020-11-06 10:28:25 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ff94159ed095992c9d9e09ddd32166e75788124
6ff94159
1 parent
2f17dcaa
Show CupertinoApp from import.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/bottom_sheets/cupertino_bottom_sheet.dart
lib/src/bottom_sheets/cupertino_bottom_sheet.dart
View file @
6ff9415
...
...
@@ -4,7 +4,7 @@
import
'dart:async'
;
import
'package:flutter/cupertino.dart'
show
CupertinoTheme
;
import
'package:flutter/cupertino.dart'
show
CupertinoTheme
,
CupertinoApp
;
import
'package:flutter/foundation.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/material.dart'
...
...
Please
register
or
login
to post a comment