chaotic 3.10.8 copy "chaotic: ^3.10.8" to clipboard
chaotic: ^3.10.8 copied to clipboard

discontinued
outdated

Flutter Package That Contains (Widgets, Services and Commons) classes and files

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chaotic

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

dependencies:
  chaotic: ^3.10.8

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:chaotic/common/dimensions.dart';
import 'package:chaotic/common/faker.dart';
import 'package:chaotic/common/helper.dart';
import 'package:chaotic/common/nav.dart';
import 'package:chaotic/common/path.dart';
import 'package:chaotic/commons.dart';
import 'package:chaotic/service/context_service.dart';
import 'package:chaotic/service/dio.dart';
import 'package:chaotic/services.dart';
import 'package:chaotic/widget/custom_drop_down.dart';
import 'package:chaotic/widget/custom_form.dart';
import 'package:chaotic/widget/custom_scrollable_column.dart';
import 'package:chaotic/widget/custom_scrollable_row.dart';
import 'package:chaotic/widget/custom_text.dart';
import 'package:chaotic/widget/custom_text_field.dart';
import 'package:chaotic/widgets.dart';
2
likes
85
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Package That Contains (Widgets, Services and Commons) classes and files

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bot_toast, country_code_picker, dio, easy_localization, flutter, flutter_spinkit, package_info_plus, platform_device_id, provider

More

Packages that depend on chaotic