shared_pref_annotation 0.0.2 copy "shared_pref_annotation: ^0.0.2" to clipboard
shared_pref_annotation: ^0.0.2 copied to clipboard

Annotation package for SharedPref code generation

shared_pref_annotation #

Annotation package for SharedPref code generation. To be used alongside shared_pref_builder

Usage #

import 'package:shared_pref_annotation/shared_pref_annotation.dart';

@sharedPref
class AppPrefs {
   String? token;
   bool isLoggedIn = false;
}

then run dart run sp_gen

0
likes
135
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

Annotation package for SharedPref code generation

Repository (GitHub)
View/report issues

Topics

#codegen #cli #shared-preferences

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on shared_pref_annotation