flutter_screen_generator 0.0.2
flutter_screen_generator: ^0.0.2 copied to clipboard
A simple flutter screen generator package.
flutter_screen_generator #
A short description of the package here that helps potential users know whether this package might be useful for them.
Features #
- List what your package can do.
- Maybe include images, gifs, or videos to showcase features.
Getting started #
List prerequisites and provide or point to information on how to start using the package.
-
Add the package to your
pubspec.yamlfile:dependencies: flutter_screen_generator: ^latest_version # Replace with the actual latest version -
Run
flutter pub getordart pub getin your terminal.
Usage #
Include short and useful examples for package users. Add longer examples
to the /example folder in your repository.
// TODO: Provide a real usage example here
const like = 'sample';
print(like);