Skip to content

Commit

Permalink
Updating Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rody Davis committed Feb 28, 2019
1 parent 65c17e5 commit 52d527b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/main.dart
@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:vscode_ipad/ui/home/screen.dart';

import 'ui/home/screen.dart';

void main() => runApp(MyApp());

Expand Down
2 changes: 2 additions & 0 deletions lib/ui/app/side_window.dart
Expand Up @@ -25,6 +25,7 @@ class SideWindow extends StatelessWidget {
child: Column(
children: <Widget>[
ExpansionTile(
initiallyExpanded: true,
title: Text("Open Editors"),
children: <Widget>[
ListTile(
Expand Down Expand Up @@ -54,6 +55,7 @@ class SideWindow extends StatelessWidget {
],
),
ExpansionTile(
initiallyExpanded: true,
title: Text("Project Name"),
children: <Widget>[
Container(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,4 +1,4 @@
name: vscode_ipad
name: mobile_ide
description: A Proof of COncept, VSCode on the iPad.

# The following defines the version and build number for your application.
Expand Down
2 changes: 1 addition & 1 deletion test/widget_test.dart
Expand Up @@ -8,7 +8,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:vscode_ipad/main.dart';
import 'package:mobile_ide/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down

0 comments on commit 52d527b

Please sign in to comment.