mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-01 23:43:54 +08:00
Merge branch 'develop' into develop
This commit is contained in:
@ -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;
|
||||
|
@ -1,6 +1,8 @@
|
||||
import 'package:dio/dio.dart';
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:dio/dio.dart';
|
||||
|
||||
|
||||
var dio = new Dio();
|
||||
|
||||
class NetUtils {
|
||||
|
@ -1,9 +1,11 @@
|
||||
import 'dart:async';
|
||||
import 'dart:io';
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:path/path.dart';
|
||||
import 'package:sqflite/sqflite.dart';
|
||||
import 'package:flutter/services.dart' show rootBundle;
|
||||
|
||||
//const createSql = {
|
||||
// 'cat': """
|
||||
// CREATE TABLE "cat" (
|
||||
|
@ -1,6 +1,8 @@
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
|
||||
export 'package:flutter_go/resources/shared_preferences_keys.dart';
|
||||
|
||||
/// 用来做shared_preferences的存储
|
||||
|
@ -1,9 +1,8 @@
|
||||
import './provider.dart';
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:sqflite/sqflite.dart';
|
||||
|
||||
|
||||
|
||||
import './provider.dart';
|
||||
|
||||
class BaseModel{
|
||||
Database db;
|
||||
|
@ -1,12 +1,7 @@
|
||||
/*
|
||||
* @Author: 一凨
|
||||
* @Date: 2019-01-14 11:42:39
|
||||
* @Last Modified by: 一凨
|
||||
* @Last Modified time: 2019-01-14 11:42:39
|
||||
*/
|
||||
// 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:39
|
||||
/// @Last Modified by: 一凨
|
||||
/// @Last Modified time: 2019-01-14 11:42:39
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:string_scanner/string_scanner.dart';
|
||||
|
Reference in New Issue
Block a user