1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Add analysis_options, format and fix up (#104)

This commit is contained in:
Brett Morgan
2019-07-03 06:34:38 +10:00
committed by GitHub
parent bd9b18c2bf
commit 52d85c793e
11 changed files with 81 additions and 43 deletions

View File

@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// ignore_for_file: argument_type_not_assignable, strong_mode_implicit_dynamic_parameter, strong_mode_implicit_dynamic_variable
import 'dart:convert';
import 'package:flutter/material.dart';