Commit 1a87e818 authored by xster's avatar xster Committed by GitHub

Change foundation references in foundation to meta (#9107)

* Change foundation references to meta

* Remove specified shows
parent 01d48c99
......@@ -7,7 +7,7 @@ import 'dart:convert' show JSON;
import 'dart:developer' as developer;
import 'dart:io' show exit;
import 'package:flutter/foundation.dart';
import 'package:meta/meta.dart';
import 'assertions.dart';
import 'basic_types.dart';
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/foundation.dart';
import 'package:meta/meta.dart';
import 'assertions.dart';
import 'basic_types.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment