File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- ## [ 0.1.60 ] - 21st November, 2018
1
+ ## [ 0.1.61 ] - 21st November, 2018
2
2
3
3
* expanding network provider to an abstract classes data provider
4
4
and 2 implementation classes network and offline
Original file line number Diff line number Diff line change 1
1
class ConfigKeys {
2
- static const String BASE_URL = "baseUrl " ;
2
+ static const String BASE_URL = "baseURL " ;
3
3
static const String DB_NAME = "dbName" ;
4
4
static const String DB_VERSION = "dbVersion" ;
5
5
static const String SENTRY_DSN = "sentryDSN" ;
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ import 'package:adhara/utils.dart';
20
20
class OfflineProvider extends DataProvider {
21
21
OfflineProvider (Config config) : super (config);
22
22
23
- String get baseURL => this .config.baseURL;
24
-
25
23
dynamic formatResponse (dynamic data) => data;
26
24
27
25
dynamic extractResponse (dynamic response) => response;
Original file line number Diff line number Diff line change 1
1
name : adhara
2
2
description : Base framework for Flutter Apps with intense networking and data interactivity
3
- version : 0.1.60
3
+ version : 0.1.61
4
4
author :
Rohit R. Abbadi <[email protected] >
5
5
homepage : https://infitio.com
6
6
You can’t perform that action at this time.
0 commit comments