Skip to content

Commit

Permalink
headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBrogdon committed May 9, 2019
1 parent 78e749b commit 2f81c83
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
4 changes: 4 additions & 0 deletions lib/adaptive_widgets.dart
@@ -1,3 +1,7 @@
// Copyright 2019 The Flutter Team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'dart:ui';

import 'package:flutter/cupertino.dart';
Expand Down
4 changes: 4 additions & 0 deletions lib/data/models.dart
@@ -1,3 +1,7 @@
// Copyright 2018 The Flutter Team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'dart:convert';
import 'dart:io';

Expand Down
4 changes: 4 additions & 0 deletions lib/main.dart
@@ -1,3 +1,7 @@
// Copyright 2019 The Flutter Team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart' as foundation;
import 'package:flutter/material.dart';
Expand Down
4 changes: 3 additions & 1 deletion lib/widgets.dart
@@ -1,4 +1,6 @@
import 'dart:ui' show ImageFilter;
// Copyright 2019 The Flutter Team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
Expand Down
9 changes: 3 additions & 6 deletions test/widget_test.dart
@@ -1,9 +1,6 @@
// This is a basic Flutter widget test.
//
// To perform an interaction with a widget in your test, use the WidgetTester
// utility that Flutter provides. For example, you can send tap and scroll
// gestures. You can also use WidgetTester to find child widgets in the widget
// tree, read text, and verify that the values of widget properties are correct.
// Copyright 2019 The Flutter Team. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'package:flutter_test/flutter_test.dart';

Expand Down

0 comments on commit 2f81c83

Please sign in to comment.