fire_core_components 1.0.13 copy "fire_core_components: ^1.0.13" to clipboard
fire_core_components: ^1.0.13 copied to clipboard

A simple way of managing multiple screen sizes, you just need to provide a PageContentBuilder implementation and a list of PageDestinationModel

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fire_core_components

With Flutter:

 $ flutter pub add fire_core_components

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

dependencies:
  fire_core_components: ^1.0.13

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

Import it

Now in your Dart code, you can use:

import 'package:fire_core_components/fire_core_components.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A simple way of managing multiple screen sizes, you just need to provide a PageContentBuilder implementation and a list of PageDestinationModel

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, draggable_home, firebase_auth, firebase_core, firebase_ui_auth, fl_chart, flutter, google_fonts, provider

More

Packages that depend on fire_core_components