File tree Expand file tree Collapse file tree 6 files changed +10
-3
lines changed
Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ import 'package:http/http.dart' as http;
1111
1212import 'src/client/functions.dart' ;
1313
14+ export 'exceptions.dart' ;
15+ export 'models.dart' ;
16+
1417final Celest celest = Celest ();
1518
1619class Celest {
Original file line number Diff line number Diff line change 1+ // By convention, any custom exception types thrown by an API must be defined
2+ // in this file or exported from this file.
Original file line number Diff line number Diff line change 1+ // By convention, any custom types used within an API request/response must be
2+ // defined in this file or exported from this file.
Original file line number Diff line number Diff line change 1- name : example_app_celest
1+ name : celest_backend
22description : The Celest backend for example_app.
33publish_to : none
44
Original file line number Diff line number Diff line change 1- import 'package:example_app_celest /client.dart' ;
1+ import 'package:celest_backend /client.dart' ;
22import 'package:flutter/material.dart' ;
33
44void main () {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
77 sdk : ' >=3.2.5 <4.0.0'
88
99dependencies :
10- example_app_celest :
10+ celest_backend :
1111 path : celest/
1212 flutter :
1313 sdk : flutter
You can’t perform that action at this time.
0 commit comments