xmodels 0.0.1 copy "xmodels: ^0.0.1" to clipboard
xmodels: ^0.0.1 copied to clipboard

This is a flutter package that help developers to create and develop Mobile, web and desktop apps fast and affectively. By the help of XModel you just have to create class and you have to extend it to [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xmodels
copied to clipboard

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

dependencies:
  xmodels: ^0.0.1
copied to clipboard

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:xmodels/admin/admin.dart';
import 'package:xmodels/admin/utils/utils.dart';
import 'package:xmodels/admin/widgets/action.dart';
import 'package:xmodels/admin/widgets/action_card.dart';
import 'package:xmodels/admin/widgets/activity.dart';
import 'package:xmodels/admin/widgets/add_button.dart';
import 'package:xmodels/admin/widgets/session_expired.dart';
import 'package:xmodels/enums/type.dart';
import 'package:xmodels/models/datatype.dart';
import 'package:xmodels/utils/utils.dart';
import 'package:xmodels/xmodel.dart';
import 'package:xmodels/xuser.dart';
copied to clipboard
0
likes
100
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

This is a flutter package that help developers to create and develop Mobile, web and desktop apps fast and affectively. By the help of XModel you just have to create class and you have to extend it to XModel class. It will then give you all the functions that you will need to develop your projects. It is specially developed to work with firebase.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

cloud_firestore, cupertino_icons, firebase_auth, flutter

More

Packages that depend on xmodels