mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 09:01:00 +08:00
refactor:根据规范,重构代码
This commit is contained in:
@ -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" (
|
||||
|
Reference in New Issue
Block a user