flutter_interactional_widget 1.0.0 copy "flutter_interactional_widget: ^1.0.0" to clipboard
flutter_interactional_widget: ^1.0.0 copied to clipboard

重力感应交互的 widget 集合

example/lib/main.dart

// @dart=2.9
// Copyright 2017 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.


import 'package:example/banner_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Sensors Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: BannerPage(),
    );
  }
}
10
likes
30
pub points
0%
popularity

Publisher

unverified uploader

重力感应交互的 widget 集合

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter, nayuta_sensors

More

Packages that depend on flutter_interactional_widget