refactor:根据规范,重构代码

This commit is contained in:
yifeng.yl
2019-02-19 11:02:21 +08:00
parent 8817198c6e
commit 1b266c0a76
89 changed files with 368 additions and 461 deletions

View File

@ -1,19 +1,16 @@
/*
* @Author: 一凨
* @Date: 2019-01-14 11:42:36
* @Last Modified by: 一凨
* @Last Modified time: 2019-01-14 16:53:11
*/
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// @Author: 一凨
/// @Date: 2019-01-14 11:42:36
/// @Last Modified by: 一凨
/// @Last Modified time: 2019-01-14 16:53:11
import 'dart:async';
import 'package:flutter_go/routers/application.dart';
import 'package:flutter/services.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:flutter/material.dart';
import 'package:flutter_go/routers/application.dart';
Map<String, String> _exampleCode;
String _code;