sellon

A new Flutter package.

Description

Are you ready to discover a whole new way of connecting with your neighborhood and local community? Look no further than Sellon Hyperlocal, your ultimate destination for hyperlocal engagement and interaction.

Sellon Hyperlocal is not just a platform; it's a digital gateway that brings your community closer together than ever before. With our user-friendly app, you can tap into the heartbeat of your neighborhood and harness the power of local connections.

Key Features:

  1. Local Marketplace: Buy, sell, or trade items within your neighborhood effortlessly. Say goodbye to shipping fees and long wait times. Discover unique treasures right in your own backyard.

  2. Event Hub: Stay in the know about local events, from neighborhood garage sales to community fundraisers. Never miss out on the action again.

  3. Community Forum: Engage in conversations that matter. Share recommendations, ask for help, and connect with your neighbors on topics ranging from local news to the best nearby restaurants.

  4. Safety and Security: Rest easy knowing that Sellon Hyperlocal prioritizes your safety. Verified profiles and secure transactions make your neighborhood a better place for everyone.

  5. Local Services: Find trusted local service providers, whether you need a plumber, babysitter, or dog walker. Support local businesses and foster a thriving community.

Why Choose Sellon Hyperlocal?

Connect: Forge meaningful relationships with your neighbors, turning strangers into friends. Simplify: Streamline your local life by discovering everything you need right in your neighborhood. Empower: Be an active participant in building a stronger, more vibrant community. Join Sellon Hyperlocal today and experience the magic of hyperlocal living. Your neighborhood is waiting to be explored, and we're here to guide you every step of the way.

Ready to embark on this exciting journey? Download the Sellon Hyperlocal app and start making the most of your neighborhood today!

Feel free to customize this description to better fit the specific features and benefits of your Sellon Hyperlocal platform.

you can contact me if you have question.

sellon.net

Usage


// config
    Config.domainConfigProd = "asas.net";
    Config.domainConfigDev = "asas.net";
    Config.idGame = "7aaxxxx";
    Config.openApi = true;
    Config.environment = Env.development;
    Config.loadingpresent = 0;
    Config.developerMode = true;
    
// router
    SellonRouter.push(context,widget);
    SellonRouter.pop(context);
    SellonRouter.pop(context,datapop: dynamic);
    
// call api     
     ApiSellon api = ApiSellon(context);
     api.execute(method, SellonMethod.post, parameter, (response) {
        var data = response.data()['data'];
     })
     api.setErrorListener((derror) {
        Ui(context).errorAlert(message: derror.errMessage, duration: 3);
     });

Libraries

helperCamera/helperCamera
network/api
network/apiSellon
network/apiSport
network/config
network/game/apiGameSellon
network/methodsSellon
network/paginator
network/parameter
network/result
network/result/error
network/result/pagination
network/result/success
network/result/successAsList
network/result/successAsString
network/result/upload
networkSellon/constant/assets
networkSellon/constant/methods
preferences/Helper/android_installer/AndroidPlayInstallReferrer
preferences/Helper/androidIntent/android_intent
preferences/Helper/androidIntent/appSettings
preferences/Helper/colorFilterGenerator
preferences/Helper/customInfoWindow/customInfoWindowController
preferences/Helper/defaultBottomNavBaritem
preferences/Helper/defaultImage
preferences/Helper/defaultTextField
preferences/Helper/gestureDefault
preferences/Helper/Helper
preferences/Helper/helperImage/helperImage
preferences/Helper/link/linkifierSellon
preferences/Helper/uploadingNowImage
preferences/Helper/widgetToImage
preferences/model/dataWalletModel
preferences/model/profileModel
preferences/model/session
preferences/model/videoModelList
preferences/preferences
preferences/refreshApp/phonex
preferences/richtextDefault
preferences/textspanDefault
screen/camera/cameraAndroidOnly
screen/camera/cameraIOS
screen/camera/model/imageModulModel
screen/camera/previewImage
screen/camera/trimSlider/fileFormat
screen/camera/trimSlider/storageDir
screen/camera/trimSlider/thumbnail_slider
screen/camera/trimSlider/thumbnailViewer
screen/camera/trimSlider/trimEditorPointer
screen/camera/trimSlider/trimmer
screen/camera/trimSlider/videoViewer
screen/camera/videoPreviewFile
screen/camera/videoPreviewFileNew
screen/gameShop/components/containerDiamondsTicketCard
screen/gameShop/components/diamondsTicketCardItem
screen/gameShop/gameShops
screen/help/defaultText
screen/help/myRouter
screen/help/richTextDefault
screen/help/Ui
screen/model/actionGameList
screen/model/addressVendorModel
screen/model/firstImage
screen/model/gameListModel
screen/model/gameShopModel
screen/model/gameVersion
screen/model/modalErrorGame
screen/sellon/checkListTermAndConditionScreen
screen/sellon/forgotPasswordScreen
screen/sellon/loginScreen
screen/sellon/RegisterScreen
screen/sellon/splashLogin
screen/sellon/verificationPhoneScreen
screen/sellon/webviewScreen
sellon