Anatoly Pulyaevskiy преди 6 години
родител
ревизия
5b8ae0697c
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 2
    0
      packages/zefyr/.gitignore
  2. 1
    2
      packages/zefyr/example/lib/main.dart

+ 2
- 0
packages/zefyr/.gitignore Целия файл

@@ -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 Целия файл

@@ -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());