renamed package

This commit is contained in:
Sergey Penkovsky
2021-04-26 14:56:09 +03:00
parent b6a4b86b19
commit f3b1ee84b2
13 changed files with 31 additions and 31 deletions

View File

@@ -10,11 +10,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import 'package:dart_di/scope.dart';
import 'package:cherrypick/scope.dart';
Scope? _rootScope = null;
class DartDi {
class CherryPick {
/// RU: Метод открывает главный [Scope].
/// ENG: The method opens the main [Scope].
///