flutter_andomie 0.0.6
flutter_andomie: ^0.0.6 copied to clipboard
Collection of widget with advanced style and controlling system.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_andomieThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_andomie: ^0.0.6Alternatively, 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:flutter_andomie/views/expendable_text_view.dart';
import 'package:flutter_andomie/views/expensive_scroll_view.dart';
import 'package:flutter_andomie/views/flexible_view.dart';
import 'package:flutter_andomie/views/icon_view.dart';
import 'package:flutter_andomie/views/notifier_view.dart';
import 'package:flutter_andomie/views/stack_layout.dart';
import 'package:flutter_andomie/views/tab_layout.dart';
import 'package:flutter_andomie/views/tab_view.dart';
import 'package:flutter_andomie/views/text_view.dart';
import 'package:flutter_andomie/views/view.dart';
import 'package:flutter_andomie/views/view_pager.dart';
import 'package:flutter_andomie/views/widget_wrapper.dart';
import 'package:flutter_andomie/widgets.dart';