Add shared_preferences (#15)

This commit is contained in:
Hidenori Matsubayashi
2021-08-03 14:13:04 +09:00
committed by GitHub
parent 6eed119327
commit 50c4792056
24 changed files with 1437 additions and 0 deletions
@@ -0,0 +1,7 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:integration_test/integration_test_driver.dart';
Future<void> main() => integrationDriver();