mirror of
https://github.com/Iconica-Development/flutter_image_picker.git
synced 2025-05-18 11:43:44 +02:00
renames
This commit is contained in:
parent
becbdb2093
commit
577df41b1a
3 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_image_picker/src/services/flutter_image_picker_service.dart';
|
||||
import 'package:flutter_image_picker/src/services/image_picker_service.dart';
|
||||
import 'package:image_picker/image_picker.dart';
|
||||
|
||||
import '../models/flutter_image_picker_theme.dart';
|
||||
import '../models/image_picker_theme.dart';
|
||||
|
||||
/// The Image Picker class generates the Image Picker Widget which can be displayed in your application. If you call the class you can give it 2 optional variables:
|
||||
/// The first one is the [ImagePickerTheme] which can be used to change the UI of the widget.
|
Loading…
Reference in a new issue