Compare commits

...

2 Commits

Author SHA1 Message Date
ff0f76d910
build: add version caret on crud bloc dependency
Some checks failed
continuous-integration/drone/pr Build is failing
2023-11-14 10:36:07 +01:00
54bff3e72e
fix: rename wyatt_bruc_bloc_firestore main package file 2023-11-14 10:35:41 +01:00
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:wyatt_crud_bloc/wyatt_crud_bloc.dart';
import 'package:wyatt_crud_bloc_firestore/wyatt_crud_firestore.dart';
import 'package:wyatt_crud_bloc_firestore/wyatt_crud_bloc_firestore.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();

View File

@ -25,7 +25,7 @@ dependencies:
wyatt_crud_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: 0.1.1+1
version: ^0.1.1+1
dev_dependencies:
flutter_test: { sdk: flutter }