Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Removed XD references
Browse files Browse the repository at this point in the history
  • Loading branch information
prakharb10 committed Jun 15, 2020
1 parent 3dee4d9 commit ff4fe47
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import 'package:gallery_saver/gallery_saver.dart';
import 'package:flashlight/flashlight.dart';
import 'package:flushbar/flushbar.dart';
import 'package:connectivity/connectivity.dart';
import 'package:adobe_xd/adobe_xd.dart';
import 'XDRootPage.dart';
import 'XDLoginPage.dart';
import 'XDRegisterPage.dart';

List<CameraDescription> cameras;
Future<void> main() async {
Expand Down Expand Up @@ -73,9 +69,9 @@ class MyApp extends StatelessWidget {
// closer together (more dense) than on mobile platforms.
//visualDensity: VisualDensity.adaptivePlatformDensity,
//),
home: XDRootPage()//TakePictureScreen(
home: TakePictureScreen(
// Pass the appropriate camera to the TakePictureScreen widget
//),
),
);
}
}
Expand Down

0 comments on commit ff4fe47

Please sign in to comment.