Skip to content

Instantly share code, notes, and snippets.

@CoderJava
Created January 24, 2021 13:50
Show Gist options
  • Save CoderJava/b3a74f7d5b2780424c201380ee3218b4 to your computer and use it in GitHub Desktop.
Save CoderJava/b3a74f7d5b2780424c201380ee3218b4 to your computer and use it in GitHub Desktop.
pubspec.yaml flutter crud cubit
name: flutter_crud_cubit
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.1
dio: ^3.0.10
dartz: ^0.9.2
flutter_bloc: ^6.1.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.10.11
json_serializable: ^3.5.1
json_annotation: ^3.1.1
flutter:
uses-material-design: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment