My own commons library for flutter.
void main(){
return runApp(Module().register<Service>(ServiceImpl()).build(MyApp()));
}
final svc = inject<Service>(context);
Changed name of streaming widget to Streaming${widgetName}
and
added future based widgets.
Added PaddedCard
and ChangeBasedTextFormField
.
This library now exports an instance of FirebaseAnalytics
as a global variable.
DocBuilder
now allows customizing loading widget and null data.
inject
now returns null if nullOk == true when any implementation is not registered.
FirestoreListView
can forward some properties to ListView
.Initial release.
Add this to your package's pubspec.yaml file:
dependencies:
app_base: ^0.3.0
You can install packages from the command line:
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:app_base/app_base.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.3.0 | Dec 7, 2018 |
|
|
0.2.1 | Oct 5, 2018 |
|
|
0.2.0 | Oct 4, 2018 |
|
|
0.1.1 | Oct 1, 2018 |
|
|
0.1.0 | Oct 1, 2018 |
|
|
0.0.2 | Sep 29, 2018 |
|
|
0.0.1 | Sep 27, 2018 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
29
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
70
|
Overall:
Weighted score of the above.
[more]
|
58
|
We analyzed this package on Feb 20, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Detected platforms: Flutter
References Flutter, and has no conflicting libraries.
Format lib/src/components/change_based_text_field.dart
.
Run flutter format
to format lib/src/components/change_based_text_field.dart
.
Format lib/src/di.dart
.
Run flutter format
to format lib/src/di.dart
.
Format lib/src/future_widget/firestore_query_view.dart
.
Run flutter format
to format lib/src/future_widget/firestore_query_view.dart
.
Format lib/src/stream_widget/firestore_query_view.dart
.
Run flutter format
to format lib/src/stream_widget/firestore_query_view.dart
.
The package description is too short. (-20 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Maintain an example. (-10 points)
Create a short demo in the example/
directory to show how to use this package.
Common filename patterns include main.dart
, example.dart
, and app_base.dart
. Packages with multiple examples should provide example/README.md
.
For more information see the pub package layout conventions.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.68.0 <3.0.0 | ||
firebase_analytics | ^1.0.3 | 1.2.0+1 | 2.0.1 |
flutter | 0.0.0 | ||
typed_firestore | ^0.0.2 | 0.0.2 | |
Transitive dependencies | |||
built_collection | 4.1.0 | ||
built_value | 6.3.0 | ||
cloud_firestore | 0.8.2+3 | 0.9.0+2 | |
collection | 1.14.11 | ||
firebase_core | 0.2.5+1 | 0.3.0+2 | |
fixnum | 0.10.9 | ||
matcher | 0.12.4 | ||
meta | 1.1.6 | 1.1.7 | |
path | 1.6.2 | ||
quiver | 2.0.1 | ||
sky_engine | 0.0.99 | ||
stack_trace | 1.9.3 | ||
typed_data | 1.1.6 | ||
vector_math | 2.0.8 | ||
Dev dependencies | |||
flutter_test |