File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import 'dart:async' show FutureOr;
14
14
import 'package:df_di/df_di.dart' show DI;
15
- import 'package:df_pod/df_pod.dart'
16
- show SharedDoublePodCreator, TSharedGlobalDoublePod;
15
+ import 'package:df_pod/df_pod.dart' show SharedDoublePodCreator, TSharedGlobalDoublePod;
17
16
import 'package:flutter/foundation.dart' show protected;
18
17
19
18
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
@@ -22,9 +21,8 @@ final class Scalable {
22
21
Scalable ._();
23
22
@protected
24
23
static final di = DI ();
25
- static final Future <TSharedGlobalDoublePod > _pValue =
24
+ static final Future <TSharedGlobalDoublePod > _pScale =
26
25
SharedDoublePodCreator .global ('<AppScale.pValue>' )
27
- .then ((e) => di.register <TSharedGlobalDoublePod >(_pValue));
28
- static FutureOr <TSharedGlobalDoublePod > get pScalable =>
29
- di.until <TSharedGlobalDoublePod >();
26
+ .then ((e) => di.register <TSharedGlobalDoublePod >(_pScale));
27
+ static FutureOr <TSharedGlobalDoublePod > get pScale => di.until <TSharedGlobalDoublePod >();
30
28
}
Original file line number Diff line number Diff line change 12
12
13
13
name : df_scalable
14
14
description : A package that provides a convenient method to scale your app UI up or down.
15
- version : 0.4 .0
15
+ version : 0.5 .0
16
16
repository : https://github.com/robmllze/df_scalable
17
17
funding :
18
18
- https://www.buymeacoffee.com/robmllze
You can’t perform that action at this time.
0 commit comments