noteflutter 0.0.14 copy "noteflutter: ^0.0.14" to clipboard
noteflutter: ^0.0.14 copied to clipboard

discontinued
outdated

noteflutter for notechats,this is personal plugin,please ignore this plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add noteflutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  noteflutter: ^0.0.14

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:noteflutter/common/cards/author_card.dart';
import 'package:noteflutter/common/cards/resource_card.dart';
import 'package:noteflutter/common/cards/social_card.dart';
import 'package:noteflutter/common/cards/video_card.dart';
import 'package:noteflutter/common/common/state.dart';
import 'package:noteflutter/common/data/mock.dart';
import 'package:noteflutter/common/data/resource_manage.dart';
import 'package:noteflutter/common/domain/author.dart';
import 'package:noteflutter/common/domain/base.dart';
import 'package:noteflutter/common/domain/generate.dart';
import 'package:noteflutter/common/image/image.dart';
import 'package:noteflutter/common/resource/resource_list.dart';
import 'package:noteflutter/common/video/skin/panel.dart';
import 'package:noteflutter/common/video/skin/schema.dart';
import 'package:noteflutter/common/video/skin/slider.dart';
import 'package:noteflutter/common/video/video_panel.dart';
import 'package:noteflutter/example/home.dart';
import 'package:noteflutter/example/yoyo_example.dart';
import 'package:noteflutter/generated_plugin_registrant.dart';
import 'package:noteflutter/main.dart';
import 'package:noteflutter/page/home.dart';
import 'package:noteflutter/tiktok/app.dart';
import 'package:noteflutter/tiktok/controller/tikTokVideoListController.dart';
import 'package:noteflutter/tiktok/mock/video.dart';
import 'package:noteflutter/tiktok/other/bottomSheet.dart';
import 'package:noteflutter/tiktok/pages/followPage.dart';
import 'package:noteflutter/tiktok/pages/homePage.dart';
import 'package:noteflutter/tiktok/pages/userPage.dart';
import 'package:noteflutter/tiktok/style/physics.dart';
import 'package:noteflutter/tiktok/style/style.dart';
import 'package:noteflutter/tiktok/style/text.dart';
import 'package:noteflutter/tiktok/views/appBar.dart';
import 'package:noteflutter/tiktok/views/appBottomSheet.dart';
import 'package:noteflutter/tiktok/views/appRow.dart';
import 'package:noteflutter/tiktok/views/header.dart';
import 'package:noteflutter/tiktok/views/loadingButton.dart';
import 'package:noteflutter/tiktok/views/scaffold.dart';
import 'package:noteflutter/tiktok/views/selectText.dart';
import 'package:noteflutter/tiktok/views/video.dart';
import 'package:noteflutter/tiktok/views/videoButtonColumn.dart';
import 'package:noteflutter/tiktok/views/videoGesture.dart';
import 'package:noteflutter/util/color.dart';
import 'package:noteflutter/util/common_util.dart';
import 'package:noteflutter/util/fontsize.dart';
import 'package:noteflutter/util/time_util.dart';
import 'package:noteflutter/util/widget_util.dart';