Browse Source

Updated gitignore

Anatoly Pulyaevskiy 6 years ago
parent
commit
5b8ae0697c
2 changed files with 3 additions and 2 deletions
  1. 2
    0
      packages/zefyr/.gitignore
  2. 1
    2
      packages/zefyr/example/lib/main.dart

+ 2
- 0
packages/zefyr/.gitignore View File

@@ -14,3 +14,5 @@ example/ios/.symlinks
14 14
 example/ios/Flutter/Generated.xcconfig
15 15
 doc/api/
16 16
 build/
17
+
18
+example/feather

+ 1
- 2
packages/zefyr/example/lib/main.dart View File

@@ -2,9 +2,8 @@
2 2
 // for details. All rights reserved. Use of this source code is governed by a
3 3
 // BSD-style license that can be found in the LICENSE file.
4 4
 import 'package:flutter/material.dart';
5
-
6
-import 'src/full_page.dart';
7 5
 import 'src/form.dart';
6
+import 'src/full_page.dart';
8 7
 
9 8
 void main() {
10 9
   runApp(new ZefyrApp());