Fixed classes format

This commit is contained in:
Sambo Chea 2021-03-24 17:16:12 +07:00
parent 649f25b265
commit 05f41dac54
5 changed files with 10 additions and 6 deletions

View File

@ -16,3 +16,6 @@
- Split tests file
- Fixed and nullable functions
- Able to set or remove config from system config
## 1.0.4
- Fixed format classes and files

View File

@ -1,6 +1,6 @@
name: configurable
description: System Configuration and Dotenv Environment for Dart and Flutter
version: 1.0.3
version: 1.0.4
homepage: https://github.com/CUBETIQ/system-config-dart
repository: https://github.com/CUBETIQ/system-config-dart.git

View File

@ -1,4 +1,5 @@
import 'package:configurable/configurable.dart' show getConfigOrNull, hasConfigkey;
import 'package:configurable/configurable.dart'
show getConfigOrNull, hasConfigkey;
import 'package:configurable/simple_configuration_provider.dart';
import 'package:configurable/system_config.dart';
import 'package:test/test.dart';